From: Antony Dovgal Date: Sat, 22 Apr 2006 23:50:29 +0000 (+0000) Subject: no "native strings" in Unicode mode anymore X-Git-Tag: RELEASE_1_3~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d254845aea962ad9860d64e9ba9382c5d49b593c;p=php no "native strings" in Unicode mode anymore --- 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 ] { } }