spl_filesystem_object_check_handlers   52 ext/spl/spl_directory.c static zend_object_handlers spl_filesystem_object_check_handlers;
spl_filesystem_object_check_handlers  180 ext/spl/spl_directory.c 	ret.handlers = &spl_filesystem_object_check_handlers;
spl_filesystem_object_check_handlers 3169 ext/spl/spl_directory.c 	memcpy(&spl_filesystem_object_check_handlers, &spl_filesystem_object_handlers, sizeof(zend_object_handlers));
spl_filesystem_object_check_handlers 3170 ext/spl/spl_directory.c 	spl_filesystem_object_check_handlers.get_method = spl_filesystem_object_get_method_check;