Skip to content

Commit

Permalink
Update CIncludeOptimizer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
xtlsoft authored Jul 25, 2019
1 parent 591deb0 commit 02cb0cd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/optimizers/CIncludeOptimizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@ public function optimize(array $expression, Call $call, CompilationContext $cont
if (count($expression['parameters']) !== 1) {
throw new CompilerException("'c_runf' requires 1 parameter", $expression);
}

try {
throw new \Exception("h");
} catch (\Exception $e) {
die(var_dump(
$e->getTraceAsString()
));
}

/**
* Process the expected symbol to be returned
*/
Expand Down

0 comments on commit 02cb0cd

Please sign in to comment.