Home
last modified time | relevance | path

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

/PHP-8.0/ext/spl/
H A Dspl_fixedarray.c325 static zval *spl_fixedarray_object_read_dimension_helper(spl_fixedarray_object *intern, zval *offse… in spl_fixedarray_object_read_dimension_helper() function
381 return spl_fixedarray_object_read_dimension_helper(intern, offset); in spl_fixedarray_object_read_dimension()
747 value = spl_fixedarray_object_read_dimension_helper(intern, zindex); in PHP_METHOD()
825 data = spl_fixedarray_object_read_dimension_helper(object, &zindex); in spl_fixedarray_it_get_current_data()

Completed in 6 milliseconds