1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 04:51:03 +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

View File

@@ -3,8 +3,8 @@ Test array_diff() function : basic functionality
--FILE--
<?php
/* Prototype : array array_diff(array $arr1, array $arr2 [, array ...])
* Description: Returns the entries of $arr1 that have values which are not present
* in any of the others arguments.
* Description: Returns the entries of $arr1 that have values which are not present
* in any of the others arguments.
* Source code: ext/standard/array.c
*/