Home
last modified time | relevance | path

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

/PHP-5.6/ext/spl/
H A Dspl_fixedarray.c38 zend_object_handlers spl_handler_SplFixedArray; variable
255 retval.handlers = &spl_handler_SplFixedArray; in spl_fixedarray_object_new_ex()
1142 memcpy(&spl_handler_SplFixedArray, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
1144 spl_handler_SplFixedArray.clone_obj = spl_fixedarray_object_clone; in PHP_MINIT_FUNCTION()
1145 spl_handler_SplFixedArray.read_dimension = spl_fixedarray_object_read_dimension; in PHP_MINIT_FUNCTION()
1146 spl_handler_SplFixedArray.write_dimension = spl_fixedarray_object_write_dimension; in PHP_MINIT_FUNCTION()
1147 spl_handler_SplFixedArray.unset_dimension = spl_fixedarray_object_unset_dimension; in PHP_MINIT_FUNCTION()
1148 spl_handler_SplFixedArray.has_dimension = spl_fixedarray_object_has_dimension; in PHP_MINIT_FUNCTION()
1149 spl_handler_SplFixedArray.count_elements = spl_fixedarray_object_count_elements; in PHP_MINIT_FUNCTION()
1150 spl_handler_SplFixedArray.get_properties = spl_fixedarray_object_get_properties; in PHP_MINIT_FUNCTION()
[all …]

Completed in 9 milliseconds