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:
@@ -4,7 +4,7 @@ Test in_array() function : error conditions
|
||||
<?php
|
||||
/*
|
||||
* Prototype : bool in_array ( mixed $needle, array $haystack [, bool $strict] )
|
||||
* Description: Searches haystack for needle and returns TRUE
|
||||
* Description: Searches haystack for needle and returns TRUE
|
||||
* if it is found in the array, FALSE otherwise.
|
||||
* Source Code: ext/standard/array.c
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user