Changeset 533

Show
Ignore:
Timestamp:
05/27/08 10:11:02 (8 months ago)
Author:
weyrick
Message:

zendify

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pcc/compiler/driver.scm

    r518 r533  
    640640    (with-input-from-string (string-append "<?php " (mkstr code) " ?>") 
    641641       (lambda () 
    642           (%memoized-parse (read-string) 'php-lambda "Eval String") 
     642          (%memoized-parse (read-string) 'php-lambda (format "~a : eval()'d code" *PHP-FILE* (mkstr *PHP-LINE*))) 
    643643          )))) 
    644644