Home
last modified time | relevance | path

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

12

/PHP-7.1/Zend/
H A Dzend_API.h605 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
609 if (copy && !dtor) { \
616 if (dtor || !copy) { \
636 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
654 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
H A Dzend_API.c2125 …zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = … in zend_register_functions() local
2271 dtor = reg_function; in zend_register_functions()
2327 scope->destructor = dtor; in zend_register_functions()
2344 if (dtor) { in zend_register_functions()
2345 dtor->common.fn_flags |= ZEND_ACC_DTOR; in zend_register_functions()
2346 if (dtor->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2347 …, "Destructor %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(dtor->common.function_na… in zend_register_functions()
2349 dtor->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
2410 …if (dtor && dtor->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE && dtor->common.fn_flags & ZEND_ACC_D… in zend_register_functions()
2411 …r %s::%s() cannot declare a return type", ZSTR_VAL(scope->name), ZSTR_VAL(dtor->common.function_na… in zend_register_functions()
/PHP-7.1/ext/standard/
H A Dfilters.c318 php_conv_dtor_func dtor; member
322 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a))
363 inst->_super.dtor = (php_conv_dtor_func) php_conv_base64_encode_dtor; in php_conv_base64_encode_ctor()
610 inst->_super.dtor = (php_conv_dtor_func) php_conv_base64_decode_dtor; in php_conv_base64_decode_ctor()
973 inst->_super.dtor = (php_conv_dtor_func) php_conv_qprint_encode_dtor; in php_conv_qprint_encode_ctor()
1185 inst->_super.dtor = (php_conv_dtor_func) php_conv_qprint_decode_dtor; in php_conv_qprint_decode_ctor()
H A Dstreamsfuncs.c899 context->notifier->dtor = user_space_stream_notifier_dtor; in parse_context_params()
H A Dvar_unserializer.re209 …fprintf(stderr, "var_destroy dtor(%p, %ld)\n", var_dtor_hash->data[i], Z_REFCOUNT_P(var_dtor_hash-…
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_connection.c346 MYSQLND_METHOD_PRIVATE(mysqlnd_conn_data, dtor)(MYSQLND_CONN_DATA * conn) in MYSQLND_METHOD_PRIVATE() argument
1354 conn->m->dtor(conn);
2384 MYSQLND_METHOD_PRIVATE(mysqlnd_conn_data, dtor),
2436 MYSQLND_METHOD_PRIVATE(mysqlnd_conn, dtor)(MYSQLND * conn) argument
2480 conn_handle->m->dtor(conn_handle);
2490 MYSQLND_METHOD_PRIVATE(mysqlnd_conn, dtor),
2731 conn_handle->m->dtor(conn_handle);
H A Dmysqlnd_net.c1117 MYSQLND_METHOD(mysqlnd_net, dtor)(MYSQLND_NET * const net, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD() argument
1166 MYSQLND_METHOD(mysqlnd_net, dtor),
1217 net->data->m.dtor(net, stats, error_info); in mysqlnd_net_free()
H A Dmysqlnd_ps.c479 s_to_prepare->m->dtor(s_to_prepare, TRUE); in MYSQLND_METHOD()
487 s_to_prepare->m->dtor(s_to_prepare, TRUE); in MYSQLND_METHOD()
2272 MYSQLND_METHOD(mysqlnd_stmt, dtor)(MYSQLND_STMT * const s, zend_bool implicit) in MYSQLND_METHOD() argument
2362 MYSQLND_METHOD(mysqlnd_stmt, dtor),
H A Dmysqlnd.h247 #define mysqlnd_stmt_close(stmt, implicit) (stmt)->m->dtor((stmt), (implicit))
/PHP-7.1/ext/pdo/
H A Dphp_pdo_driver.h406 pdo_stmt_dtor_func dtor; member
H A Dpdo_stmt.c2320 if (stmt->methods && stmt->methods->dtor) { in php_pdo_free_statement()
2321 stmt->methods->dtor(stmt); in php_pdo_free_statement()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_prompt.c549 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile_stdin() local
552 PHPDBG_G(file_sources).pDestructor = dtor; in phpdbg_compile_stdin()
609 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile() local
612 PHPDBG_G(file_sources).pDestructor = dtor; in phpdbg_compile()
/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c894 dtor_func_t dtor) in zend_file_cache_unserialize_hash() argument
898 ht->pDestructor = dtor; in zend_file_cache_unserialize_hash()
/PHP-7.1/sapi/cli/
H A Dphp_cli.c236 sorted_exts.dtor = NULL; in print_extensions()
/PHP-7.1/main/streams/
H A Dstreams.c2211 if (notifier->dtor) {
2212 notifier->dtor(notifier);
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c272 sorted_exts.dtor = NULL; in print_extensions()
/PHP-7.1/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); in spl_filesystem_object_free_storage()
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c290 sorted_exts.dtor = NULL; in print_extensions()

Completed in 140 milliseconds

12