Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dmain.c1332 char *prepend_string = INI_STR("error_prepend_string"); in php_error_cb() local
1338 …>: %s in <b>%s</b> on line <b>%" PRIu32 "</b><br />\n%s", STR_PRINT(prepend_string), error_type_s… in php_error_cb()
1341 …>: %s in <b>%s</b> on line <b>%" PRIu32 "</b><br />\n%s", STR_PRINT(prepend_string), error_type_s… in php_error_cb()
1353 …php_printf("%s\n%s: %s in %s on line %" PRIu32 "\n%s", STR_PRINT(prepend_string), error_type_str, … in php_error_cb()

Completed in 15 milliseconds