Home
last modified time | relevance | path

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

/PHP-8.3/ext/spl/
H A Dspl_fixedarray.c388 static int spl_fixedarray_object_has_dimension(zend_object *object, zval *offset, int check_empty);
392 if (type == BP_VAR_IS && !spl_fixedarray_object_has_dimension(object, offset, 0)) { in spl_fixedarray_object_read_dimension()
509 static int spl_fixedarray_object_has_dimension(zend_object *object, zval *offset, int check_empty) in spl_fixedarray_object_has_dimension() function
985 spl_handler_SplFixedArray.has_dimension = spl_fixedarray_object_has_dimension; in PHP_MINIT_FUNCTION()

Completed in 5 milliseconds