laruence                                 Tue, 13 Sep 2011 13:02:57 +0000

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

Log:
MFH, fix test

Changed paths:
    U   
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/parse_ini_file.phpt
    U   
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/parse_ini_string_002.phpt
    U   
php/php-src/branches/PHP_5_4/ext/standard/tests/general_functions/parse_ini_file.phpt
    U   
php/php-src/branches/PHP_5_4/ext/standard/tests/general_functions/parse_ini_string_002.phpt

Modified: 
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/parse_ini_file.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/parse_ini_file.phpt
       2011-09-13 12:59:51 UTC (rev 316620)
+++ 
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/parse_ini_file.phpt
       2011-09-13 13:02:57 UTC (rev 316621)
@@ -137,11 +137,11 @@
   string(0) ""
 }

-Warning: syntax error, unexpected '=' in %sparse_ini_file.dat on line 2
+Warning: syntax error, unexpected '=', expecting $end or TC_SECTION or 
TC_LABEL or TC_OFFSET in %sparse_ini_file.dat on line 2
  in %sparse_ini_file.php on line 20
 bool(false)

-Warning: syntax error, unexpected '=' in %sparse_ini_file.dat on line 2
+Warning: syntax error, unexpected '=', expecting $end or TC_SECTION or 
TC_LABEL or TC_OFFSET in %sparse_ini_file.dat on line 2
  in %sparse_ini_file.php on line 26
 bool(false)
 array(1) {

Modified: 
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/parse_ini_string_002.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/parse_ini_string_002.phpt
 2011-09-13 12:59:51 UTC (rev 316620)
+++ 
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/parse_ini_string_002.phpt
 2011-09-13 13:02:57 UTC (rev 316621)
@@ -97,11 +97,11 @@
   %unicode|string%(0) ""
 }

-Warning: syntax error, unexpected '=' in Unknown on line 2
+Warning: syntax error, unexpected '=', expecting $end or TC_SECTION or 
TC_LABEL or TC_OFFSET in Unknown on line 2
  in %s
 bool(false)

-Warning: syntax error, unexpected '=' in Unknown on line 2
+Warning: syntax error, unexpected '=', expecting $end or TC_SECTION or 
TC_LABEL or TC_OFFSET in Unknown on line 2
  in %s
 bool(false)
 array(1) {

Modified: 
php/php-src/branches/PHP_5_4/ext/standard/tests/general_functions/parse_ini_file.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_4/ext/standard/tests/general_functions/parse_ini_file.phpt
       2011-09-13 12:59:51 UTC (rev 316620)
+++ 
php/php-src/branches/PHP_5_4/ext/standard/tests/general_functions/parse_ini_file.phpt
       2011-09-13 13:02:57 UTC (rev 316621)
@@ -1,5 +1,7 @@
 --TEST--
 parse_ini_file() multiple calls
+--SKIPIF--
+<?php if( substr(PHP_OS, 0, 3) == 'WIN' ) die("skip Windows has different 
error message");?>
 --FILE--
 <?php

@@ -135,11 +137,11 @@
   string(0) ""
 }

-Warning: syntax error, unexpected '=' in %sparse_ini_file.dat on line 2
+Warning: syntax error, unexpected '=', expecting $end or TC_SECTION or 
TC_LABEL or TC_OFFSET in %sparse_ini_file.dat on line 2
  in %sparse_ini_file.php on line 20
 bool(false)

-Warning: syntax error, unexpected '=' in %sparse_ini_file.dat on line 2
+Warning: syntax error, unexpected '=', expecting $end or TC_SECTION or 
TC_LABEL or TC_OFFSET in %sparse_ini_file.dat on line 2
  in %sparse_ini_file.php on line 26
 bool(false)
 array(1) {

Modified: 
php/php-src/branches/PHP_5_4/ext/standard/tests/general_functions/parse_ini_string_002.phpt
===================================================================
--- 
php/php-src/branches/PHP_5_4/ext/standard/tests/general_functions/parse_ini_string_002.phpt
 2011-09-13 12:59:51 UTC (rev 316620)
+++ 
php/php-src/branches/PHP_5_4/ext/standard/tests/general_functions/parse_ini_string_002.phpt
 2011-09-13 13:02:57 UTC (rev 316621)
@@ -97,11 +97,11 @@
   %unicode|string%(0) ""
 }

-Warning: syntax error, unexpected '=' in Unknown on line 2
+Warning: syntax error, unexpected '=', expecting $end or TC_SECTION or 
TC_LABEL or TC_OFFSET in Unknown on line 2
  in %s
 bool(false)

-Warning: syntax error, unexpected '=' in Unknown on line 2
+Warning: syntax error, unexpected '=', expecting $end or TC_SECTION or 
TC_LABEL or TC_OFFSET in Unknown on line 2
  in %s
 bool(false)
 array(1) {

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

Reply via email to