Home
last modified time | relevance | path

Searched refs:phpinfo_as_text (Results 1 – 11 of 11) sorted by relevance

/PHP-7.1/ext/standard/
H A Dinfo.c104 if (!sapi_module.phpinfo_as_text) { in php_info_print_stream_hash()
125 if (!sapi_module.phpinfo_as_text) { in php_info_print_stream_hash()
142 if (!sapi_module.phpinfo_as_text) { in php_info_print_module()
163 if (!sapi_module.phpinfo_as_text) { in php_info_print_module()
206 if (!sapi_module.phpinfo_as_text) { in php_print_gpcse_array()
225 if (!sapi_module.phpinfo_as_text) { in php_print_gpcse_array()
262 if (!sapi_module.phpinfo_as_text) { in php_print_gpcse_array()
829 if (!sapi_module.phpinfo_as_text) { in php_print_info()
964 if (sapi_module.phpinfo_as_text) { in php_print_info()
1093 if (!sapi_module.phpinfo_as_text) { in php_print_info()
[all …]
H A Dcredits.c30 if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) { in php_print_credits()
34 if (!sapi_module.phpinfo_as_text) { in php_print_credits()
52 if (!sapi_module.phpinfo_as_text) { in php_print_credits()
128 if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) { in php_print_credits()
/PHP-7.1/main/
H A Dphp_ini.c86 esc_html = !sapi_module.phpinfo_as_text; in php_ini_displayer_cb()
88 if (!sapi_module.phpinfo_as_text) { in php_ini_displayer_cb()
99 esc_html = !sapi_module.phpinfo_as_text; in php_ini_displayer_cb()
101 if (!sapi_module.phpinfo_as_text) { in php_ini_displayer_cb()
129 if (!sapi_module.phpinfo_as_text) { in php_ini_displayer()
H A DSAPI.h267 int phpinfo_as_text; member
/PHP-7.1/sapi/cli/
H A Dphp_cli.c1324 sapi_module->phpinfo_as_text = 1; in WinMain()
H A Dphp_cli_server.c2625 sapi_module.phpinfo_as_text = 0; in do_cli_server()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c1622 phpdbg->phpinfo_as_text = 1; in main()
1628 phpdbg->phpinfo_as_text = 1; in main()
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c1271 lsapi_sapi_module.phpinfo_as_text = 1; in main()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c1770 cgi_sapi_module.phpinfo_as_text = 1;
/PHP-7.1/ext/interbase/
H A Dinterbase.c700 } else if (!sapi_module.phpinfo_as_text) { in PHP_INI_DISP()
/PHP-7.1/ext/phar/
H A Dphar.c3584 PUTS(!sapi_module.phpinfo_as_text?"<br />":"\n");
3586 PUTS(!sapi_module.phpinfo_as_text?"<br />":"\n");

Completed in 86 milliseconds