Searched refs:spl_handler_SplFixedArray (Results 1 – 1 of 1) sorted by relevance
32 static zend_object_handlers spl_handler_SplFixedArray; variable966 spl_ce_SplFixedArray->default_object_handlers = &spl_handler_SplFixedArray; in PHP_MINIT_FUNCTION()971 spl_handler_SplFixedArray.offset = XtOffsetOf(spl_fixedarray_object, std); in PHP_MINIT_FUNCTION()972 spl_handler_SplFixedArray.clone_obj = spl_fixedarray_object_clone; in PHP_MINIT_FUNCTION()973 spl_handler_SplFixedArray.read_dimension = spl_fixedarray_object_read_dimension; in PHP_MINIT_FUNCTION()974 spl_handler_SplFixedArray.write_dimension = spl_fixedarray_object_write_dimension; in PHP_MINIT_FUNCTION()975 spl_handler_SplFixedArray.unset_dimension = spl_fixedarray_object_unset_dimension; in PHP_MINIT_FUNCTION()976 spl_handler_SplFixedArray.has_dimension = spl_fixedarray_object_has_dimension; in PHP_MINIT_FUNCTION()977 spl_handler_SplFixedArray.count_elements = spl_fixedarray_object_count_elements; in PHP_MINIT_FUNCTION()979 spl_handler_SplFixedArray.get_gc = spl_fixedarray_object_get_gc; in PHP_MINIT_FUNCTION()[all …]
Completed in 7 milliseconds