Searched refs:spl_offset_convert_to_long (Results 1 – 4 of 4) sorted by relevance
41 PHPAPI zend_long spl_offset_convert_to_long(zval *offset) /* {{{ */ in spl_offset_convert_to_long() function
30 PHPAPI zend_long spl_offset_convert_to_long(zval *offset);
771 index = spl_offset_convert_to_long(zindex); in SPL_METHOD()790 index = spl_offset_convert_to_long(zindex); in SPL_METHOD()830 index = spl_offset_convert_to_long(zindex); in SPL_METHOD()877 index = spl_offset_convert_to_long(zindex); in SPL_METHOD()1245 index = spl_offset_convert_to_long(zindex); in SPL_METHOD()
327 index = spl_offset_convert_to_long(offset); in spl_fixedarray_object_read_dimension_helper()395 index = spl_offset_convert_to_long(offset); in spl_fixedarray_object_write_dimension_helper()443 index = spl_offset_convert_to_long(offset); in spl_fixedarray_object_unset_dimension_helper()482 index = spl_offset_convert_to_long(offset); in spl_fixedarray_object_has_dimension_helper()
Completed in 12 milliseconds