From: Marcus Boerger Date: Wed, 2 Nov 2005 20:32:21 +0000 (+0000) Subject: - Add missing test X-Git-Tag: php-5.1.0RC5~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8098790208e16c3a0595d73688d1ba65ee95a7ed;p=php - Add missing test --- diff --git a/ext/spl/tests/spl_autoload_006.phpt b/ext/spl/tests/spl_autoload_006.phpt new file mode 100755 index 0000000000..21a6084eb4 --- /dev/null +++ b/ext/spl/tests/spl_autoload_006.phpt @@ -0,0 +1,37 @@ +--TEST-- +SPL: spl_autoload() with static methods +--INI-- +include_path=. +--FILE-- + +===DONE=== + +--EXPECTF-- +array(1) { + [0]=> + array(2) { + [0]=> + string(12) "MyAutoLoader" + [1]=> + string(8) "autoLoad" + } +} +MyAutoLoader::autoLoad(TestClass) +bool(false) +===DONE===