Changeset 2556

Show
Ignore:
Timestamp:
12/06/07 13:17:07 (6 years ago)
Author:
tasuku
Message:

r284@dhcp158 (orig r27): tasuku | 2007-09-08 04:47:37 +0900
comment totta


Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/mumu/trunk/GunyaTemplate.php

    r2555 r2556  
    828828    $tspos = $spos; 
    829829    while (true) { 
    830       echo "*** spos:$spos tspos:$tspos\n"; 
    831830      $spos = strpos($this->template, self::SINGLE_BRACE_START, $spos); 
    832831      if ($spos === FALSE) {