PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
htmlpurifier
/
tests
/
HTMLPurifier
/
PHPT
/
loading
<?php /** * Tests if autoloading is off in HTML Purifier. If all tests pass, no output. */ if (function_exists('spl_autoload_register')) { $__v = spl_autoload_functions(); assert('$__v == false || !in_array(array("HTMLPurifier_Bootstrap", "autoload"), $__v)'); } else { if (function_exists('__autoload')) { $__r = new ReflectionFunction('__autoload'); assert('$__r->getFileName() != realpath("../library/HTMLPurifier.autoload.php")'); } } // vim: et sw=4 sts=4
[+]
..
[-] auto-includes.phpt
[edit]
[-] auto.phpt
[edit]
[-] auto-with-spl-autoload-default.phpt
[edit]
[-] standalone-autoload.phpt
[edit]
[-] path-includes.phpt
[edit]
[-] safe-includes.phpt
[edit]
[-] error-auto-with-spl-nonstatic-autoload.phpt
[edit]
[-] auto-with-autoload.phpt
[edit]
[-] _autoload.inc
[edit]
[-] standalone.phpt
[edit]
[-] standalone-with-prefix.phpt
[edit]
[-] auto-with-spl-autoload.phpt
[edit]
[-] _no-autoload.inc
[edit]
[-] path-includes-autoload.phpt
[edit]
[-] auto-without-spl-with-autoload.phpt
[edit]
[-] auto-without-spl-autoload.phpt
[edit]