From 8238c6a4c815220045322ac3c524b98613639f97 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Wed, 18 Jul 2012 19:19:31 +0800 Subject: [PATCH] test script for bug #61697 --- ext/spl/tests/bug61697.phpt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ext/spl/tests/bug61697.phpt diff --git a/ext/spl/tests/bug61697.phpt b/ext/spl/tests/bug61697.phpt new file mode 100644 index 0000000000..d95caef978 --- /dev/null +++ b/ext/spl/tests/bug61697.phpt @@ -0,0 +1,26 @@ +--TEST-- +Bug #61697 (spl_autoload_functions returns lambda functions incorrectly) +--XFAIL-- +Bug #61697 not fixed yet +--FILE-- + +--EXPECTF-- +Array +( +) -- 2.40.0