mirror of
https://github.com/php/php-src.git
synced 2026-04-19 22:11:12 +02:00
Trim trailing whitespace in *.phpt
This commit is contained in:
@@ -3,8 +3,8 @@ Test array_diff_assoc() function : basic functionality
|
||||
--FILE--
|
||||
<?php
|
||||
/* Prototype : array array_diff_assoc(array $arr1, array $arr2 [, array ...])
|
||||
* Description: Returns the entries of $arr1 that have values which are not
|
||||
* present in any of the others arguments but do additional checks whether the keys are equal
|
||||
* Description: Returns the entries of $arr1 that have values which are not
|
||||
* present in any of the others arguments but do additional checks whether the keys are equal
|
||||
* Source code: ext/standard/array.c
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user