Home
last modified time | relevance | path

Searched refs:dtor (Results 26 – 40 of 40) sorted by relevance

12

/PHP-5.3/Zend/
H A Dzend_API.c1807 …zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = … in zend_register_functions() local
1917 dtor = reg_function; in zend_register_functions()
1966 scope->destructor = dtor; in zend_register_functions()
1982 if (dtor) { in zend_register_functions()
1983 dtor->common.fn_flags |= ZEND_ACC_DTOR; in zend_register_functions()
1984 if (dtor->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
1985 …zend_error(error_type, "Destructor %s::%s() cannot be static", scope->name, dtor->common.function_… in zend_register_functions()
1987 dtor->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
H A Dzend_alloc.h235 void (*dtor)(zend_mm_storage *storage); member
H A Dzend_alloc.c320 # define ZEND_MM_STORAGE_DTOR() heap->storage->handlers->dtor(heap->storage)
1651 storage->handlers->dtor(storage); in zend_mm_shutdown()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_structs.h466 func_mysqlnd_conn__dtor dtor; member
655 func_mysqlnd_stmt__dtor dtor; member
H A Dmysqlnd.h263 #define mysqlnd_stmt_close(stmt, implicit) (stmt)->m->dtor((stmt), (implicit) TSRMLS_CC)
/PHP-5.3/main/streams/
H A Dstreams.c2148 if (notifier->dtor) {
2149 notifier->dtor(notifier);
/PHP-5.3/sapi/cli/
H A Dphp_cli.c221 sorted_exts.dtor = NULL; in print_extensions()
/PHP-5.3/ext/spl/
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()
130 iterator->funcs->dtor(iterator TSRMLS_CC); in spl_filesystem_object_free_storage()
/PHP-5.3/ext/pdo/
H A Dpdo_stmt.c2405 if (stmt->methods && stmt->methods->dtor) { in free_statement()
2406 stmt->methods->dtor(stmt TSRMLS_CC); in free_statement()
/PHP-5.3/ext/standard/
H A Dstreamsfuncs.c962 context->notifier->dtor = user_space_stream_notifier_dtor; in parse_context_params()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c262 sorted_exts.dtor = NULL; in print_extensions()
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c261 sorted_exts.dtor = NULL; in print_extensions()
/PHP-5.3/ext/dom/
H A Dphp_dom.c607 …retval.handle = zend_objects_store_put(new_object, obj->dtor, obj->free_storage, obj->clone TSRMLS… in dom_objects_store_clone_obj()
/PHP-5.3/ext/soap/
H A Dphp_encoding.c2389 iter->funcs->dtor(iter TSRMLS_CC); in to_xml_array()
/PHP-5.3/
H A DNEWS682 having had its dtor callback called in between). (Gustavo)
1023 . Fixed a crash inside dtor for error handling. (Ilia)
5507 - Fixed bug #36949 (invalid internal mysqli objects dtor). (Mike)

Completed in 136 milliseconds

12