[PHP-DEV] Is the command line php.exe under Win32 supposed to work at all? From: Sean R. Bright (elixer <email protected>)
Date: 05/23/01

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
elixer <email protected> / sean <email protected> / http://www.seanbright.com/
===================================================================

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>