module lang::php::analysis::evaluators::SimulateCalls
rascal-0.40.17
php-analysis-0.2.4
Usage
import lang::php::analysis::evaluators::SimulateCalls;
Source code
Dependencies
import lang::php::ast::AbstractSyntax;
import Set;
import List;
import String;
function simulateCall
Expr simulateCall(Expr e)
Evaluate the PHP dirname function, given a string literal argument.
function simulateCalls
Script simulateCalls(Script scr)
Expr simulateCalls(Expr expr)