Home
last modified time | relevance | path

Searched refs:zend_hash_destroy (Results 76 – 100 of 114) sorted by relevance

12345

/PHP-8.0/sapi/cli/
H A Dphp_cli.c196 zend_hash_destroy(&sorted_registry); in print_modules()
/PHP-8.0/Zend/
H A Dzend_inheritance.c1915 zend_hash_destroy(exclude_tables[i]); in zend_do_traits_method_binding()
2230 zend_hash_destroy(Z_PTR_P(zv)); in variance_obligation_ht_dtor()
2356 zend_hash_destroy(delayed_autoloads); in load_delayed_classes()
H A Dzend_compile.c308 zend_hash_destroy(CG(context).labels); in zend_oparray_context_end()
319 zend_hash_destroy(FC(imports)); in zend_reset_import_tables()
325 zend_hash_destroy(FC(imports_function)); in zend_reset_import_tables()
331 zend_hash_destroy(FC(imports_const)); in zend_reset_import_tables()
365 zend_hash_destroy(&FC(seen_symbols)); in zend_file_context_end()
434 zend_hash_destroy(CG(delayed_variance_obligations)); in shutdown_compiler()
439 zend_hash_destroy(CG(delayed_autoloads)); in shutdown_compiler()
6994 zend_hash_destroy(&info.uses); in zend_compile_func_decl()
8596 zend_hash_destroy(CG(memoized_exprs)); in zend_compile_assign_coalesce()
H A Dzend_gc.c1598 zend_hash_destroy(arr); in zend_gc_collect_cycles()
H A Dzend_hash.c1550 ZEND_API void ZEND_FASTCALL zend_hash_destroy(HashTable *ht) in zend_hash_destroy() function
1626 zend_hash_destroy(ht); in zend_array_destroy()
/PHP-8.0/main/
H A DSAPI.c63 zend_hash_destroy(&sapi_globals->known_post_content_types); in sapi_globals_dtor()
H A Dfastcgi.c560 zend_hash_destroy(&fcgi_mgmt_vars); in fcgi_shutdown()
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c1251 zend_hash_destroy(&xmlreader_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()
/PHP-8.0/ext/standard/
H A Dproc_open.c207 zend_hash_destroy(env_hash); in _php_array_to_envp()
H A Darray.c3128 zend_hash_destroy(in_hash);
3367 zend_hash_destroy(Z_ARRVAL_P(stack));
4508 zend_hash_destroy(&seen);
5413 zend_hash_destroy(&exclude);
H A Durl_scanner_ex.re64 zend_hash_destroy(ctx->tags);
H A Dvar_unserializer.re290 zend_hash_destroy((*var_hashx)->ref_props);
/PHP-8.0/ext/phar/
H A Dphar_object.c2289 zend_hash_destroy(&(phar->manifest)); in phar_convert_to_other()
2319 zend_hash_destroy(&(phar->manifest)); in phar_convert_to_other()
2320 zend_hash_destroy(&(phar->mounted_dirs)); in phar_convert_to_other()
2321 zend_hash_destroy(&(phar->virtual_dirs)); in phar_convert_to_other()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c1468 zend_hash_destroy(stmt_obj->bound_params); in PHP_METHOD()
2230 zend_hash_destroy(intern->bound_params); in php_sqlite3_stmt_object_free_storage()
/PHP-8.0/ext/spl/
H A Dspl_observer.c75 zend_hash_destroy(&intern->storage); in spl_SplObjectStorage_free_storage()
/PHP-8.0/ext/mbstring/
H A Dphp_mbregex.c158 zend_hash_destroy(&MBREX(ht_rc)); in PHP_RSHUTDOWN_FUNCTION()
/PHP-8.0/ext/pcntl/
H A Dpcntl.c458 zend_hash_destroy(&PCNTL_G(php_signal_table)); in PHP_RSHUTDOWN_FUNCTION()
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.c230 zend_hash_destroy(H->lob_streams); in pgsql_handle_closer()
/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c1455 zend_hash_destroy(dbh->cls_methods[i]); in dbh_free()
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_func_info.c958 zend_hash_destroy(&func_info); in zend_func_info_shutdown()
H A Dzend_optimizer.c1568 zend_hash_destroy(ctx.constants); in zend_optimize_script()
/PHP-8.0/ext/hash/
H A Dhash.c1635 zend_hash_destroy(&php_hash_hashtable); in PHP_MSHUTDOWN_FUNCTION()
/PHP-8.0/ext/exif/
H A Dexif.c180 zend_hash_destroy(EXIF_G(tag_table_cache)); in PHP_MSHUTDOWN_FUNCTION()
1323 zend_hash_destroy(ht); in exif_tag_ht_dtor()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_bp.c80 zend_hash_destroy(Z_ARRVAL_P(data)); in phpdbg_opline_class_breaks_dtor()
/PHP-8.0/ext/snmp/
H A Dsnmp.c2062 zend_hash_destroy(&php_snmp_properties); in PHP_MSHUTDOWN_FUNCTION()

Completed in 210 milliseconds

12345