Home
last modified time | relevance | path

Searched refs:symbol_table (Results 1 – 25 of 56) sorted by last modified time

123

/PHP-7.0/sapi/phpdbg/
H A Dxml.md136 - symbol_table: no symbol table present (not yet initiailized or already destructed)
H A Dphpdbg_wait.c31 if ((zvp = zend_hash_str_find(&EG(symbol_table), name, strlen(name)))) { in ZEND_EXTERN_MODULE_GLOBALS()
158 zend_hash_clean(&EG(symbol_table)); in phpdbg_webdata_decompress()
159 EG(symbol_table) = *Z_ARR_P(zvp); in phpdbg_webdata_decompress()
H A Dphpdbg_watch.c684 …zend_hash_str_add(EG(current_execute_data)->symbol_table, ZEND_STRL("this"), &EG(current_execute_d… in phpdbg_watchpoint_parse_symtables()
687 …o_global(input, len) && phpdbg_watchpoint_parse_input(input, len, &EG(symbol_table), 0, callback, … in phpdbg_watchpoint_parse_symtables()
691 …return phpdbg_parse_variable_with_arg(input, len, EG(current_execute_data)->symbol_table, 0, (phpd… in phpdbg_watchpoint_parse_symtables()
801 …return phpdbg_watchpoint_parse_input(input, len, EG(current_execute_data)->symbol_table, 0, phpdbg… in phpdbg_delete_var_watchpoint()
H A Dphpdbg_webdata_transfer.c46 zend_hash_copy(Z_ARRVAL(zv[1]), &EG(symbol_table), NULL); in phpdbg_webdata_compress()
H A Dphpdbg_prompt.c128 fci.symbol_table = NULL; in phpdbg_call_register()
923 if (ex && ex->symbol_table) { in PHPDBG_COMMAND()
924 zend_hash_clean(ex->symbol_table); in PHPDBG_COMMAND()
1017 … phpdbg_parse_variable(param->str, param->len, &EG(symbol_table), 0, phpdbg_output_ev_variable, 0); in PHPDBG_COMMAND()
H A Dphpdbg_info.c190 symtable = &EG(symbol_table); in phpdbg_print_symbols()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_php.c272 data = zend_hash_find(&EG(symbol_table), table); in fpm_php_get_string_from_table()
/PHP-7.0/sapi/cli/
H A Dphp_cli.c1030 zend_hash_str_update(&EG(symbol_table), "argn", sizeof("argn")-1, &argn); in do_cli()
1032 zend_hash_str_update(&EG(symbol_table), "argi", sizeof("argi")-1, &argi); in do_cli()
/PHP-7.0/main/streams/
H A Duserspace.c309 fci.symbol_table = NULL; in user_stream_create_object()
/PHP-7.0/main/
H A Dphp_variables.c113 if (symtable1 == &EG(symbol_table) && in php_register_variable_ex()
585 zend_hash_str_update(&EG(symbol_table), "argv", sizeof("argv")-1, &arr); in php_build_argv()
586 zend_hash_str_add(&EG(symbol_table), "argc", sizeof("argc")-1, &argc); in php_build_argv()
637 int globals_check = (dest == (&EG(symbol_table))); in php_autoglobal_merge()
687 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
706 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
721 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
733 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files()
781 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_SERVER]); in php_auto_globals_create_server()
797 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_ENV]); in php_auto_globals_create_env()
[all …]
H A Dmain.c911 zend_hash_str_update_ind(&EG(symbol_table), "php_errormsg", sizeof("php_errormsg")-1, &tmp); in php_verror()
1228 zend_hash_str_update_ind(&EG(symbol_table), "php_errormsg", sizeof("php_errormsg")-1, &tmp); in php_error_cb()
/PHP-7.0/ext/xsl/
H A Dxsltprocessor.c323 fci.symbol_table = NULL; in xsl_ext_function_php()
/PHP-7.0/ext/xml/
H A Dxml.c492 fci.symbol_table = NULL; in xml_call_handler()
/PHP-7.0/ext/wddx/
H A Dwddx.c682 zend_array *symbol_table = zend_rebuild_symbol_table(); in php_wddx_add_var() local
683 if ((val = zend_hash_find(symbol_table, Z_STR_P(name_var))) != NULL) { in php_wddx_add_var()
/PHP-7.0/ext/standard/
H A Durl_scanner_ex.c127 if ((!(tmp = zend_hash_str_find(&EG(symbol_table), ZEND_STRL("_SERVER")))) in PHP_INI_END()
H A Durl_scanner_ex.re130 if ((!(tmp = zend_hash_str_find(&EG(symbol_table), ZEND_STRL("_SERVER"))))
H A Dstring.c4498 zend_array *symbol_table = zend_rebuild_symbol_table(); local
4500 ZVAL_ARR(&tmp, symbol_table);
H A Dhttp_fopen_wrapper.c146 zend_array *symbol_table; in php_stream_url_wrap_http_ex() local
662 symbol_table = zend_rebuild_symbol_table(); in php_stream_url_wrap_http_ex()
671 …zval *response_header_ptr = zend_hash_str_find_ind(symbol_table, "http_response_header", sizeof("h… in php_stream_url_wrap_http_ex()
H A Dinfo.c204 if ((data = zend_hash_find(&EG(symbol_table), key)) != NULL && (Z_TYPE_P(data) == IS_ARRAY)) { in php_print_gpcse_array()
1029 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_SELF", sizeof("PHP_SELF")-1)) != NULL && Z_… in php_print_info()
1032 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_TYPE", sizeof("PHP_AUTH_TYPE")-1)) != … in php_print_info()
1035 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_USER", sizeof("PHP_AUTH_USER")-1)) != … in php_print_info()
1038 …if ((data = zend_hash_str_find(&EG(symbol_table), "PHP_AUTH_PW", sizeof("PHP_AUTH_PW")-1)) != NULL… in php_print_info()
H A Dbasic_functions.c4277 (args = zend_hash_str_find_ind(&EG(symbol_table), "argv", sizeof("argv")-1)) != NULL)
H A Darray.c1709 zend_array *symbol_table; local
1743 symbol_table = zend_rebuild_symbol_table();
1745 if (!symbol_table) {
1898 zend_array *symbol_table; local
1904 symbol_table = zend_rebuild_symbol_table();
1906 if (UNEXPECTED(symbol_table == NULL)) {
1920 php_compact_var(symbol_table, return_value, &args[i]);
2417 if (in_hash == &EG(symbol_table)) {
2434 if (in_hash == &EG(symbol_table)) {
2563 if (Z_ARRVAL_P(stack) == &EG(symbol_table)) {
[all …]
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c717 fc->fci.symbol_table = NULL;
876 collation->fci.fci.symbol_table = NULL;
/PHP-7.0/ext/spl/
H A Dspl_directory.c2084 fci.symbol_table = NULL; in spl_filesystem_file_call()
H A Dspl_array.c551 if (ht == &EG(symbol_table)) { in spl_array_unset_dimension_ex()
H A Dspl_engine.h68 fci.symbol_table = NULL; in spl_instantiate_arg_n()

Completed in 210 milliseconds

123