Home
last modified time | relevance | path

Searched refs:zend_hash_apply (Results 1 – 25 of 25) sorted by relevance

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_plugin.c123 zend_hash_apply(&mysqlnd_registered_plugins, mysqlnd_plugin_end_apply_func); in mysqlnd_plugin_subsystem_end()
/PHP-7.1/Zend/
H A Dzend_ts_hash.c150 zend_hash_apply(TS_HASH(ht), apply_func); in zend_ts_hash_apply()
H A Dzend_constants.c159 zend_hash_apply(EG(zend_constants), clean_non_persistent_constant_full); in clean_non_persistent_constants()
H A Dzend_ini.c142 zend_hash_apply(EG(modified_ini_directives), zend_restore_ini_entry_wrapper); in zend_ini_deactivate()
H A Dzend_execute.c2013 zend_hash_apply(&EG(symbol_table), zend_check_symbol); \
2015 zend_hash_apply(EX(symbol_table), zend_check_symbol); \
2030 zend_hash_apply(Z_ARRVAL_P(pz), zend_check_symbol); in zend_check_symbol()
2033 zend_hash_apply(Z_OBJPROP_P(pz), zend_check_symbol); in zend_check_symbol()
H A Dzend_hash.h139 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func);
H A Dzend_API.c1969 zend_hash_apply(&module_registry, zend_startup_module_zval); in zend_startup_modules()
2621 zend_hash_apply(&module_registry, exec_done_cb); in zend_post_deactivate_modules()
H A Dzend_hash.c1495 ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func) in zend_hash_apply() function
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_info.c189 zend_hash_apply(CG(auto_globals), (apply_func_t) phpdbg_arm_auto_global); in phpdbg_print_symbols()
H A Dphpdbg_wait.c156 zend_hash_apply(CG(auto_globals), (apply_func_t) phpdbg_dearm_autoglobals); in phpdbg_webdata_decompress()
H A Dphpdbg_prompt.c1438 zend_hash_apply(&module_registry, (apply_func_t) add_module_info); in PHPDBG_COMMAND()
/PHP-7.1/ext/standard/
H A Dinfo.c995 zend_hash_apply(&sorted_registry, _display_module_info_func); in php_print_info()
1000 zend_hash_apply(&sorted_registry, _display_module_info_def); in php_print_info()
H A Dbasic_functions.c5101 zend_hash_apply(BG(user_shutdown_function_names), user_shutdown_function_call);
/PHP-7.1/sapi/cli/
H A Dphp_cli.c211 zend_hash_apply(&sorted_registry, print_module_info); in print_modules()
/PHP-7.1/ext/oci8/
H A Doci8_statement.c271 zend_hash_apply(statement->columns, php_oci_cleanup_pre_fetch); in php_oci_statement_fetch()
568 zend_hash_apply(statement->binds, php_oci_bind_post_exec); in php_oci_statement_execute()
H A Doci8.c1186 zend_hash_apply(&EG(persistent_list), php_oci_persistent_helper); in PHP_RSHUTDOWN_FUNCTION()
1965 zend_hash_apply(&EG(persistent_list), php_oci_persistent_helper); in php_oci_do_connect_ex()
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c114 zend_hash_apply(ht, (apply_func_t) is_not_internal_function); in zend_accel_free_user_functions()
H A Dzend_persist.c849 zend_hash_apply(class_table, (apply_func_t) zend_update_parent_ce); in zend_accel_persist_class_table()
/PHP-7.1/main/
H A Drfc1867.c211 zend_hash_apply(SG(rfc1867_uploaded_files), unlink_filename); in destroy_uploaded_files_hash()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c247 zend_hash_apply(&sorted_registry, print_module_info); in print_modules()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c962 zend_hash_apply(&EG(persistent_list), (apply_func_t) php_mysqli_persistent_helper_once); in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.1/ext/phar/
H A Dphar.c363 zend_hash_apply(&(phar_data->manifest), phar_tmpclose_apply); in destroy_phar_data()
2672 zend_hash_apply(&phar->manifest, phar_flush_clean_deleted_apply);
/PHP-7.1/main/streams/
H A Dstreams.c95 zend_hash_apply(&EG(persistent_list), forget_persistent_resource_id_numbers); in PHP_RSHUTDOWN_FUNCTION()
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c268 zend_hash_apply(&sorted_registry, print_module_info); in print_modules()
/PHP-7.1/ext/pgsql/
H A Dpgsql.c1240 zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions); in PHP_RSHUTDOWN_FUNCTION()

Completed in 173 milliseconds