Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_variables.h90 #define ZVAL_PTR_DTOR zval_ptr_dtor macro
H A Dzend_enum.c205 zend_hash_init(backed_enum_table, 0, NULL, ZVAL_PTR_DTOR, 0); in zend_enum_build_backed_enum_table()
513 zend_hash_init(backed_enum_table, 0, NULL, ZVAL_PTR_DTOR, 1); in zend_register_internal_enum()
H A Dzend_weakrefs.c325 zend_hash_init(&wm->ht, 0, NULL, ZVAL_PTR_DTOR, 0); in zend_weakmap_create_object()
464 zend_hash_init(ht, zend_hash_num_elements(&wm->ht), NULL, ZVAL_PTR_DTOR, 0); in zend_weakmap_get_properties_for()
H A Dzend_execute_API.c156 zend_hash_init(&EG(symbol_table), 64, NULL, ZVAL_PTR_DTOR, 0); in init_executor()
413 zend_stack_clean(&EG(user_error_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in zend_shutdown_executor_values()
414 zend_stack_clean(&EG(user_exception_handlers), (void (*)(void *))ZVAL_PTR_DTOR, 1); in zend_shutdown_executor_values()
H A Dzend_hash.c259 .pDestructor = ZVAL_PTR_DTOR
285 _zend_hash_init_int(ht, HT_MIN_SIZE, ZVAL_PTR_DTOR, 0); in _zend_new_array_0()
292 _zend_hash_init_int(ht, nSize, ZVAL_PTR_DTOR, 0); in _zend_new_array()
300 _zend_hash_init_int(ht, HT_MIN_SIZE, ZVAL_PTR_DTOR, 0); in zend_new_pair()
1819 if (UNEXPECTED(ht->pDestructor != ZVAL_PTR_DTOR)) { in zend_array_destroy()
2449 target->pDestructor = ZVAL_PTR_DTOR; in zend_array_dup()
H A Dzend_hash.h389 zend_hash_init(ht, n, NULL, ZVAL_PTR_DTOR, persistent) in END_EXTERN_C()
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c433 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); in generate_dispids()
434 zend_hash_init(disp->dispid_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in generate_dispids()
560 zend_hash_init(disp->name_to_dispid, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_wrapper_export_as_sink()
H A Dcom_typeinfo.c513 zend_hash_init(id_to_name, 0, NULL, ZVAL_PTR_DTOR, 0); in php_com_process_typeinfo()
/php-src/ext/dom/
H A Dprivate_data.c54 zend_hash_init(&private_data->ns_mapper.uri_to_prefix_map, 0, NULL, ZVAL_PTR_DTOR, false); in php_dom_private_data_create()
/php-src/ext/zend_test/
H A Dobserver.c403 _zend_hash_init(zend_test_globals->observer_observe_function_names, 8, ZVAL_PTR_DTOR, 1); in zend_test_observer_ginit()
H A Dtest.c1330 zend_hash_init(&ZT_G(global_weakmap), 8, NULL, ZVAL_PTR_DTOR, 0); in PHP_RINIT_FUNCTION()
/php-src/ext/standard/
H A Dpassword.c422 zend_hash_init(&php_password_algos, 4, NULL, ZVAL_PTR_DTOR, 1); in PHP_MINIT_FUNCTION()
H A Dvar.c907 zend_hash_init(ht, zend_hash_num_elements(sleep_retval), NULL, ZVAL_PTR_DTOR, 0); in php_var_serialize_get_sleep_props()
1316 zend_hash_init(&d->ht, 16, NULL, ZVAL_PTR_DTOR, 0); in php_var_serialize_init()
H A Darray.c3347 … ? num_in - length : 0) + (replace ? zend_hash_num_elements(replace) : 0), NULL, ZVAL_PTR_DTOR, 0);
3733 …zend_hash_init(&new_hash, zend_hash_num_elements(Z_ARRVAL_P(stack)) + argc, NULL, ZVAL_PTR_DTOR, 0…
/php-src/ext/opcache/
H A Dzend_file_cache.c1271 script, buf, zend_file_cache_unserialize_zval, ZVAL_PTR_DTOR);
1383 script, buf, zend_file_cache_unserialize_zval, ZVAL_PTR_DTOR);
H A DZendAccelerator.c4469 zend_hash_init(&EG(symbol_table), 0, NULL, ZVAL_PTR_DTOR, 0);
/php-src/ext/pcntl/
H A Dpcntl.c198 zend_hash_init(&PCNTL_G(php_signal_table), 16, NULL, ZVAL_PTR_DTOR, 0); in PHP_RINIT_FUNCTION()
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c654 zend_hash_init(&hti->watches, 0, NULL, ZVAL_PTR_DTOR, 0);
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c1534 …s->connect_attr, 0, NULL, conn->persistent ? ZVAL_INTERNAL_PTR_DTOR : ZVAL_PTR_DTOR, conn->persist…
/php-src/ext/odbc/
H A Dphp_odbc.c2143 zend_hash_init(&link->connection->results, 0, NULL, ZVAL_PTR_DTOR, true); in odbc_sqlconnect()
/php-src/ext/mbstring/
H A Dmbstring.c4488 zend_hash_init(&ht_headers, 0, NULL, ZVAL_PTR_DTOR, 0); in PHP_FUNCTION()

Completed in 140 milliseconds