spl_handler_SplFixedArray   38 ext/spl/spl_fixedarray.c zend_object_handlers spl_handler_SplFixedArray;
spl_handler_SplFixedArray  255 ext/spl/spl_fixedarray.c 			retval.handlers = &spl_handler_SplFixedArray;
spl_handler_SplFixedArray 1142 ext/spl/spl_fixedarray.c 	memcpy(&spl_handler_SplFixedArray, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
spl_handler_SplFixedArray 1144 ext/spl/spl_fixedarray.c 	spl_handler_SplFixedArray.clone_obj       = spl_fixedarray_object_clone;
spl_handler_SplFixedArray 1145 ext/spl/spl_fixedarray.c 	spl_handler_SplFixedArray.read_dimension  = spl_fixedarray_object_read_dimension;
spl_handler_SplFixedArray 1146 ext/spl/spl_fixedarray.c 	spl_handler_SplFixedArray.write_dimension = spl_fixedarray_object_write_dimension;
spl_handler_SplFixedArray 1147 ext/spl/spl_fixedarray.c 	spl_handler_SplFixedArray.unset_dimension = spl_fixedarray_object_unset_dimension;
spl_handler_SplFixedArray 1148 ext/spl/spl_fixedarray.c 	spl_handler_SplFixedArray.has_dimension   = spl_fixedarray_object_has_dimension;
spl_handler_SplFixedArray 1149 ext/spl/spl_fixedarray.c 	spl_handler_SplFixedArray.count_elements  = spl_fixedarray_object_count_elements;
spl_handler_SplFixedArray 1150 ext/spl/spl_fixedarray.c 	spl_handler_SplFixedArray.get_properties  = spl_fixedarray_object_get_properties;
spl_handler_SplFixedArray 1151 ext/spl/spl_fixedarray.c 	spl_handler_SplFixedArray.get_gc          = spl_fixedarray_object_get_gc;