Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dmain.c1082 char *prepend_string = INI_STR("error_prepend_string"); in php_error_cb() local
1089 …n<b>%s</b>: %s in <b>%s</b> on line <b>%d</b><br />\n%s", STR_PRINT(prepend_string), error_type_s… in php_error_cb()
1092 …n<b>%s</b>: %s in <b>%s</b> on line <b>%d</b><br />\n%s", STR_PRINT(prepend_string), error_type_s… in php_error_cb()
1106 …php_printf("%s\n%s: %s in %s on line %d\n%s", STR_PRINT(prepend_string), error_type_str, buffer, e… in php_error_cb()

Completed in 8 milliseconds