]> granicus.if.org Git - php/commitdiff
no "native strings" in Unicode mode anymore
authorAntony Dovgal <tony2001@php.net>
Sat, 22 Apr 2006 23:50:29 +0000 (23:50 +0000)
committerAntony Dovgal <tony2001@php.net>
Sat, 22 Apr 2006 23:50:29 +0000 (23:50 +0000)
ext/reflection/tests/bug29986.phpt

index 07cb603f60543e752741fa6c5bdc7dcabfd2c81c..7954942a39477d45b56cd98a4890f65cac8bcd1a 100644 (file)
@@ -22,7 +22,7 @@ Class [ <user> 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 ] { }
   }