0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 10:45:18 +00:00

Rename to spl-autoload to more descriptive spl-autoload-and-user-autoload

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1563 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2008-02-18 00:55:10 +00:00
parent e3fdda1f3c
commit 969a027a5b

View File

@ -1,5 +1,5 @@
--TEST--
HTMLPurifier.auto.php using spl_autoload_register with userland spl_autoload registration loading test
HTMLPurifier.auto.php using spl_autoload_register with userland __autoload loading test
--SKIPIF--
<?php
if (!function_exists('spl_autoload_register')) {