felipe                                   Sat, 26 Jun 2010 17:17:47 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=300766

Log:
- Fixed tests

Changed paths:
    U   php/php-src/branches/PHP_5_3/Zend/tests/bug52193.phpt
    U   php/php-src/trunk/Zend/tests/bug52193.phpt

Modified: php/php-src/branches/PHP_5_3/Zend/tests/bug52193.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/Zend/tests/bug52193.phpt       2010-06-26 
17:14:33 UTC (rev 300765)
+++ php/php-src/branches/PHP_5_3/Zend/tests/bug52193.phpt       2010-06-26 
17:17:47 UTC (rev 300766)
@@ -35,43 +35,43 @@
 }
 array(1) {
   [0]=>
-  object(Closure)#1 (0) {
+  object(Closure)#%d (0) {
   }
 }
 int(2)
 array(1) {
   [0]=>
-  object(Closure)#2 (1) {
+  object(Closure)#%d (1) {
     ["static"]=>
     array(1) {
       ["h"]=>
       &array(1) {
         [0]=>
-        object(Closure)#1 (0) {
+        object(Closure)#%d (0) {
         }
       }
     }
   }
 }
-object(Closure)#2 (1) {
+object(Closure)#%d (1) {
   ["static"]=>
   array(1) {
     ["h"]=>
     &array(1) {
       [0]=>
-      object(Closure)#1 (0) {
+      object(Closure)#%d (0) {
       }
     }
   }
 }
 array(1) {
   [0]=>
-  object(Closure)#1 (0) {
+  object(Closure)#%d (0) {
   }
 }
 array(2) {
   [0]=>
-  object(Closure)#3 (0) {
+  object(Closure)#%d (0) {
   }
   [1]=>
   int(5)

Modified: php/php-src/trunk/Zend/tests/bug52193.phpt
===================================================================
--- php/php-src/trunk/Zend/tests/bug52193.phpt  2010-06-26 17:14:33 UTC (rev 
300765)
+++ php/php-src/trunk/Zend/tests/bug52193.phpt  2010-06-26 17:17:47 UTC (rev 
300766)
@@ -35,43 +35,43 @@
 }
 array(1) {
   [0]=>
-  object(Closure)#1 (0) {
+  object(Closure)#%d (0) {
   }
 }
 int(2)
 array(1) {
   [0]=>
-  object(Closure)#2 (1) {
+  object(Closure)#%d (1) {
     ["static"]=>
     array(1) {
       ["h"]=>
       &array(1) {
         [0]=>
-        object(Closure)#1 (0) {
+        object(Closure)#%d (0) {
         }
       }
     }
   }
 }
-object(Closure)#2 (1) {
+object(Closure)#%d (1) {
   ["static"]=>
   array(1) {
     ["h"]=>
     &array(1) {
       [0]=>
-      object(Closure)#1 (0) {
+      object(Closure)#%d (0) {
       }
     }
   }
 }
 array(1) {
   [0]=>
-  object(Closure)#1 (0) {
+  object(Closure)#%d (0) {
   }
 }
 array(2) {
   [0]=>
-  object(Closure)#3 (0) {
+  object(Closure)#%d (0) {
   }
   [1]=>
   int(5)

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

Reply via email to