Home
last modified time | relevance | path

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

/PHP-5.6/ext/spl/
H A Dspl_directory.c50 static zend_object_handlers spl_filesystem_object_handlers; variable
163 retval.handlers = &spl_filesystem_object_handlers; in spl_filesystem_object_new_ex()
3143 …memcpy(&spl_filesystem_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handler… in PHP_MINIT_FUNCTION()
3144 spl_filesystem_object_handlers.clone_obj = spl_filesystem_object_clone; in PHP_MINIT_FUNCTION()
3145 spl_filesystem_object_handlers.cast_object = spl_filesystem_object_cast; in PHP_MINIT_FUNCTION()
3146 spl_filesystem_object_handlers.get_debug_info = spl_filesystem_object_get_debug_info; in PHP_MINIT_FUNCTION()
3176 …memcpy(&spl_filesystem_object_check_handlers, &spl_filesystem_object_handlers, sizeof(zend_object_… in PHP_MINIT_FUNCTION()

Completed in 15 milliseconds