[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/sapi/cgi/tests/006.phpt branches/PHP_5_3/sapi/cgi/tests/006.phpt trunk/sapi/cgi/tests/006.phpt

2009-07-25 Thread Jani Taskinen
jani Sat, 25 Jul 2009 21:07:02 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=286325

Log:
- Fix this again :)

Changed paths:
U   php/php-src/branches/PHP_5_2/sapi/cgi/tests/006.phpt
U   php/php-src/branches/PHP_5_3/sapi/cgi/tests/006.phpt
U   php/php-src/trunk/sapi/cgi/tests/006.phpt

Modified: php/php-src/branches/PHP_5_2/sapi/cgi/tests/006.phpt
===
--- php/php-src/branches/PHP_5_2/sapi/cgi/tests/006.phpt2009-07-25 
20:58:51 UTC (rev 286324)
+++ php/php-src/branches/PHP_5_2/sapi/cgi/tests/006.phpt2009-07-25 
21:07:02 UTC (rev 286325)
@@ -2,6 +2,8 @@
 syntax check
 --SKIPIF--
 ?php include skipif.inc; ?
+--INI--
+display_errors=stdout
 --FILE--
 ?php
 include include.inc;
@@ -42,7 +44,7 @@

 file_put_contents($filename, $code);

-var_dump(`$php -n -l $filename`);
+var_dump(`$php -n -l $filename 2/dev/null`);

 @unlink($filename);


Modified: php/php-src/branches/PHP_5_3/sapi/cgi/tests/006.phpt
===
--- php/php-src/branches/PHP_5_3/sapi/cgi/tests/006.phpt2009-07-25 
20:58:51 UTC (rev 286324)
+++ php/php-src/branches/PHP_5_3/sapi/cgi/tests/006.phpt2009-07-25 
21:07:02 UTC (rev 286325)
@@ -2,6 +2,8 @@
 syntax check
 --SKIPIF--
 ?php include skipif.inc; ?
+--INI--
+display_errors=stdout
 --FILE--
 ?php
 include include.inc;
@@ -42,7 +44,7 @@

 file_put_contents($filename, $code);

-var_dump(`$php -n -l $filename`);
+var_dump(`$php -n -l $filename 2/dev/null`);

 @unlink($filename);


Modified: php/php-src/trunk/sapi/cgi/tests/006.phpt
===
--- php/php-src/trunk/sapi/cgi/tests/006.phpt   2009-07-25 20:58:51 UTC (rev 
286324)
+++ php/php-src/trunk/sapi/cgi/tests/006.phpt   2009-07-25 21:07:02 UTC (rev 
286325)
@@ -2,6 +2,8 @@
 syntax check
 --SKIPIF--
 ?php include skipif.inc; ?
+--INI--
+display_errors=stdout
 --FILE--
 ?php
 include include.inc;
@@ -42,7 +44,7 @@

 file_put_contents($filename, $code);

-var_dump(`$php -n -l $filename`);
+var_dump(`$php -n -l $filename 2/dev/null`);

 @unlink($filename);


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

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/sapi/cgi/tests/006.phpt branches/PHP_5_3/sapi/cgi/tests/006.phpt trunk/sapi/cgi/tests/006.phpt

2009-07-24 Thread Jani Taskinen
jani Sat, 25 Jul 2009 00:35:25 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=284732

Log:
- Fix test

Changed paths:
U   php/php-src/branches/PHP_5_2/sapi/cgi/tests/006.phpt
U   php/php-src/branches/PHP_5_3/sapi/cgi/tests/006.phpt
U   php/php-src/trunk/sapi/cgi/tests/006.phpt

Modified: php/php-src/branches/PHP_5_2/sapi/cgi/tests/006.phpt
===
--- php/php-src/branches/PHP_5_2/sapi/cgi/tests/006.phpt2009-07-25 
00:10:47 UTC (rev 284731)
+++ php/php-src/branches/PHP_5_2/sapi/cgi/tests/006.phpt2009-07-25 
00:35:25 UTC (rev 284732)
@@ -42,7 +42,7 @@

 file_put_contents($filename, $code);

-var_dump(`$php -n -l $filename 2/dev/null`);
+var_dump(`$php -n -l $filename`);

 @unlink($filename);


Modified: php/php-src/branches/PHP_5_3/sapi/cgi/tests/006.phpt
===
--- php/php-src/branches/PHP_5_3/sapi/cgi/tests/006.phpt2009-07-25 
00:10:47 UTC (rev 284731)
+++ php/php-src/branches/PHP_5_3/sapi/cgi/tests/006.phpt2009-07-25 
00:35:25 UTC (rev 284732)
@@ -42,7 +42,7 @@

 file_put_contents($filename, $code);

-var_dump(`$php -l $filename 2/dev/null`);
+var_dump(`$php -n -l $filename`);

 @unlink($filename);


Modified: php/php-src/trunk/sapi/cgi/tests/006.phpt
===
--- php/php-src/trunk/sapi/cgi/tests/006.phpt   2009-07-25 00:10:47 UTC (rev 
284731)
+++ php/php-src/trunk/sapi/cgi/tests/006.phpt   2009-07-25 00:35:25 UTC (rev 
284732)
@@ -42,7 +42,7 @@

 file_put_contents($filename, $code);

-var_dump(`$php -n -l $filename 2/dev/null`);
+var_dump(`$php -n -l $filename`);

 @unlink($filename);


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