oth_handler      1241 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 TSRMLS_CC);
oth_handler       377 ext/spl/spl_directory.c 	intern->oth_handler = source->oth_handler;
oth_handler       381 ext/spl/spl_directory.c 	if (intern->oth_handler && intern->oth_handler->clone) {
oth_handler       382 ext/spl/spl_directory.c 		intern->oth_handler->clone(source, intern TSRMLS_CC);
oth_handler        65 ext/spl/spl_directory.h 	spl_other_handler  *oth_handler;