Searched refs:html_errors (Results 1 – 18 of 18) sorted by relevance
6 html_errors=0
4 html_errors=1
121 zend_bool html_errors; member
498 …STD_PHP_INI_BOOLEAN("html_errors", "1", PHP_INI_ALL, OnUpdateBool, html_errors, php_core_g…718 if (PG(html_errors)) { in php_verror()776 if (PG(html_errors)) { in php_verror()810 if (docref && is_function && PG(html_errors) && strlen(PG(docref_root))) { in php_verror()840 if (PG(html_errors)) { in php_verror()1085 if (PG(html_errors)) { in php_error_cb()2197 zuv.html_errors = 1; in php_module_startup()
435 if (zend_uv.html_errors) { in zend_ini_displayer_cb()447 if (zend_uv.html_errors) { in zend_ini_displayer_cb()511 if (zend_uv.html_errors) { in ZEND_INI_DISP()517 if (zend_uv.html_errors) { in ZEND_INI_DISP()
552 zend_bool html_errors; member
13 ini_set('html_errors', false);
1063 zend_uv.html_errors = 0; /* tell the engine we're in non-html mode */ in main()
764 zend_uv.html_errors = 0; /* tell the engine we're in non-html mode */ in cli_main()
364 if (PG(html_errors)) { in php_com_invoke_helper()
111 ; html_errors541 html_errors = On543 ; If html_errors is set to On *and* docref_root is not empty, then PHP
7505 - Fixed bug #37053 (html_errors with internal classes produces wrong links).
190 if (PG(html_errors)) { in php_stream_display_wrapper_errors()
572 if (PG(html_errors)) { in PHP_INI_DISP()
1431 html_errors = off
Completed in 110 milliseconds