Home
last modified time | relevance | path

Searched refs:array_is_list (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/standard/tests/general_functions/
H A Darray_is_list.phpt2 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 Dtype.c325 PHP_FUNCTION(array_is_list) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php335 function array_is_list(array $array): bool {} function
H A Dbasic_functions_arginfo.h2321 ZEND_FUNCTION(array_is_list);
2950 ZEND_FE(array_is_list, arginfo_array_is_list)
/PHP-8.1/
H A DUPGRADING520 …. Added array_is_list(array $array), which will return true if the array keys are 0 .. count($arra…

Completed in 27 milliseconds