Searched refs:html_errors (Results 1 – 23 of 23) sorted by relevance
/PHP-7.1/tests/output/ |
H A D | bug74725.phpt | 2 Bug #74725: html_errors=1 breaks unhandled exceptions 6 ini_set('html_errors', 1);
|
H A D | bug75236.phpt | 6 ini_set('html_errors', true);
|
/PHP-7.1/ext/session/tests/ |
H A D | bug70876.phpt | 6 html_errors=0
|
H A D | bug55688.phpt | 6 html_errors=0
|
H A D | bug24592.phpt | 6 html_errors=0
|
H A D | bug26862.phpt | 6 html_errors=0
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | bug68996.phpt | 9 html_errors=1
|
/PHP-7.1/tests/basic/ |
H A D | bug71273.phpt | 13 …$cmd = getenv('TEST_PHP_EXECUTABLE') . " -n -d html_errors=on -d extension_dir=a/�/w -d extension=…
|
/PHP-7.1/tests/lang/ |
H A D | bug35176.phpt | 4 html_errors=1
|
/PHP-7.1/ext/fileinfo/tests/ |
H A D | bug68996.phpt | 11 html_errors=1
|
/PHP-7.1/main/ |
H A D | php_globals.h | 131 zend_bool html_errors; member
|
H A D | main.c | 563 …STD_PHP_INI_BOOLEAN("html_errors", "1", PHP_INI_ALL, OnUpdateBool, html_errors, php_core_g… 789 if (PG(html_errors)) { in php_verror() 859 if (PG(html_errors)) { in php_verror() 892 if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) { in php_verror() 922 if (PG(html_errors)) { in php_verror() 1180 if (PG(html_errors)) { in php_error_cb() 2276 zuv.html_errors = 1; in php_module_startup()
|
/PHP-7.1/ext/filter/tests/ |
H A D | 011.phpt | 13 ini_set('html_errors', false);
|
/PHP-7.1/Zend/ |
H A D | zend_ini.c | 508 if (zend_uv.html_errors) { in zend_ini_displayer_cb() 520 if (zend_uv.html_errors) { in zend_ini_displayer_cb() 581 if (zend_uv.html_errors) { in ZEND_INI_DISP() 587 if (zend_uv.html_errors) { in ZEND_INI_DISP()
|
H A D | zend.h | 199 zend_bool html_errors; member
|
/PHP-7.1/ext/com_dotnet/ |
H A D | com_com.c | 371 if (PG(html_errors)) { in php_com_invoke_helper()
|
/PHP-7.1/sapi/litespeed/ |
H A D | lsapi_main.c | 1027 zend_uv.html_errors = 0; /* tell the engine we're in non-html mode */ in cli_main()
|
/PHP-7.1/ |
H A D | php.ini-development | 111 ; html_errors 549 html_errors = On 551 ; If html_errors is set to On *and* docref_root is not empty, then PHP
|
H A D | php.ini-production | 111 ; html_errors 549 html_errors = On 551 ; If html_errors is set to On *and* docref_root is not empty, then PHP
|
H A D | NEWS | 808 . Fixed bug #74725 (html_errors=1 breaks unhandled exceptions). (Andrea)
|
/PHP-7.1/main/streams/ |
H A D | streams.c | 167 if (PG(html_errors)) { in php_stream_display_wrapper_errors()
|
/PHP-7.1/ext/odbc/ |
H A D | php_odbc.c | 577 if (PG(html_errors)) { in PHP_INI_DISP()
|
/PHP-7.1/win32/ |
H A D | install.txt | 1289 html_errors = off
|
Completed in 76 milliseconds