Searched refs:spl_handler_SplFixedArray (Results 1 – 1 of 1) sorted by relevance
38 zend_object_handlers spl_handler_SplFixedArray; variable255 retval.handlers = &spl_handler_SplFixedArray; in spl_fixedarray_object_new_ex()1144 memcpy(&spl_handler_SplFixedArray, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()1146 spl_handler_SplFixedArray.clone_obj = spl_fixedarray_object_clone; in PHP_MINIT_FUNCTION()1147 spl_handler_SplFixedArray.read_dimension = spl_fixedarray_object_read_dimension; in PHP_MINIT_FUNCTION()1148 spl_handler_SplFixedArray.write_dimension = spl_fixedarray_object_write_dimension; in PHP_MINIT_FUNCTION()1149 spl_handler_SplFixedArray.unset_dimension = spl_fixedarray_object_unset_dimension; in PHP_MINIT_FUNCTION()1150 spl_handler_SplFixedArray.has_dimension = spl_fixedarray_object_has_dimension; in PHP_MINIT_FUNCTION()1151 spl_handler_SplFixedArray.count_elements = spl_fixedarray_object_count_elements; in PHP_MINIT_FUNCTION()1152 spl_handler_SplFixedArray.get_properties = spl_fixedarray_object_get_properties; in PHP_MINIT_FUNCTION()[all …]
Completed in 6 milliseconds