felipe          Fri Feb 15 16:55:12 2008 UTC

  Modified files:              
    /php-src/ext/pcre/tests     bug42298.phpt 
    /php-src/ext/standard/tests/array   count_variation3.phpt 
  Log:
  Fix tests
  
http://cvs.php.net/viewvc.cgi/php-src/ext/pcre/tests/bug42298.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/pcre/tests/bug42298.phpt
diff -u php-src/ext/pcre/tests/bug42298.phpt:1.2 
php-src/ext/pcre/tests/bug42298.phpt:1.3
--- php-src/ext/pcre/tests/bug42298.phpt:1.2    Sat Sep  1 18:01:44 2007
+++ php-src/ext/pcre/tests/bug42298.phpt        Fri Feb 15 16:55:11 2008
@@ -44,3 +44,36 @@
     string(4) "€ "
   }
 }
+--UEXPECT--
+array(1) {
+  [0]=>
+  array(2) {
+    [0]=>
+    unicode(3) "A£"
+    [1]=>
+    unicode(2) "BC"
+  }
+}
+array(1) {
+  [0]=>
+  array(2) {
+    [0]=>
+    unicode(3) "A£"
+    [1]=>
+    unicode(2) "BC"
+  }
+}
+array(1) {
+  [0]=>
+  array(1) {
+    [0]=>
+    unicode(4) "€ "
+  }
+}
+array(1) {
+  [0]=>
+  array(1) {
+    [0]=>
+    unicode(4) "€ "
+  }
+}
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/count_variation3.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/standard/tests/array/count_variation3.phpt
diff -u php-src/ext/standard/tests/array/count_variation3.phpt:1.1 
php-src/ext/standard/tests/array/count_variation3.phpt:1.2
--- php-src/ext/standard/tests/array/count_variation3.phpt:1.1  Thu Feb 14 
16:48:27 2008
+++ php-src/ext/standard/tests/array/count_variation3.phpt      Fri Feb 15 
16:55:11 2008
@@ -33,10 +33,18 @@
 int(4)
 
 -- $mode = 1: --
+
+Warning: count(): recursion detected in %s on line %d
+int(12)
+Done
 --UEXPECTF--
 *** Testing count() : usage variations ***
 
 -- $mode not set: --
 int(4)
 
--- $mode = 1: --
\ No newline at end of file
+-- $mode = 1: --
+
+Warning: count(): recursion detected in %s on line %d
+int(12)
+Done

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

Reply via email to