felipe          Wed Mar 19 14:17:50 2008 UTC

  Modified files:              
    /php-src/ext/pcre/tests     bug44214.phpt 
  Log:
  Added UEXPECT
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/bug44214.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/pcre/tests/bug44214.phpt
diff -u php-src/ext/pcre/tests/bug44214.phpt:1.2 
php-src/ext/pcre/tests/bug44214.phpt:1.3
--- php-src/ext/pcre/tests/bug44214.phpt:1.2    Sat Mar  8 13:14:02 2008
+++ php-src/ext/pcre/tests/bug44214.phpt        Wed Mar 19 14:17:50 2008
@@ -29,3 +29,17 @@
     string(3) "aaa"
   }
 }
+--UEXPECT--
+unicode(31) "xxx bbb ccc ddd eee ccc xxx bbb"
+array(2) {
+  [0]=>
+  array(1) {
+    [0]=>
+    unicode(3) "aaa"
+  }
+  [1]=>
+  array(1) {
+    [0]=>
+    unicode(3) "aaa"
+  }
+}



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

Reply via email to