Home
last modified time | relevance | path

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

/PHP-7.3/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-7.3/ext/session/tests/
H A Dbug70876.phpt6 html_errors=0
H A Dbug55688.phpt6 html_errors=0
H A Dbug24592.phpt6 html_errors=0
H A Dbug26862.phpt6 html_errors=0
/PHP-7.3/ext/standard/tests/strings/
H A Dbug68996.phpt9 html_errors=1
/PHP-7.3/tests/basic/
H A Dbug71273.phpt13 …$cmd = getenv('TEST_PHP_EXECUTABLE') . " -n -d html_errors=on -d extension_dir=a/�/w -d extension=…
/PHP-7.3/tests/lang/
H A Dbug35176.phpt4 html_errors=1
/PHP-7.3/ext/fileinfo/tests/
H A Dbug68996.phpt11 html_errors=1
/PHP-7.3/main/
H A Dphp_globals.h123 zend_bool html_errors; member
H A Dmain.c719 …STD_PHP_INI_BOOLEAN("html_errors", "1", PHP_INI_ALL, OnUpdateBool, html_errors, php_core_g…
947 if (PG(html_errors)) { in php_verror()
1017 if (PG(html_errors)) { in php_verror()
1050 if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) { in php_verror()
1080 if (PG(html_errors)) { in php_verror()
1338 if (PG(html_errors)) { in php_error_cb()
2316 zuv.html_errors = 1; in php_module_startup()
/PHP-7.3/ext/filter/tests/
H A D011.phpt13 ini_set('html_errors', false);
/PHP-7.3/Zend/
H A Dzend_ini.c535 if (zend_uv.html_errors) { in zend_ini_displayer_cb()
547 if (zend_uv.html_errors) { in zend_ini_displayer_cb()
600 if (zend_uv.html_errors) { in ZEND_INI_DISP()
606 if (zend_uv.html_errors) { in ZEND_INI_DISP()
H A Dzend.h196 zend_bool html_errors; member
/PHP-7.3/ext/com_dotnet/
H A Dcom_com.c367 if (PG(html_errors)) { in php_com_invoke_helper()
/PHP-7.3/sapi/litespeed/
H A Dlsapi_main.c1266 zend_uv.html_errors = 0; /* tell the engine we're in non-html mode */ in cli_main()
/PHP-7.3/
H A Dphp.ini-development111 ; html_errors
545 html_errors = On
547 ; If html_errors is set to On *and* docref_root is not empty, then PHP
H A Dphp.ini-production111 ; html_errors
547 html_errors = On
549 ; If html_errors is set to On *and* docref_root is not empty, then PHP
/PHP-7.3/main/streams/
H A Dstreams.c172 if (PG(html_errors)) { in php_stream_display_wrapper_errors()
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c571 if (PG(html_errors)) { in PHP_INI_DISP()

Completed in 96 milliseconds