/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 691 MYSQLND_METHOD(mysqlnd_vio, dtor)(MYSQLND_VIO * const vio, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD() argument 743 MYSQLND_METHOD(mysqlnd_vio, dtor), 790 vio->data->m.dtor(vio, stats, error_info); in mysqlnd_vio_free()
|
H A D | mysqlnd_structs.h | 393 func_mysqlnd_vio__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local 584 func_mysqlnd_conn_data__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local 633 func_mysqlnd_conn__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local 825 func_mysqlnd_stmt__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local 1130 func_mysqlnd_pfc__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local
|
H A D | mysqlnd_connection.c | 333 MYSQLND_METHOD_PRIVATE(mysqlnd_conn_data, dtor)(MYSQLND_CONN_DATA * conn) in MYSQLND_METHOD_PRIVATE() argument 1306 conn->m->dtor(conn); 2344 MYSQLND_METHOD_PRIVATE(mysqlnd_conn_data, dtor), 2396 MYSQLND_METHOD_PRIVATE(mysqlnd_conn, dtor)(MYSQLND * conn) argument 2440 conn_handle->m->dtor(conn_handle); 2450 MYSQLND_METHOD_PRIVATE(mysqlnd_conn, dtor), 2693 conn_handle->m->dtor(conn_handle);
|
H A D | mysqlnd.h | 241 #define mysqlnd_stmt_close(stmt, implicit) (stmt)->m->dtor((stmt), (implicit))
|
H A D | mysqlnd_ps.c | 434 s_to_prepare->m->dtor(s_to_prepare, TRUE); in MYSQLND_METHOD() 2120 MYSQLND_METHOD(mysqlnd_stmt, dtor)(MYSQLND_STMT * const s, zend_bool implicit) in MYSQLND_METHOD() argument 2209 MYSQLND_METHOD(mysqlnd_stmt, dtor),
|
/PHP-8.0/ext/standard/ |
H A D | filters.c | 188 php_conv_dtor_func dtor; member 192 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a)) 233 inst->_super.dtor = (php_conv_dtor_func) php_conv_base64_encode_dtor; in php_conv_base64_encode_ctor() 480 inst->_super.dtor = (php_conv_dtor_func) php_conv_base64_decode_dtor; in php_conv_base64_decode_ctor() 843 inst->_super.dtor = (php_conv_dtor_func) php_conv_qprint_encode_dtor; in php_conv_qprint_encode_ctor() 1054 inst->_super.dtor = (php_conv_dtor_func) php_conv_qprint_decode_dtor; in php_conv_qprint_decode_ctor()
|
H A D | streamsfuncs.c | 930 context->notifier->dtor = user_space_stream_notifier_dtor; in parse_context_params()
|
H A D | var_unserializer.re | 238 …fprintf(stderr, "var_destroy dtor(%p, %ld)\n", &var_dtor_hash->data[i], Z_REFCOUNT_P(&var_dtor_has…
|
/PHP-8.0/main/streams/ |
H A D | filter.c | 280 if (filter->fops->dtor) in php_stream_filter_free() 281 filter->fops->dtor(filter); in php_stream_filter_free()
|
H A D | streams.c | 2255 if (notifier->dtor) { 2256 notifier->dtor(notifier);
|
/PHP-8.0/ext/pdo/ |
H A D | php_pdo_driver.h | 411 pdo_stmt_dtor_func dtor; member
|
H A D | pdo_stmt.c | 2174 if (stmt->methods && stmt->methods->dtor) { in php_pdo_free_statement() 2175 stmt->methods->dtor(stmt); in php_pdo_free_statement()
|
/PHP-8.0/Zend/ |
H A D | zend_API.h | 692 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument 696 if (copy && !dtor) { \ 703 if (dtor || !copy) { \ 730 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument 755 #define RETURN_ZVAL(zv, copy, dtor) do { RETVAL_ZVAL(zv, copy, dtor); return; } while (0) argument
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 539 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile_stdin() local 542 PHPDBG_G(file_sources).pDestructor = dtor; in phpdbg_compile_stdin()
|
/PHP-8.0/sapi/cli/ |
H A D | php_cli.c | 219 sorted_exts.dtor = NULL; in print_extensions()
|
/PHP-8.0/ext/opcache/ |
H A D | zend_file_cache.c | 1082 dtor_func_t dtor) argument 1086 ht->pDestructor = dtor;
|
/PHP-8.0/ext/spl/ |
H A D | spl_directory.c | 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()
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_main.c | 229 sorted_exts.dtor = NULL; in print_extensions()
|
/PHP-8.0/sapi/cgi/ |
H A D | cgi_main.c | 280 sorted_exts.dtor = NULL; in print_extensions()
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 15547 *var_info_ptr |= MAY_BE_GUARD; /* prevent generation of specialized zval dtor */
|