Home
last modified time | relevance | path

Searched refs:ZEND_HASH_FOREACH_STR_KEY (Results 1 – 22 of 22) sorted by relevance

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_info.c72 ZEND_HASH_FOREACH_STR_KEY(&EG(included_files), fname) { in PHPDBG_INFO()
H A Dphpdbg_bp.c316 ZEND_HASH_FOREACH_STR_KEY(&PHPDBG_G(file_sources), file) { in phpdbg_set_breakpoint_file()
H A Dphpdbg.c619 ZEND_HASH_FOREACH_STR_KEY(files, name) { in PHP_FUNCTION()
/PHP-8.0/ext/standard/
H A Duser_filters.c536 ZEND_HASH_FOREACH_STR_KEY(filters_hash, filter_name) { in PHP_FUNCTION()
H A Dpassword.c681 ZEND_HASH_FOREACH_STR_KEY(&php_password_algos, algo) { in PHP_FUNCTION()
H A Dstreamsfuncs.c586 ZEND_HASH_FOREACH_STR_KEY(stream_xport_hash, stream_xport) { in PHP_FUNCTION()
602 ZEND_HASH_FOREACH_STR_KEY(url_stream_wrappers_hash, stream_protocol) { in PHP_FUNCTION()
H A Dinfo.c103 ZEND_HASH_FOREACH_STR_KEY(ht, key) { in php_info_print_stream_hash()
H A Dstring.c2747 ZEND_HASH_FOREACH_STR_KEY(pats, str_key) {
H A Darray.c3839 ZEND_HASH_FOREACH_STR_KEY(Z_ARRVAL_P(ret), string_key) {
/PHP-8.0/sapi/apache2handler/
H A Dsapi_apache2.c560 ZEND_HASH_FOREACH_STR_KEY(&c->config, str) { in php_apache_ini_dtor()
/PHP-8.0/ext/hash/
H A Dhash.c854 ZEND_HASH_FOREACH_STR_KEY(&php_hash_hashtable, str) { in PHP_FUNCTION()
1648 ZEND_HASH_FOREACH_STR_KEY(&php_hash_hashtable, str) { in PHP_MINFO_FUNCTION()
/PHP-8.0/ext/session/
H A Dsession.c1992 ZEND_HASH_FOREACH_STR_KEY(&php_session_iface_entry->function_table, func_name) { in PHP_FUNCTION()
2011 ZEND_HASH_FOREACH_STR_KEY(&php_session_id_iface_entry->function_table, func_name) { in PHP_FUNCTION()
2031 ZEND_HASH_FOREACH_STR_KEY(&php_session_update_timestamp_iface_entry->function_table, func_name) { in PHP_FUNCTION()
/PHP-8.0/ext/phar/
H A Dstream.c616 ZEND_HASH_FOREACH_STR_KEY(&phar->mounted_dirs, str_key) { in phar_wrapper_stat()
H A Dutil.c1293 ZEND_HASH_FOREACH_STR_KEY(&phar->mounted_dirs, str_key) { in phar_get_entry_info_dir()
/PHP-8.0/Zend/
H A Dzend_inheritance.c805 ZEND_HASH_FOREACH_STR_KEY(CG(delayed_autoloads), unresolved_class) { in emit_incompatible_method_error()
2349 ZEND_HASH_FOREACH_STR_KEY(delayed_autoloads, name) { in load_delayed_classes()
H A Dzend_hash.c2763 ZEND_HASH_FOREACH_STR_KEY(ht, str_key) { in zend_symtable_to_proptable()
2812 ZEND_HASH_FOREACH_STR_KEY(ht, str_key) { in zend_proptable_to_symtable()
H A Dzend_hash.h1032 #define ZEND_HASH_FOREACH_STR_KEY(ht, _key) \ macro
H A Dzend_builtin_functions.c1138 ZEND_HASH_FOREACH_STR_KEY(&EG(included_files), entry) { in ZEND_FUNCTION()
H A Dzend_compile.c6711 ZEND_HASH_FOREACH_STR_KEY(&info->uses, var_name) in compile_implicit_lexical_binds()
6755 ZEND_HASH_FOREACH_STR_KEY(&info->uses, var_name) in zend_compile_implicit_closure_uses()
/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c757 ZEND_HASH_FOREACH_STR_KEY(ht, key) { in ct_eval_in_array()
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c482 ZEND_HASH_FOREACH_STR_KEY(properties, prop_name) { in _class_string()
749 ZEND_HASH_FOREACH_STR_KEY(static_variables, key) { in _function_closure_string()
/PHP-8.0/ext/pgsql/
H A Dpgsql.c5360 ZEND_HASH_FOREACH_STR_KEY(Z_ARRVAL_P(var_array), fld) { in php_pgsql_insert()

Completed in 214 milliseconds