Home
last modified time | relevance | path

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

/php-src/ext/xsl/
H A Dphp_xsl.c231 const char *msg_replace_location = strstr(msg, search); in xsl_try_output_replaced_error_message() local
232 if (msg_replace_location != NULL) { in xsl_try_output_replaced_error_message()
233 …php_libxml_ctx_error(ctx, "%.*s%s%s", (int) (msg_replace_location - msg), msg, replace, msg_replac… in xsl_try_output_replaced_error_message()

Completed in 5 milliseconds