From d254845aea962ad9860d64e9ba9382c5d49b593c Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sat, 22 Apr 2006 23:50:29 +0000 Subject: [PATCH] no "native strings" in Unicode mode anymore --- ext/reflection/tests/bug29986.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/reflection/tests/bug29986.phpt b/ext/reflection/tests/bug29986.phpt index 07cb603f60..7954942a39 100644 --- a/ext/reflection/tests/bug29986.phpt +++ b/ext/reflection/tests/bug29986.phpt @@ -22,7 +22,7 @@ Class [ class just_constants ] { - Constants [5] { Constant [ boolean BOOLEAN_CONSTANT ] { } Constant [ null NULL_CONSTANT ] { } - Constant [ native string STRING_CONSTANT ] { } + Constant [ string STRING_CONSTANT ] { } Constant [ integer INTEGER_CONSTANT ] { } Constant [ double FLOAT_CONSTANT ] { } } -- 2.50.1