Searched refs:ZEND_HASH_MAP_FOREACH_STR_KEY (Results 1 – 24 of 24) sorted by relevance
/php-src/ext/phar/ |
H A D | dirstream.c | 168 ZEND_HASH_MAP_FOREACH_STR_KEY(manifest, str_key) { in phar_make_dirstream() 330 ZEND_HASH_MAP_FOREACH_STR_KEY(&phar->manifest, str_key) { in phar_wrapper_open_dir() 543 ZEND_HASH_MAP_FOREACH_STR_KEY(&phar->manifest, str_key) { in phar_wrapper_rmdir() 558 ZEND_HASH_MAP_FOREACH_STR_KEY(&phar->virtual_dirs, str_key) { in phar_wrapper_rmdir()
|
H A D | stream.c | 622 ZEND_HASH_MAP_FOREACH_STR_KEY(&phar->mounted_dirs, str_key) { in phar_wrapper_stat()
|
H A D | util.c | 1339 ZEND_HASH_MAP_FOREACH_STR_KEY(&phar->mounted_dirs, str_key) { in phar_get_entry_info_dir()
|
/php-src/ext/dom/ |
H A D | token_list.c | 91 ZEND_HASH_MAP_FOREACH_STR_KEY(token_set, token) { in dom_ordered_set_serializer() 109 ZEND_HASH_MAP_FOREACH_STR_KEY(token_set, token) { in dom_ordered_set_serializer()
|
H A D | xpath_callbacks.c | 173 ZEND_HASH_MAP_FOREACH_STR_KEY(&ns->functions, name) { in php_dom_xpath_callbacks_delayed_lib_registration()
|
/php-src/ext/standard/ |
H A D | user_filters.c | 485 ZEND_HASH_MAP_FOREACH_STR_KEY(filters_hash, filter_name) { in PHP_FUNCTION()
|
H A D | password.c | 669 ZEND_HASH_MAP_FOREACH_STR_KEY(&php_password_algos, algo) { in PHP_FUNCTION()
|
H A D | streamsfuncs.c | 598 ZEND_HASH_MAP_FOREACH_STR_KEY(stream_xport_hash, stream_xport) { in PHP_FUNCTION() 614 ZEND_HASH_MAP_FOREACH_STR_KEY(url_stream_wrappers_hash, stream_protocol) { in PHP_FUNCTION()
|
H A D | info.c | 103 ZEND_HASH_MAP_FOREACH_STR_KEY(ht, key) { in php_info_print_stream_hash()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_info.c | 72 ZEND_HASH_MAP_FOREACH_STR_KEY(&EG(included_files), fname) { in PHPDBG_INFO()
|
H A D | phpdbg.c | 573 ZEND_HASH_MAP_FOREACH_STR_KEY(files, name) { in PHP_FUNCTION()
|
H A D | phpdbg_bp.c | 315 ZEND_HASH_MAP_FOREACH_STR_KEY(&PHPDBG_G(file_sources), file) { in phpdbg_set_breakpoint_file()
|
/php-src/sapi/apache2handler/ |
H A D | sapi_apache2.c | 572 ZEND_HASH_MAP_FOREACH_STR_KEY(&c->config, str) { in php_apache_ini_dtor()
|
/php-src/ext/hash/ |
H A D | hash.c | 870 ZEND_HASH_MAP_FOREACH_STR_KEY(&php_hash_hashtable, str) { in PHP_FUNCTION() 1686 ZEND_HASH_MAP_FOREACH_STR_KEY(&php_hash_hashtable, str) { in PHP_MINFO_FUNCTION()
|
/php-src/Zend/ |
H A D | zend_hash.c | 3344 ZEND_HASH_MAP_FOREACH_STR_KEY(ht, str_key) { in zend_symtable_to_proptable() 3394 ZEND_HASH_MAP_FOREACH_STR_KEY(ht, str_key) { in zend_proptable_to_symtable()
|
H A D | zend_builtin_functions.c | 1225 ZEND_HASH_MAP_FOREACH_STR_KEY(&EG(included_files), entry) { in ZEND_FUNCTION()
|
H A D | zend_hash.h | 1347 #define ZEND_HASH_MAP_FOREACH_STR_KEY(ht, _key) \ macro
|
H A D | zend_inheritance.c | 1045 ZEND_HASH_MAP_FOREACH_STR_KEY(CG(delayed_autoloads), unresolved_class) { in emit_incompatible_method_error()
|
H A D | zend_compile.c | 7976 ZEND_HASH_MAP_FOREACH_STR_KEY(&info->uses, var_name) in compile_implicit_lexical_binds() 8025 ZEND_HASH_MAP_FOREACH_STR_KEY(&info->uses, var_name) in zend_compile_implicit_closure_uses()
|
H A D | zend_vm_def.h | 9373 ZEND_HASH_MAP_FOREACH_STR_KEY(ht, key) { in ZEND_HASH_MAP_FOREACH_STR_KEY() function
|
H A D | zend_vm_execute.h | 8282 ZEND_HASH_MAP_FOREACH_STR_KEY(ht, key) { in ZEND_IN_ARRAY_SPEC_CONST_CONST_HANDLER() 21022 ZEND_HASH_MAP_FOREACH_STR_KEY(ht, key) { in ZEND_IN_ARRAY_SPEC_TMP_CONST_HANDLER() 26363 ZEND_HASH_MAP_FOREACH_STR_KEY(ht, key) { in ZEND_IN_ARRAY_SPEC_VAR_CONST_HANDLER() 45821 ZEND_HASH_MAP_FOREACH_STR_KEY(ht, key) { in ZEND_IN_ARRAY_SPEC_CV_CONST_HANDLER()
|
/php-src/Zend/Optimizer/ |
H A D | sccp.c | 726 ZEND_HASH_MAP_FOREACH_STR_KEY(ht, key) { in ct_eval_in_array()
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 794 ZEND_HASH_MAP_FOREACH_STR_KEY(static_variables, key) { in _function_closure_string()
|
/php-src/ext/ffi/ |
H A D | ffi.c | 4843 ZEND_HASH_MAP_FOREACH_STR_KEY(&type->record.fields, name) { in ZEND_METHOD()
|
Completed in 301 milliseconds