PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
htmlpurifier
/
tests
/
HTMLPurifier
/
PHPT
/
loading
--TEST-- HTMLPurifier.auto.php without spl_autoload_register but with userland __autoload() defined test --SKIPIF-- <?php if (function_exists('spl_autoload_register')) { echo "skip - spl_autoload_register() available"; } --FILE-- <?php function __autoload($class) { echo "Autoloading $class... "; eval("class $class {}"); } require '../library/HTMLPurifier.auto.php'; require 'HTMLPurifier/PHPT/loading/_no-autoload.inc'; $purifier = new HTMLPurifier(); --EXPECT-- Autoloading HTMLPurifier...
[+]
..
[-] 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]