Home
last modified time | relevance | path

Searched refs:error_prepend_string (Results 1 – 5 of 5) sorted by relevance

/php-src/sapi/embed/
H A DREADME.md119 The default value for 'error_prepend_string' is 'NULL'. The following example sets the INI default …
132 zend_hash_str_update(configuration_hash, ZEND_STRL("error_prepend_string"), &ini_value);
160 …INI files (which can be found by running `$ php --ini`), and set `error_prepend_string="Oops!"`. W…
/php-src/main/
H A Dphp_globals.h92 char *error_prepend_string; member
H A Dmain.c746 …RY("error_prepend_string", NULL, PHP_INI_ALL, OnUpdateString, error_prepend_string, php_core_g…
/php-src/
H A Dphp.ini-development591 ;error_prepend_string = "<span style='color: #ff0000'>"
H A Dphp.ini-production593 ;error_prepend_string = "<span style='color: #ff0000'>"

Completed in 20 milliseconds