Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c497 static inline int spl_fixedarray_object_has_dimension_helper(spl_fixedarray_object *intern, zval *o… in spl_fixedarray_object_has_dimension_helper() function
548 return spl_fixedarray_object_has_dimension_helper(intern, offset, check_empty TSRMLS_CC); in spl_fixedarray_object_has_dimension()
832 RETURN_BOOL(spl_fixedarray_object_has_dimension_helper(intern, zindex, 0 TSRMLS_CC)); in SPL_METHOD()

Completed in 7 milliseconds