Nikita Popov
|
c48b745f00
|
Promote "undefined array key" notice to warning
This implements the last remaining part of the
https://wiki.php.net/rfc/engine_warnings RFC.
Closes GH-5927.
|
2020-08-03 14:40:50 +02:00 |
|
Máté Kocsis
|
d30cd7d7e7
|
Review the usage of apostrophes in error messages
Closes GH-5590
|
2020-07-10 21:05:28 +02:00 |
|
Gabriel Caruso
|
ded3d984c6
|
Use EXPECT instead of EXPECTF when possible
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
|
2018-02-20 21:53:48 +01:00 |
|
David Walker
|
6d4de4cf05
|
Implement list() reference assignments
Support list() reference assignments of the form:
list(&$a, list(&$b, $c)) = $d;
RFC: https://wiki.php.net/rfc/list_reference_assignment
|
2017-12-09 13:39:52 +01:00 |
|