Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/standard/tests/general_functions/
H A Dini_set_types.phpt9 ini_set('html_errors', true);
10 var_dump(ini_get('html_errors'));
11 ini_set('html_errors', false);
12 var_dump(ini_get('html_errors'));
/PHP-8.2/tests/output/
H A Dbug74725.phpt2 Bug #74725: html_errors=1 breaks unhandled exceptions
6 ini_set('html_errors', 1);
H A Dbug75236.phpt6 ini_set('html_errors', true);
/PHP-8.2/ext/session/tests/
H A Dbug70876.phpt8 html_errors=0
H A Dbug24592.phpt8 html_errors=0
H A Dbug26862.phpt8 html_errors=0
/PHP-8.2/ext/session/tests/user_session_module/
H A Dbug55688.phpt6 html_errors=0
/PHP-8.2/ext/standard/tests/strings/
H A Dbug68996.phpt4 html_errors=1
/PHP-8.2/tests/basic/
H A Dbug71273.phpt7 …$cmd = getenv('TEST_PHP_EXECUTABLE_ESCAPED') . " -n -d html_errors=on -d extension_dir=a/�/w -d ex…
/PHP-8.2/tests/lang/
H A Dbug35176.phpt4 html_errors=1
/PHP-8.2/ext/fileinfo/tests/
H A Dbug68996.phpt6 html_errors=1
/PHP-8.2/ext/filter/tests/
H A D011.phpt13 ini_set('html_errors', false);
/PHP-8.2/sapi/fpm/tests/
H A Dbug72185-fcgi-empty-frame.phpt22 php_value[html_errors] = false
H A Dghsa-54hq-v5wp-fqgv-max-file-uploads.phpt20 php_admin_value[html_errors] = false
H A Dghsa-54hq-v5wp-fqgv-max-body-parts-custom.phpt20 php_admin_value[html_errors] = false
H A Dghsa-54hq-v5wp-fqgv-max-body-parts-default.phpt20 php_admin_value[html_errors] = false
/PHP-8.2/main/
H A Dphp_globals.h121 bool html_errors; member
H A Dmain.c696 …STD_PHP_INI_BOOLEAN("html_errors", "1", PHP_INI_ALL, OnUpdateBool, html_errors, php_core_g…
962 if (PG(html_errors)) { in php_verror()
1026 if (PG(html_errors)) { in php_verror()
1060 if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) { in php_verror()
1090 if (PG(html_errors)) { in php_verror()
1359 if (PG(html_errors)) { in php_error_cb()
2195 zuv.html_errors = 1; in php_module_startup()
/PHP-8.2/Zend/
H A Dzend_ini.c941 if (zend_uv.html_errors) { in ZEND_INI_DISP()
947 if (zend_uv.html_errors) { in ZEND_INI_DISP()
H A Dzend.h253 bool html_errors; member
/PHP-8.2/ext/com_dotnet/
H A Dcom_com.c356 if (PG(html_errors)) { in php_com_invoke_helper()
/PHP-8.2/sapi/litespeed/
H A Dlsapi_main.c1240 zend_uv.html_errors = 0; /* tell the engine we're in non-html mode */ in cli_main()
/PHP-8.2/main/streams/
H A Dstreams.c176 if (PG(html_errors)) { in php_stream_display_wrapper_errors()
/PHP-8.2/
H A Dphp.ini-development569 ;html_errors = On
571 ; If html_errors is set to On *and* docref_root is not empty, then PHP
H A Dphp.ini-production571 ;html_errors = On
573 ; If html_errors is set to On *and* docref_root is not empty, then PHP

Completed in 86 milliseconds

12