Searched refs:spl_fixedarray_object_has_dimension_helper (Results 1 – 1 of 1) sorted by relevance
480 static bool spl_fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *offset,… in spl_fixedarray_object_has_dimension_helper() function513 return spl_fixedarray_object_has_dimension_helper(intern, offset, check_empty); in spl_fixedarray_object_has_dimension()808 RETURN_BOOL(spl_fixedarray_object_has_dimension_helper(intern, zindex, 0)); in PHP_METHOD()
Completed in 6 milliseconds