Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/standard/
H A Dtype.c325 PHP_FUNCTION(array_is_list) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1204 function array_is_list(array $array): bool {} function
H A Dbasic_functions_arginfo.h2303 ZEND_FUNCTION(array_is_list);
2927 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(array_is_list, arginfo_array_is_list)

Completed in 22 milliseconds