Commit 94b00659 by Seldaek

git-svn-id: svn://dwoo.org/dwoo/trunk@82 0598d79b-80c4-4d41-97ba-ac86fbbd088b

parent f860ba05
......@@ -985,7 +985,7 @@ class Dwoo_Compiler implements Dwoo_ICompiler
$first = $in[$from];
$substr = substr($in, $from, $to-$from);
if ($this->debug) echo '<br />PARSE CALL : </pre>PARSING <b>'.htmlentities(substr($in, 0, $from)).'<u>'.htmlentities(substr($in, $from, $to-$from)).'</u>'.htmlentities(substr($in, $to)).'</b> @ '.$from.':'.$to.' in '.$curBlock.' : pointer='.$pointer.'<br/>';
if ($this->debug) echo '<br />PARSE CALL : PARSING "<b>'.htmlentities(substr($in, $from, $to-$from)).'</b>" @ '.$from.':'.$to.' in '.$curBlock.' : pointer='.$pointer.'<br/>';
if ($first==='$') {
// var
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment