johannes                                 Sun, 21 Nov 2010 12:28:10 +0000

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

Log:
- Improve test

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/reflection/tests/bug52854.phpt
    U   php/php-src/trunk/ext/reflection/tests/bug52854.phpt

Modified: php/php-src/branches/PHP_5_3/ext/reflection/tests/bug52854.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/reflection/tests/bug52854.phpt     
2010-11-21 12:24:09 UTC (rev 305605)
+++ php/php-src/branches/PHP_5_3/ext/reflection/tests/bug52854.phpt     
2010-11-21 12:28:10 UTC (rev 305606)
@@ -17,12 +17,12 @@
 }
 ?>
 --EXPECTF--
-object(Test)#2 (0) {
+object(Test)#%d (0) {
 }
-object(Test)#2 (0) {
+object(Test)#%d (0) {
 }
-object(Test)#2 (0) {
+object(Test)#%d (0) {
 }
-object(Test)#2 (0) {
+object(Test)#%d (0) {
 }
 Class Test does not have a constructor, so you cannot pass any constructor 
arguments

Modified: php/php-src/trunk/ext/reflection/tests/bug52854.phpt
===================================================================
--- php/php-src/trunk/ext/reflection/tests/bug52854.phpt        2010-11-21 
12:24:09 UTC (rev 305605)
+++ php/php-src/trunk/ext/reflection/tests/bug52854.phpt        2010-11-21 
12:28:10 UTC (rev 305606)
@@ -17,12 +17,12 @@
 }
 ?>
 --EXPECTF--
-object(Test)#2 (0) {
+object(Test)#%d (0) {
 }
-object(Test)#2 (0) {
+object(Test)#%d (0) {
 }
-object(Test)#2 (0) {
+object(Test)#%d (0) {
 }
-object(Test)#2 (0) {
+object(Test)#%d (0) {
 }
 Class Test does not have a constructor, so you cannot pass any constructor 
arguments

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

Reply via email to