Searched refs:zend_hash_apply (Results 1 – 24 of 24) sorted by relevance
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_plugin.c | 123 zend_hash_apply(&mysqlnd_registered_plugins, mysqlnd_plugin_end_apply_func); in mysqlnd_plugin_subsystem_end()
|
/PHP-7.2/Zend/ |
H A D | zend_ts_hash.c | 150 zend_hash_apply(TS_HASH(ht), apply_func); in zend_ts_hash_apply()
|
H A D | zend_ini.c | 142 zend_hash_apply(EG(modified_ini_directives), zend_restore_ini_entry_wrapper); in zend_ini_deactivate()
|
H A D | zend_execute.c | 2050 zend_hash_apply(&EG(symbol_table), zend_check_symbol); \ 2052 zend_hash_apply(EX(symbol_table), zend_check_symbol); \ 2067 zend_hash_apply(Z_ARRVAL_P(pz), zend_check_symbol); in zend_check_symbol() 2070 zend_hash_apply(Z_OBJPROP_P(pz), zend_check_symbol); in zend_check_symbol()
|
H A D | zend_hash.h | 146 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func);
|
H A D | zend_API.c | 1999 zend_hash_apply(&module_registry, zend_startup_module_zval); in zend_startup_modules() 2682 zend_hash_apply(&module_registry, exec_done_cb); in zend_post_deactivate_modules()
|
H A D | zend_hash.c | 1496 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_apply() function
|
/PHP-7.2/ext/standard/ |
H A D | info.c | 960 zend_hash_apply(&sorted_registry, _display_module_info_func); in php_print_info() 965 zend_hash_apply(&sorted_registry, _display_module_info_def); in php_print_info()
|
H A D | basic_functions.c | 5107 zend_hash_apply(BG(user_shutdown_function_names), user_shutdown_function_call);
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_info.c | 189 zend_hash_apply(CG(auto_globals), (apply_func_t) phpdbg_arm_auto_global); in phpdbg_print_symbols()
|
H A D | phpdbg_wait.c | 156 zend_hash_apply(CG(auto_globals), (apply_func_t) phpdbg_dearm_autoglobals); in phpdbg_webdata_decompress()
|
H A D | phpdbg_prompt.c | 1439 zend_hash_apply(&module_registry, (apply_func_t) add_module_info); in PHPDBG_COMMAND()
|
/PHP-7.2/sapi/cli/ |
H A D | php_cli.c | 212 zend_hash_apply(&sorted_registry, print_module_info); in print_modules()
|
/PHP-7.2/ext/oci8/ |
H A D | oci8_statement.c | 262 zend_hash_apply(statement->columns, php_oci_cleanup_pre_fetch); in php_oci_statement_fetch() 563 zend_hash_apply(statement->binds, php_oci_bind_post_exec); in php_oci_statement_execute()
|
H A D | oci8.c | 1187 zend_hash_apply(&EG(persistent_list), php_oci_persistent_helper); in PHP_RSHUTDOWN_FUNCTION() 1955 zend_hash_apply(&EG(persistent_list), php_oci_persistent_helper); in php_oci_do_connect_ex()
|
/PHP-7.2/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 114 zend_hash_apply(ht, (apply_func_t) is_not_internal_function); in zend_accel_free_user_functions()
|
H A D | zend_persist.c | 849 zend_hash_apply(class_table, (apply_func_t) zend_update_parent_ce); in zend_accel_persist_class_table()
|
/PHP-7.2/main/ |
H A D | rfc1867.c | 211 zend_hash_apply(SG(rfc1867_uploaded_files), unlink_filename); in destroy_uploaded_files_hash()
|
/PHP-7.2/sapi/fpm/fpm/ |
H A D | fpm_main.c | 247 zend_hash_apply(&sorted_registry, print_module_info); in print_modules()
|
/PHP-7.2/ext/mysqli/ |
H A D | mysqli.c | 965 zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysqli_persistent_helper_once); in PHP_RSHUTDOWN_FUNCTION()
|
/PHP-7.2/ext/phar/ |
H A D | phar.c | 363 zend_hash_apply(&(phar_data->manifest), phar_tmpclose_apply); in destroy_phar_data() 2673 zend_hash_apply(&phar->manifest, phar_flush_clean_deleted_apply);
|
/PHP-7.2/main/streams/ |
H A D | streams.c | 96 zend_hash_apply(&EG(persistent_list), forget_persistent_resource_id_numbers); in PHP_RSHUTDOWN_FUNCTION()
|
/PHP-7.2/sapi/cgi/ |
H A D | cgi_main.c | 272 zend_hash_apply(&sorted_registry, print_module_info); in print_modules()
|
/PHP-7.2/ext/pgsql/ |
H A D | pgsql.c | 1251 zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions); in PHP_RSHUTDOWN_FUNCTION()
|
Completed in 139 milliseconds