oth_handler      1221 ext/phar/phar_object.c 	phar_obj->spl.oth_handler = &phar_spl_foreign_handler;
oth_handler        79 ext/spl/spl_directory.c 	if (intern->oth_handler && intern->oth_handler->dtor) {
oth_handler        80 ext/spl/spl_directory.c 		intern->oth_handler->dtor(intern);
oth_handler       365 ext/spl/spl_directory.c 	intern->oth_handler = source->oth_handler;
oth_handler       369 ext/spl/spl_directory.c 	if (intern->oth_handler && intern->oth_handler->clone) {
oth_handler       370 ext/spl/spl_directory.c 		intern->oth_handler->clone(source, intern);
oth_handler        64 ext/spl/spl_directory.h 	spl_other_handler  *oth_handler;