Home
last modified time | relevance | path

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

/PHP-8.3/ext/spl/
H A Dspl_fixedarray.c36 zend_object_handlers spl_handler_SplFixedArray; variable
975 spl_ce_SplFixedArray->default_object_handlers = &spl_handler_SplFixedArray; in PHP_MINIT_FUNCTION()
980 spl_handler_SplFixedArray.offset = XtOffsetOf(spl_fixedarray_object, std); in PHP_MINIT_FUNCTION()
981 spl_handler_SplFixedArray.clone_obj = spl_fixedarray_object_clone; in PHP_MINIT_FUNCTION()
982 spl_handler_SplFixedArray.read_dimension = spl_fixedarray_object_read_dimension; in PHP_MINIT_FUNCTION()
983 spl_handler_SplFixedArray.write_dimension = spl_fixedarray_object_write_dimension; in PHP_MINIT_FUNCTION()
984 spl_handler_SplFixedArray.unset_dimension = spl_fixedarray_object_unset_dimension; in PHP_MINIT_FUNCTION()
985 spl_handler_SplFixedArray.has_dimension = spl_fixedarray_object_has_dimension; in PHP_MINIT_FUNCTION()
986 spl_handler_SplFixedArray.count_elements = spl_fixedarray_object_count_elements; in PHP_MINIT_FUNCTION()
988 spl_handler_SplFixedArray.get_gc = spl_fixedarray_object_get_gc; in PHP_MINIT_FUNCTION()
[all …]

Completed in 8 milliseconds