PHP Класс PhpMigration\Changes\v7dot0\ParseDifferenceTest

Наследование: extends PhpMigration\Changes\AbstractChangeTest
Показать файл Открыть проект

Открытые методы

Метод Описание
testPrecedence ( ) Changes to the handling of indirect variables, properties, and methods
testYield ( ) yield is now a right associative operator

Описание методов

testPrecedence() публичный Метод

Changes to the handling of indirect variables, properties, and methods
См. также: http://php.net/manual/en/migration70.incompatible.php#migration70.incompatible.variable-handling.indirect
public testPrecedence ( )

testYield() публичный Метод

yield is now a right associative operator
См. также: http://php.net/manual/en/migration70.incompatible.php#migration70.incompatible.other.yield
public testYield ( )