Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_engine.c46 PHPAPI long spl_offset_convert_to_long(zval *offset TSRMLS_DC) /* {{{ */ in spl_offset_convert_to_long() function
H A Dspl_engine.h30 PHPAPI long spl_offset_convert_to_long(zval *offset TSRMLS_DC);
H A Dspl_dllist.c774 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()
1256 index = spl_offset_convert_to_long(zindex TSRMLS_CC); in SPL_METHOD()
H A Dspl_fixedarray.c356 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 20 milliseconds