spl_filesystem_object_handlers 50 ext/spl/spl_directory.c static zend_object_handlers spl_filesystem_object_handlers; spl_filesystem_object_handlers 163 ext/spl/spl_directory.c retval.handlers = &spl_filesystem_object_handlers; spl_filesystem_object_handlers 3136 ext/spl/spl_directory.c memcpy(&spl_filesystem_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); spl_filesystem_object_handlers 3137 ext/spl/spl_directory.c spl_filesystem_object_handlers.clone_obj = spl_filesystem_object_clone; spl_filesystem_object_handlers 3138 ext/spl/spl_directory.c spl_filesystem_object_handlers.cast_object = spl_filesystem_object_cast; spl_filesystem_object_handlers 3139 ext/spl/spl_directory.c spl_filesystem_object_handlers.get_debug_info = spl_filesystem_object_get_debug_info; spl_filesystem_object_handlers 3169 ext/spl/spl_directory.c memcpy(&spl_filesystem_object_check_handlers, &spl_filesystem_object_handlers, sizeof(zend_object_handlers));