/PHP-7.4/Zend/ |
H A D | zend_variables.h | 93 #define ZVAL_PTR_DTOR zval_ptr_dtor macro
|
H A D | zend_ts_hash.h | 136 zend_ts_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent)
|
H A D | zend_execute_API.c | 149 zend_hash_init(&EG(symbol_table), 64, NULL, ZVAL_PTR_DTOR, 0); in init_executor() 332 zend_stack_clean(&EG(user_error_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in shutdown_executor() 333 zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in shutdown_executor()
|
H A D | zend_hash.c | 224 .pDestructor = ZVAL_PTR_DTOR 250 _zend_hash_init_int(ht, HT_MIN_SIZE, ZVAL_PTR_DTOR, 0); in _zend_new_array_0() 257 _zend_hash_init_int(ht, nSize, ZVAL_PTR_DTOR, 0); in _zend_new_array() 265 _zend_hash_init_int(ht, HT_MIN_SIZE, ZVAL_PTR_DTOR, 0); in zend_new_pair() 1600 if (UNEXPECTED(ht->pDestructor != ZVAL_PTR_DTOR)) { in zend_array_destroy() 2051 target->pDestructor = ZVAL_PTR_DTOR; in zend_array_dup()
|
H A D | zend_hash.h | 332 zend_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent) in END_EXTERN_C()
|
H A D | zend_compile.c | 365 zend_hash_init(&CG(filenames_table), 8, NULL, ZVAL_PTR_DTOR, 0); in init_compiler()
|
/PHP-7.4/ext/com_dotnet/ |
H A D | com_wrapper.c | 455 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); in generate_dispids() 456 zend_hash_init(disp->dispid_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in generate_dispids() 598 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_wrapper_export_as_sink()
|
H A D | com_typeinfo.c | 515 zend_hash_init(id_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_process_typeinfo()
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_wait.c | 214 zend_hash_init(&zv_registry, zend_hash_num_elements(&module_registry), 0, ZVAL_PTR_DTOR, 0); in phpdbg_webdata_decompress()
|
H A D | phpdbg_watch.c | 598 zend_hash_init(&hti->watches, 0, grrrrr, ZVAL_PTR_DTOR, 0);
|
/PHP-7.4/ext/standard/ |
H A D | var.c | 825 zend_hash_init(ht, zend_hash_num_elements(sleep_retval), NULL, ZVAL_PTR_DTOR, 0); in php_var_serialize_get_sleep_props() 1144 zend_hash_init(&d->ht, 16, NULL, ZVAL_PTR_DTOR, 0); in php_var_serialize_init()
|
H A D | password.c | 498 zend_hash_init(&php_password_algos, 4, NULL, ZVAL_PTR_DTOR, 1); in PHP_MINIT_FUNCTION()
|
H A D | array.c | 3084 … ? num_in - length : 0) + (replace ? zend_hash_num_elements(replace) : 0), NULL, ZVAL_PTR_DTOR, 0); 3397 …zend_hash_init(&new_hash, zend_hash_num_elements(Z_ARRVAL_P(stack)) + argc, NULL, ZVAL_PTR_DTOR, 0…
|
/PHP-7.4/ext/opcache/ |
H A D | zend_file_cache.c | 1071 script, buf, zend_file_cache_unserialize_zval, ZVAL_PTR_DTOR); 1128 script, buf, zend_file_cache_unserialize_zval, ZVAL_PTR_DTOR);
|
H A D | ZendAccelerator.c | 4427 zend_hash_init(&EG(symbol_table), 0, NULL, ZVAL_PTR_DTOR, 0); in accel_preload() 4504 zend_stack_clean(&EG(user_error_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in accel_preload() 4505 zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in accel_preload()
|
/PHP-7.4/ext/pcntl/ |
H A D | pcntl.c | 591 zend_hash_init(&PCNTL_G(php_signal_table), 16, NULL, ZVAL_PTR_DTOR, 0); in PHP_RINIT_FUNCTION()
|
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 1823 …s->connect_attr, 0, NULL, conn->persistent ? ZVAL_INTERNAL_PTR_DTOR : ZVAL_PTR_DTOR, conn->persist…
|
/PHP-7.4/ext/pgsql/ |
H A D | pgsql.c | 1099 zend_hash_init_ex(&pgsql_globals->notices, 0, NULL, ZVAL_PTR_DTOR, 1, 0); in PHP_INI_END() 1100 zend_hash_init_ex(&pgsql_globals->hashes, 0, NULL, ZVAL_PTR_DTOR, 1, 0); in PHP_INI_END()
|
/PHP-7.4/ext/mbstring/ |
H A D | mbstring.c | 4417 zend_hash_init(&ht_headers, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_FUNCTION()
|