Searched refs:array_is_list (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/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.2/ext/standard/ |
H A D | type.c | 325 PHP_FUNCTION(array_is_list) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 1204 function array_is_list(array $array): bool {} function
|
H A D | basic_functions_arginfo.h | 2303 ZEND_FUNCTION(array_is_list); 2927 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(array_is_list, arginfo_array_is_list)
|
Completed in 18 milliseconds