On Tue, Sep 13, 2011 at 15:02, Xinchen Hui <[email protected]> wrote: > 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)
These changes broke the test for me... -Hannes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
