laruence                                 Wed, 04 Jan 2012 08:13:58 +0000

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

Log:
fix test

Changed paths:
    U   php/php-src/branches/PHP_5_4/tests/lang/019.phpt
    U   php/php-src/trunk/tests/lang/019.phpt

Modified: php/php-src/branches/PHP_5_4/tests/lang/019.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/tests/lang/019.phpt    2012-01-04 06:38:05 UTC 
(rev 321751)
+++ php/php-src/branches/PHP_5_4/tests/lang/019.phpt    2012-01-04 08:13:58 UTC 
(rev 321752)
@@ -35,4 +35,4 @@
 hey, this is a regular echo'd eval()
 hey, this is a function inside an eval()!

-Parse error: syntax error, unexpected end of file in %s019.php(12) : eval()'d 
code on line 1
+Parse error: syntax error, unexpected %s in %s019.php(12) : eval()'d code on 
line 1

Modified: php/php-src/trunk/tests/lang/019.phpt
===================================================================
--- php/php-src/trunk/tests/lang/019.phpt       2012-01-04 06:38:05 UTC (rev 
321751)
+++ php/php-src/trunk/tests/lang/019.phpt       2012-01-04 08:13:58 UTC (rev 
321752)
@@ -35,4 +35,4 @@
 hey, this is a regular echo'd eval()
 hey, this is a function inside an eval()!

-Parse error: syntax error, unexpected end of file in %s019.php(12) : eval()'d 
code on line 1
+Parse error: syntax error, unexpected %s in %s019.php(12) : eval()'d code on 
line 1

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

Reply via email to