Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_fixedarray.c327 static zend_long spl_offset_convert_to_long(zval *offset) /* {{{ */ in spl_offset_convert_to_long() function
370 index = spl_offset_convert_to_long(offset); in spl_fixedarray_object_read_dimension_helper()
418 index = spl_offset_convert_to_long(offset); in spl_fixedarray_object_write_dimension_helper()
457 index = spl_offset_convert_to_long(offset); in spl_fixedarray_object_unset_dimension_helper()
486 index = spl_offset_convert_to_long(offset); in spl_fixedarray_object_has_dimension_helper()

Completed in 7 milliseconds