Home
last modified time | relevance | path

Searched refs:ZVAL_PTR_DTOR (Results 1 – 17 of 17) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_variables.h93 #define ZVAL_PTR_DTOR zval_ptr_dtor macro
H A Dzend_ts_hash.h130 zend_ts_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent)
H A Dzend_execute_API.c147 zend_hash_init(&EG(symbol_table), 64, NULL, ZVAL_PTR_DTOR, 0); in init_executor()
310 zend_stack_clean(&EG(user_error_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in shutdown_executor()
311 zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in shutdown_executor()
H A Dzend_hash.c192 .pDestructor = ZVAL_PTR_DTOR
218 _zend_hash_init_int(ht, HT_MIN_SIZE, ZVAL_PTR_DTOR, 0); in _zend_new_array_0()
225 _zend_hash_init_int(ht, nSize, ZVAL_PTR_DTOR, 0); in _zend_new_array()
1477 if (UNEXPECTED(ht->pDestructor != ZVAL_PTR_DTOR)) { in zend_array_destroy()
1929 target->pDestructor = ZVAL_PTR_DTOR; in zend_array_dup()
H A Dzend_hash.h311 zend_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent) in END_EXTERN_C()
H A Dzend_compile.c371 zend_hash_init(&CG(filenames_table), 8, NULL, ZVAL_PTR_DTOR, 0); in init_compiler()
/PHP-7.3/ext/com_dotnet/
H A Dcom_wrapper.c455 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 Dcom_typeinfo.c471 zend_hash_init(id_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_process_typeinfo()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_wait.c214 zend_hash_init(&zv_registry, zend_hash_num_elements(&module_registry), 0, ZVAL_PTR_DTOR, 0); in phpdbg_webdata_decompress()
H A Dphpdbg_watch.c598 zend_hash_init(&hti->watches, 0, grrrrr, ZVAL_PTR_DTOR, 0);
/PHP-7.3/ext/opcache/
H A Dzend_file_cache.c992 script, buf, zend_file_cache_unserialize_zval, ZVAL_PTR_DTOR);
1023 script, buf, zend_file_cache_unserialize_zval, ZVAL_PTR_DTOR);
/PHP-7.3/ext/standard/
H A Dvar.c1033 zend_hash_init(&d->ht, 16, NULL, ZVAL_PTR_DTOR, 0); in php_var_serialize_init()
H A Darray.c3052 … ? num_in - length : 0) + (replace ? zend_hash_num_elements(replace) : 0), NULL, ZVAL_PTR_DTOR, 0);
3365 …zend_hash_init(&new_hash, zend_hash_num_elements(Z_ARRVAL_P(stack)) + argc, NULL, ZVAL_PTR_DTOR, 0…
/PHP-7.3/ext/pcntl/
H A Dpcntl.c543 zend_hash_init(&PCNTL_G(php_signal_table), 16, NULL, ZVAL_PTR_DTOR, 0); in PHP_RINIT_FUNCTION()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_connection.c1824 …s->connect_attr, 0, NULL, conn->persistent ? ZVAL_INTERNAL_PTR_DTOR : ZVAL_PTR_DTOR, conn->persist…
/PHP-7.3/ext/pgsql/
H A Dpgsql.c1105 zend_hash_init_ex(&pgsql_globals->notices, 0, NULL, ZVAL_PTR_DTOR, 1, 0); in PHP_INI_END()
1106 zend_hash_init_ex(&pgsql_globals->hashes, 0, NULL, ZVAL_PTR_DTOR, 1, 0); in PHP_INI_END()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c4278 zend_hash_init(&ht_headers, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_FUNCTION()

Completed in 164 milliseconds