From 0afc07b26a4f2cc2b90f126dc3d58f6d0576a78d Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Wed, 30 Jul 2008 12:14:30 +0000 Subject: [PATCH] - New test --- Zend/tests/constants_006.phpt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Zend/tests/constants_006.phpt diff --git a/Zend/tests/constants_006.phpt b/Zend/tests/constants_006.phpt new file mode 100644 index 00000000000..24851531bc5 --- /dev/null +++ b/Zend/tests/constants_006.phpt @@ -0,0 +1,32 @@ +--TEST-- +Magic constants lowercased +--FILE-- + +--EXPECTF-- +string(%d) "%s" +string(%d) "%s" +int(%d) +string(22) "test::foo::__construct" +string(9) "test::foo" +string(11) "__construct" +string(4) "test"