Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_engine.c41 PHPAPI zend_long spl_offset_convert_to_long(zval *offset) /* {{{ */ in spl_offset_convert_to_long() function
H A Dspl_engine.h28 PHPAPI zend_long spl_offset_convert_to_long(zval *offset);
H A Dspl_fixedarray.c329 index = spl_offset_convert_to_long(offset); in spl_fixedarray_object_read_dimension_helper()
388 index = spl_offset_convert_to_long(offset); in spl_fixedarray_object_write_dimension_helper()
437 index = spl_offset_convert_to_long(offset); in spl_fixedarray_object_unset_dimension_helper()
476 index = spl_offset_convert_to_long(offset); in spl_fixedarray_object_has_dimension_helper()
H A Dspl_dllist.c767 index = spl_offset_convert_to_long(zindex); in SPL_METHOD()
786 index = spl_offset_convert_to_long(zindex); in SPL_METHOD()
825 index = spl_offset_convert_to_long(zindex); in SPL_METHOD()
872 index = spl_offset_convert_to_long(zindex); in SPL_METHOD()
1306 index = spl_offset_convert_to_long(zindex); in SPL_METHOD()

Completed in 30 milliseconds