mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
Trim trailing whitespace in *.phpt
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
--TEST--
|
||||
Test array_intersect() function : error conditions
|
||||
Test array_intersect() function : error conditions
|
||||
--FILE--
|
||||
<?php
|
||||
/* Prototype : array array_intersect(array $arr1, array $arr2 [, array $...])
|
||||
* Description: Returns the entries of arr1 that have values which are present in all the other arguments
|
||||
* Description: Returns the entries of arr1 that have values which are present in all the other arguments
|
||||
* Source code: ext/standard/array.c
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user