Tests\PHPSA\TestCase::newFakeScalarExpr PHP Méthode

newFakeScalarExpr() public méthode

public newFakeScalarExpr ( integer $type = CompiledExpression::UNKNOWN, null $value = null ) : Fake
$type integer
$value null
Résultat PHPSA\Node\Scalar\Fake
    public function newFakeScalarExpr($type = CompiledExpression::UNKNOWN, $value = null)
    {
        return new Fake($value, $type);
    }