We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9152214 commit a4ddd3aCopy full SHA for a4ddd3a
UPGRADING
@@ -42,6 +42,11 @@ PHP X.Y UPGRADE NOTES
42
It will now produce 2, not 1.
43
. Function parameters with duplicate name are not allowed anymore. Definitions
44
like “function foo($x,$x) {}” will lead to compile time error.
45
+ . Indirect variable, property and method references are now interpreted with
46
+ left-to-right semantics. See details in:
47
+ https://wiki.php.net/rfc/uniform_variable_syntax#semantic_differences_in_existing_syntax
48
+ . The global keyword now only accepts simple variables. See details in:
49
+ https://wiki.php.net/rfc/uniform_variable_syntax#global_keyword_takes_only_simple_variables
50
51
- DBA
52
. dba_delete() now returns false if the key was not found for the inifile
0 commit comments