spl_filesystem_object_handlers   50 ext/spl/spl_directory.c static zend_object_handlers spl_filesystem_object_handlers;
spl_filesystem_object_handlers  149 ext/spl/spl_directory.c 	intern->std.handlers = &spl_filesystem_object_handlers;
spl_filesystem_object_handlers 3102 ext/spl/spl_directory.c 	memcpy(&spl_filesystem_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
spl_filesystem_object_handlers 3103 ext/spl/spl_directory.c 	spl_filesystem_object_handlers.offset = XtOffsetOf(spl_filesystem_object, std);
spl_filesystem_object_handlers 3104 ext/spl/spl_directory.c 	spl_filesystem_object_handlers.clone_obj = spl_filesystem_object_clone;
spl_filesystem_object_handlers 3105 ext/spl/spl_directory.c 	spl_filesystem_object_handlers.cast_object = spl_filesystem_object_cast;
spl_filesystem_object_handlers 3106 ext/spl/spl_directory.c 	spl_filesystem_object_handlers.get_debug_info  = spl_filesystem_object_get_debug_info;
spl_filesystem_object_handlers 3107 ext/spl/spl_directory.c 	spl_filesystem_object_handlers.dtor_obj = zend_objects_destroy_object;
spl_filesystem_object_handlers 3108 ext/spl/spl_directory.c 	spl_filesystem_object_handlers.free_obj = spl_filesystem_object_free_storage;
spl_filesystem_object_handlers 3139 ext/spl/spl_directory.c 	memcpy(&spl_filesystem_object_check_handlers, &spl_filesystem_object_handlers, sizeof(zend_object_handlers));