tony2001                Sat Apr 22 23:50:29 2006 UTC

  Modified files:              
    /php-src/ext/reflection/tests       bug29986.phpt 
  Log:
  no "native strings" in Unicode mode anymore
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/tests/bug29986.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/reflection/tests/bug29986.phpt
diff -u php-src/ext/reflection/tests/bug29986.phpt:1.3 
php-src/ext/reflection/tests/bug29986.phpt:1.4
--- php-src/ext/reflection/tests/bug29986.phpt:1.3      Sun Mar 12 12:11:22 2006
+++ php-src/ext/reflection/tests/bug29986.phpt  Sat Apr 22 23:50:29 2006
@@ -22,7 +22,7 @@
   - 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 ] { }
   }

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to