Searched refs:array_is_list (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | array_is_list.phpt | 2 Test array_is_list() function 8 printf("%s: %s\n", $desc, json_encode(array_is_list($val))); 78 null: threw array_is_list(): Argument #1 ($array) must be of type array, null given 79 int: threw array_is_list(): Argument #1 ($array) must be of type array, int given 80 float: threw array_is_list(): Argument #1 ($array) must be of type array, float given 81 string: threw array_is_list(): Argument #1 ($array) must be of type array, string given 82 object: threw array_is_list(): Argument #1 ($array) must be of type array, stdClass given 83 true: threw array_is_list(): Argument #1 ($array) must be of type array, bool given 84 false: threw array_is_list(): Argument #1 ($array) must be of type array, bool given
|
/PHP-8.1/ext/standard/ |
H A D | type.c | 325 PHP_FUNCTION(array_is_list) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 335 function array_is_list(array $array): bool {} function
|
H A D | basic_functions_arginfo.h | 2321 ZEND_FUNCTION(array_is_list); 2950 ZEND_FE(array_is_list, arginfo_array_is_list)
|
/PHP-8.1/ |
H A D | UPGRADING | 520 …. Added array_is_list(array $array), which will return true if the array keys are 0 .. count($arra…
|
Completed in 41 milliseconds