Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_fixedarray.c327 static inline zval *spl_fixedarray_object_read_dimension_helper(spl_fixedarray_object *intern, zval… in spl_fixedarray_object_read_dimension_helper() function
392 return spl_fixedarray_object_read_dimension_helper(intern, offset); in spl_fixedarray_object_read_dimension()
820 value = spl_fixedarray_object_read_dimension_helper(intern, zindex); in SPL_METHOD()
911 data = spl_fixedarray_object_read_dimension_helper(object, &zindex); in spl_fixedarray_it_get_current_data()
1016 value = spl_fixedarray_object_read_dimension_helper(intern, &zindex); in SPL_METHOD()

Completed in 12 milliseconds