zoe             Fri, 17 Jul 2009 08:20:04 +0000

URL: http://svn.php.net/viewvc?view=revision&revision=284240

Changed paths:
        U   php/php-src/trunk/Zend/tests/globals_001.phpt
        U   php/php-src/trunk/Zend/tests/globals_002.phpt
        U   php/php-src/trunk/Zend/tests/globals_003.phpt
        U   php/php-src/trunk/Zend/tests/globals_004.phpt

Log:
fix tests

Modified: php/php-src/trunk/Zend/tests/globals_001.phpt
===================================================================
--- php/php-src/trunk/Zend/tests/globals_001.phpt       2009-07-17 08:18:27 UTC 
(rev 284239)
+++ php/php-src/trunk/Zend/tests/globals_001.phpt       2009-07-17 08:20:04 UTC 
(rev 284240)
@@ -1,6 +1,6 @@
 --TEST--
 globals in global scope
---INIT--
+--INI--
 variables_order="egpcs"
 --FILE--
 <?php

Modified: php/php-src/trunk/Zend/tests/globals_002.phpt
===================================================================
--- php/php-src/trunk/Zend/tests/globals_002.phpt       2009-07-17 08:18:27 UTC 
(rev 284239)
+++ php/php-src/trunk/Zend/tests/globals_002.phpt       2009-07-17 08:20:04 UTC 
(rev 284240)
@@ -1,6 +1,6 @@
 --TEST--
 globals in local scope
---INIT--
+--INI--
 variables_order="egpcs"
 --FILE--
 <?php

Modified: php/php-src/trunk/Zend/tests/globals_003.phpt
===================================================================
--- php/php-src/trunk/Zend/tests/globals_003.phpt       2009-07-17 08:18:27 UTC 
(rev 284239)
+++ php/php-src/trunk/Zend/tests/globals_003.phpt       2009-07-17 08:20:04 UTC 
(rev 284240)
@@ -1,6 +1,6 @@
 --TEST--
 globals in local scope - 2
---INIT--
+--INI--
 variables_order="egpcs"
 --FILE--
 <?php

Modified: php/php-src/trunk/Zend/tests/globals_004.phpt
===================================================================
--- php/php-src/trunk/Zend/tests/globals_004.phpt       2009-07-17 08:18:27 UTC 
(rev 284239)
+++ php/php-src/trunk/Zend/tests/globals_004.phpt       2009-07-17 08:20:04 UTC 
(rev 284240)
@@ -1,6 +1,6 @@
 --TEST--
 globals in local scope - 3
---INIT--
+--INI--
 variables_order="egpcs"
 --FILE--
 <?php

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

Reply via email to