Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_directory.c39 static zend_object_handlers spl_filesystem_object_handlers; variable
2733 spl_ce_SplFileInfo->default_object_handlers = &spl_filesystem_object_handlers; in PHP_MINIT_FUNCTION()
2735 memcpy(&spl_filesystem_object_handlers, &std_object_handlers, sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
2736 spl_filesystem_object_handlers.offset = XtOffsetOf(spl_filesystem_object, std); in PHP_MINIT_FUNCTION()
2737 spl_filesystem_object_handlers.clone_obj = spl_filesystem_object_clone; in PHP_MINIT_FUNCTION()
2738 spl_filesystem_object_handlers.dtor_obj = spl_filesystem_object_destroy_object; in PHP_MINIT_FUNCTION()
2739 spl_filesystem_object_handlers.free_obj = spl_filesystem_object_free_storage; in PHP_MINIT_FUNCTION()
2752 …memcpy(&spl_filesystem_object_check_handlers, &spl_filesystem_object_handlers, sizeof(zend_object_… in PHP_MINIT_FUNCTION()

Completed in 16 milliseconds