PHP Class PHPSA\Compiler\Expression\BinaryOp\NotIdentical

Inheritance: extends PHPSA\Compiler\Expression\AbstractExpressionCompiler
Show file Open project: ovr/phpsa

Protected Properties

Property Type Description
$name

Protected Methods

Method Description
compile ( PhpParser\Node\Expr\BinaryOp\NotIdentical $expr, Context $context ) : CompiledExpression It's used in conditions {left-expr} !== {right-expr}

Method Details

compile() protected method

It's used in conditions {left-expr} !== {right-expr}
protected compile ( PhpParser\Node\Expr\BinaryOp\NotIdentical $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\BinaryOp\NotIdentical
$context PHPSA\Context
return PHPSA\CompiledExpression

Property Details

$name protected property

protected $name