Home
last modified time | relevance | path

Searched refs:oth_handler (Results 1 – 3 of 3) sorted by relevance

/PHP-5.6/ext/spl/
H A Dspl_directory.h65 spl_other_handler *oth_handler; member
H A Dspl_directory.c79 if (intern->oth_handler && intern->oth_handler->dtor) { in spl_filesystem_object_free_storage()
80 intern->oth_handler->dtor(intern TSRMLS_CC); in spl_filesystem_object_free_storage()
377 intern->oth_handler = source->oth_handler; in spl_filesystem_object_clone()
381 if (intern->oth_handler && intern->oth_handler->clone) { in spl_filesystem_object_clone()
382 intern->oth_handler->clone(source, intern TSRMLS_CC); in spl_filesystem_object_clone()
/PHP-5.6/ext/phar/
H A Dphar_object.c1239 phar_obj->spl.oth_handler = &phar_spl_foreign_handler; in PHP_METHOD()

Completed in 27 milliseconds