Update of /cvsroot/binaryphp/binaryphp
In directory sc8-pr-cvs1:/tmp/cvs-serv14901
Modified Files:
tokenflow.php
Log Message:
fixed an echo bug
Index: tokenflow.php
===================================================================
RCS file: /cvsroot/binaryphp/binaryphp/tokenflow.php,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** tokenflow.php 16 Aug 2003 22:58:03 -0000 1.59
--- tokenflow.php 22 Aug 2003 03:46:46 -0000 1.60
***************
*** 322,326 ****
{
if($param == '"\n"')
! $code .= ' << endl';
else
$code .= ' << ' . $param;
--- 322,326 ----
{
if($param == '"\n"')
! $code .= ' << endl;';
else
$code .= ' << ' . $param;
|