PHP Class PhpMigration\Changes\v7dot0\ParseDifferenceTest

Show file Open project: monque/php-migration

Public Methods

Method Description
testPrecedence ( ) Changes to the handling of indirect variables, properties, and methods
testYield ( ) yield is now a right associative operator

Method Details

testPrecedence() public method

Changes to the handling of indirect variables, properties, and methods
See also: http://php.net/manual/en/migration70.incompatible.php#migration70.incompatible.variable-handling.indirect
public testPrecedence ( )

testYield() public method

yield is now a right associative operator
See also: http://php.net/manual/en/migration70.incompatible.php#migration70.incompatible.other.yield
public testYield ( )