Home
last modified time | relevance | path

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

/php-src/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)));
79 null: threw array_is_list(): Argument #1 ($array) must be of type array, null given
80 int: threw array_is_list(): Argument #1 ($array) must be of type array, int given
81 float: threw array_is_list(): Argument #1 ($array) must be of type array, float given
82 string: threw array_is_list(): Argument #1 ($array) must be of type array, string given
83 object: threw array_is_list(): Argument #1 ($array) must be of type array, stdClass given
84 true: threw array_is_list(): Argument #1 ($array) must be of type array, true given
85 false: threw array_is_list(): Argument #1 ($array) must be of type array, false given
/php-src/ext/standard/
H A Dtype.c325 PHP_FUNCTION(array_is_list) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1925 function array_is_list(array $array): bool {} function
H A Dbasic_functions_arginfo.h2410 ZEND_FUNCTION(array_is_list);

Completed in 26 milliseconds