Home
last modified time | relevance | path

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

1234567891011

/dports/www/py-paste/Paste-3.4.6/paste/debug/
H A Dwdg_validate.py70 html_errors = self.call_wdg_validate(
72 if html_errors:
73 page = self.add_error(page, html_errors)[0]
95 def add_error(self, html_page, html_errors): argument
98 % cgi.escape(html_errors))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/paste/debug/
H A Dwdg_validate.py70 html_errors = self.call_wdg_validate(
72 if html_errors:
73 page = self.add_error(page, html_errors)[0]
95 def add_error(self, html_page, html_errors): argument
98 % cgi.escape(html_errors))
/dports/lang/php81/php-8.1.1/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'));
/dports/www/mod_php81/php-8.1.1/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'));
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/develop/
H A Dstack.c342 formats = get_var_format_string(PG(html_errors));
603 xdebug_append_error_head(&str, PG(html_errors), "uncaught-exception");
604 …xdebug_append_error_description(&str, PG(html_errors), error_type_str, tmp_buf, error_filename, er…
605 xdebug_append_printable_stack(&str, PG(html_errors));
609 xdebug_append_error_footer(&str, PG(html_errors));
614 …printable_stack = xdebug_get_printable_stack(PG(html_errors), type, buffer, error_filename, error_…
862 …printable_stack = xdebug_get_printable_stack(PG(html_errors), type, buffer, error_filename, error_…
985 if (!PG(html_errors)) {
989 xdebug_append_printable_stack(&tmp_str, PG(html_errors));
1004 xdebug_append_error_head(&displ_tmp_str, PG(html_errors), "exception");
[all …]
H A Dphp_functions.c54 if (PG(html_errors)) {
113 if (PG(html_errors)) {
254 …tmp = xdebug_get_printable_stack(PG(html_errors), 0, message, ZSTR_VAL(fse->filename), fse->lineno…
256 …tmp = xdebug_get_printable_stack(PG(html_errors), 0, "user triggered", ZSTR_VAL(fse->filename), fs…
/dports/lang/php81/php-8.1.1/tests/output/
H A Dbug74725.phpt2 Bug #74725: html_errors=1 breaks unhandled exceptions
6 ini_set('html_errors', 1);
/dports/www/mod_php80/php-8.0.15/tests/output/
H A Dbug74725.phpt2 Bug #74725: html_errors=1 breaks unhandled exceptions
6 ini_set('html_errors', 1);
/dports/www/mod_php81/php-8.1.1/tests/output/
H A Dbug74725.phpt2 Bug #74725: html_errors=1 breaks unhandled exceptions
6 ini_set('html_errors', 1);
/dports/lang/php80/php-8.0.15/tests/output/
H A Dbug74725.phpt2 Bug #74725: html_errors=1 breaks unhandled exceptions
6 ini_set('html_errors', 1);
/dports/lang/php74/php-7.4.27/tests/output/
H A Dbug74725.phpt2 Bug #74725: html_errors=1 breaks unhandled exceptions
6 ini_set('html_errors', 1);
/dports/lang/php73/php-7.3.33/tests/output/
H A Dbug74725.phpt2 Bug #74725: html_errors=1 breaks unhandled exceptions
6 ini_set('html_errors', 1);
/dports/www/mod_php74/php-7.4.27/tests/output/
H A Dbug74725.phpt2 Bug #74725: html_errors=1 breaks unhandled exceptions
6 ini_set('html_errors', 1);
/dports/www/mod_php73/php-7.3.33/tests/output/
H A Dbug74725.phpt2 Bug #74725: html_errors=1 breaks unhandled exceptions
6 ini_set('html_errors', 1);
/dports/devel/pear-phing/phing-2.6.1/bin/
H A Dpear-phing18 $PHP_COMMAND -d html_errors=off -qC @PEAR-DIR@/phing.php -logger phing.listener.AnsiColorLogger "$@"
/dports/lang/php73/php-7.3.33/ext/session/tests/
H A Dbug70876.phpt6 html_errors=0
/dports/lang/php80/php-8.0.15/ext/session/tests/
H A Dbug70876.phpt6 html_errors=0
/dports/lang/php74/php-7.4.27/ext/session/tests/
H A Dbug70876.phpt6 html_errors=0
/dports/www/php73-session/php-7.3.33/ext/session/tests/
H A Dbug70876.phpt6 html_errors=0
/dports/www/php74-session/php-7.4.27/ext/session/tests/
H A Dbug70876.phpt6 html_errors=0
/dports/www/php80-session/php-8.0.15/ext/session/tests/
H A Dbug70876.phpt6 html_errors=0
/dports/www/mod_php73/php-7.3.33/ext/session/tests/
H A Dbug70876.phpt6 html_errors=0
/dports/www/mod_php80/php-8.0.15/ext/session/tests/
H A Dbug70876.phpt6 html_errors=0
/dports/www/mod_php74/php-7.4.27/ext/session/tests/
H A Dbug70876.phpt6 html_errors=0
/dports/www/mod_php81/php-8.1.1/ext/session/tests/
H A Dbug70876.phpt8 html_errors=0

1234567891011