php-src/ext/dom
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
..
examples Add charset, fixes the validate_on_parse test (confik) 2011-06-22 14:59:20 +00:00
tests Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
attr.c Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
cdatasection.c Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
characterdata.c bump year 2015-01-15 23:27:30 +08:00
comment.c Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
config.m4 MFH: Fix some configure --help texts 2007-07-03 17:25:43 +00:00
config.w32 improve searchability for libxml2 headers 2015-05-10 22:22:03 +02:00
CREDITS add CREDITS file 2003-06-05 19:12:07 +00:00
document.c Merge branch 'PHP-5.6' 2015-04-14 01:28:06 -07:00
documentfragment.c Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
documenttype.c fix warnings 2015-01-30 19:03:59 +01:00
dom_ce.h fix exports and shared compilation 2015-03-23 15:09:07 +01:00
dom_fe.h bump year 2015-01-15 23:27:30 +08:00
dom_iterators.c bump year 2015-01-15 23:27:30 +08:00
dom_properties.h bump year 2015-01-15 23:27:30 +08:00
domconfiguration.c bump year 2015-01-15 23:27:30 +08:00
domerror.c bump year 2015-01-15 23:27:30 +08:00
domerrorhandler.c bump year 2015-01-15 23:27:30 +08:00
domexception.c bump year 2015-01-15 23:27:30 +08:00
domimplementation.c bump year 2015-01-15 23:27:30 +08:00
domimplementationlist.c bump year 2015-01-15 23:27:30 +08:00
domimplementationsource.c bump year 2015-01-15 23:27:30 +08:00
domlocator.c bump year 2015-01-15 23:27:30 +08:00
domstringlist.c bump year 2015-01-15 23:27:30 +08:00
element.c Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
entity.c bump year 2015-01-15 23:27:30 +08:00
entityreference.c Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
namednodemap.c bump year 2015-01-15 23:27:30 +08:00
namelist.c bump year 2015-01-15 23:27:30 +08:00
node.c bump year 2015-01-15 23:27:30 +08:00
nodelist.c fix warnings 2015-01-30 19:03:59 +01:00
notation.c bump year 2015-01-15 23:27:30 +08:00
php_dom.c fix exports and shared compilation 2015-03-23 15:09:07 +01:00
php_dom.h bump year 2015-01-15 23:27:30 +08:00
processinginstruction.c Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
string_extend.c bump year 2015-01-15 23:27:30 +08:00
text.c Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
TODO constructors throw DOMException 2004-05-16 10:30:16 +00:00
typeinfo.c bump year 2015-01-15 23:27:30 +08:00
userdatahandler.c bump year 2015-01-15 23:27:30 +08:00
xml_common.h fix wars about importing of locally defined symbols 2015-02-04 18:13:25 +01:00
xpath.c Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00