Just built from CVS and trying to run this script generates the shown
output:
Script (test.php):
====================================
<?php
$i = 1000;
echo ("$i\n");
?>
Output:
====================================
C:\php4\Release_TS>php -f test.php
$i = 1000
($i\n)
Something is screwy here...
--
===================================================================
Sean Bright
[EMAIL PROTECTED] / [EMAIL PROTECTED] / http://www.seanbright.com/
===================================================================
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]