Parser for Short Hand Syntax (->) Check method

SVN:b1312[5747]
This commit is contained in:
Eric Espié
2018-04-26 14:59:30 +00:00
parent d8dd0437b3
commit 1900546440
5 changed files with 97 additions and 38 deletions

View File

@@ -843,7 +843,10 @@ class FalseExpression extends ScalarExpression
class ExternalFieldExpression extends UnaryExpression
{
public function __construct($value)
{
parent::__construct($value);
}
}
class FieldExpression extends UnaryExpression