php-src/ext/xsl
Nikita Popov 3ae995f03c Tweak uncaught exception message display
This implements a reduced variant of #1226 with just the following
change:

-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d

The '' wrapper around messages is very weird if the exception
message itself contains ''. Futhermore having the message wrapped
in '' doesn't work for the "and defined" suffix of
TypeExceptions.
2015-05-17 18:47:06 +02:00
..
tests Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32 fix libxml2 headers lookup 2015-05-13 15:20:19 +02:00
CREDITS
php_xsl.c cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
php_xsl.h cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
xsl_fe.h bump year 2015-01-15 23:27:30 +08:00
xsltprocessor.c Use specialized macro for string zval creation 2015-03-12 16:53:51 +03:00