0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-21 19:45:17 +00:00
htmlpurifier/tests/HTMLPurifier/PHPT/loading
Nick Pope 0b9db1f54b Allow non-static autoload methods w/ PHP >= 5.2.11
HTML Purifier loads itself as the first autoload function by
unregistering all existing functions and re-registering them after
registering itself.

Originally an exception was thrown when a non-static object method was
encountered as the behaviour of spl_autoload_functions() did not return
the object instance, but only the class name.  This was filed on PHP
bugs (#44144).

The bug was fixed for PHP >= 5.2.11 and >= 5.3

Signed-off-by: Nick Pope <nick@nickpope.me.uk>
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
2010-10-28 17:25:17 +01:00
..
_autoload.inc Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
_no-autoload.inc Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
auto-includes.phpt Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
auto-with-autoload.phpt Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
auto-with-spl-autoload.phpt Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
auto-without-spl-autoload.phpt Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
auto-without-spl-with-autoload.phpt Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
auto.phpt Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
error-auto-with-spl-nonstatic-autoload.phpt Allow non-static autoload methods w/ PHP >= 5.2.11 2010-10-28 17:25:17 +01:00
path-includes-autoload.phpt Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
path-includes.phpt Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
safe-includes.phpt Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
standalone-autoload.phpt Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
standalone-with-prefix.phpt Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
standalone.phpt Add vim modelines to all files. 2008-12-06 04:24:59 -05:00