Home
last modified time | relevance | path

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

/php-src/main/
H A Dmain.c1356 char *prepend_string = INI_STR("error_prepend_string"); in php_error_cb() local
1362 …>: %s in <b>%s</b> on line <b>%" PRIu32 "</b><br />\n%s", STR_PRINT(prepend_string), error_type_s… in php_error_cb()
1365 …>: %S in <b>%s</b> on line <b>%" PRIu32 "</b><br />\n%s", STR_PRINT(prepend_string), error_type_s… in php_error_cb()
1379 …php_printf_unchecked("%s\n%s: %S in %s on line %" PRIu32 "\n%s", STR_PRINT(prepend_string), error_… in php_error_cb()

Completed in 17 milliseconds