Searched refs:spl_offset_convert_to_long (Results 1 – 4 of 4) sorted by relevance
46 PHPAPI long spl_offset_convert_to_long(zval *offset TSRMLS_DC) /* {{{ */ in spl_offset_convert_to_long() function
30 PHPAPI long spl_offset_convert_to_long(zval *offset TSRMLS_DC);
774 index = spl_offset_convert_to_long(zindex TSRMLS_CC); in SPL_METHOD()793 index = spl_offset_convert_to_long(zindex TSRMLS_CC); in SPL_METHOD()833 index = spl_offset_convert_to_long(zindex TSRMLS_CC); in SPL_METHOD()881 index = spl_offset_convert_to_long(zindex TSRMLS_CC); in SPL_METHOD()1255 index = spl_offset_convert_to_long(zindex TSRMLS_CC); in SPL_METHOD()
356 index = spl_offset_convert_to_long(offset TSRMLS_CC); in spl_fixedarray_object_read_dimension_helper()416 index = spl_offset_convert_to_long(offset TSRMLS_CC); in spl_fixedarray_object_write_dimension_helper()462 index = spl_offset_convert_to_long(offset TSRMLS_CC); in spl_fixedarray_object_unset_dimension_helper()503 index = spl_offset_convert_to_long(offset TSRMLS_CC); in spl_fixedarray_object_has_dimension_helper()
Completed in 18 milliseconds