Searched refs:array_is_list (Results 1 – 4 of 4) sorted by relevance
2 Test array_is_list() function8 printf("%s: %s\n", $desc, json_encode(array_is_list($val)));79 null: threw array_is_list(): Argument #1 ($array) must be of type array, null given80 int: threw array_is_list(): Argument #1 ($array) must be of type array, int given81 float: threw array_is_list(): Argument #1 ($array) must be of type array, float given82 string: threw array_is_list(): Argument #1 ($array) must be of type array, string given83 object: threw array_is_list(): Argument #1 ($array) must be of type array, stdClass given84 true: threw array_is_list(): Argument #1 ($array) must be of type array, true given85 false: threw array_is_list(): Argument #1 ($array) must be of type array, false given
324 PHP_FUNCTION(array_is_list) in PHP_FUNCTION() argument
1913 function array_is_list(array $array): bool {} function
2391 ZEND_FUNCTION(array_is_list);
Completed in 55 milliseconds