Searched refs:oth_handler (Results 1 – 3 of 3) sorted by relevance
62 const spl_other_handler *oth_handler; member
111 if (intern->oth_handler && intern->oth_handler->dtor) { in spl_filesystem_object_free_storage()112 intern->oth_handler->dtor(intern); in spl_filesystem_object_free_storage()389 intern->oth_handler = source->oth_handler; in spl_filesystem_object_clone()393 if (intern->oth_handler && intern->oth_handler->clone) { in spl_filesystem_object_clone()394 intern->oth_handler->clone(source, intern); in spl_filesystem_object_clone()
1230 phar_obj->spl.oth_handler = &phar_spl_foreign_handler; in PHP_METHOD()
Completed in 49 milliseconds