Subversion Repositories fastphp

Compare Revisions

Regard whitespace Rev 54 → Rev 53

/trunk/codeexplorer.php
53,8 → 53,6
class MyFastPHPCodeExplorer {
 
public function handle($code) {
$code = preg_replace('@function\s*\(@sm', '(', $code); // invalidate Lamba functions
$token = token_get_all($code);
$wait_function = false;
$wait_const = false;