1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00

Trim trailing whitespace in *.phpt

This commit is contained in:
Peter Kokot
2018-10-14 15:37:22 +02:00
parent afd534f163
commit 7af945e271
6463 changed files with 17668 additions and 17677 deletions
@@ -1,9 +1,9 @@
--TEST--
Test array_slice() function : basic functionality
Test array_slice() function : basic functionality
--FILE--
<?php
/* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
* Description: Returns elements specified by offset and length
* Description: Returns elements specified by offset and length
* Source code: ext/standard/array.c
*/