From 8098790208e16c3a0595d73688d1ba65ee95a7ed Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 2 Nov 2005 20:32:21 +0000 Subject: [PATCH] - Add missing test --- ext/spl/tests/spl_autoload_006.phpt | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 ext/spl/tests/spl_autoload_006.phpt 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=== -- 2.40.0