PHP PhpMigration\Changes\v7dot0 Namespace

Classes

Name Description
Deprecated
DeprecatedTest
ExceptionHandle
ExceptionHandleTest
ForeachLoop foreach no longer changes the internal array pointer
ForeachLoopTest
FuncList list() no longer assigns variables in reverse order Empty list() assignments have been removed
FuncListTest
FuncParameters Functions cannot have multiple parameters with the same name
FuncParametersTest
IntegerOperation
IntegerOperationTest
Introduced
KeywordReserved Invalid class, interface and trait names
KeywordReservedTest
ParseDifference File will be parsed as PHP 5 after traverser, and checked if any difference between these two results.
ParseDifferenceTest
ParserTest
Removed
StringOperation Hexadecimal strings are no longer considered numeric
StringOperationTest
SwitchMultipleDefaults Switch statements cannot have multiple default blocks
SwitchMultipleDefaultsTest