Nikita Popov
|
902d64390e
|
Deprecate implicit dynamic properties
Writing to a proprety that hasn't been declared is deprecated,
unless the class uses the #[AllowDynamicProperties] attribute or
defines __get()/__set().
RFC: https://wiki.php.net/rfc/deprecate_dynamic_properties
|
2021-11-26 14:10:11 +01:00 |
|
Nikita Popov
|
68195bd481
|
Update ext/spl parameter names
Closes GH-6284.
|
2020-10-07 12:26:46 +02:00 |
|
Máté Kocsis
|
9975986b7e
|
Improve error messages mentioning parameters instead of arguments
Closes GH-5999
|
2020-09-09 10:47:43 +02:00 |
|
Máté Kocsis
|
f7fbc6333f
|
Add more precise type info for stubs
Closes GH-6005
|
2020-09-01 16:35:56 +02:00 |
|
Máté Kocsis
|
36935e42ea
|
Improve undefined variable error messages
Closes GH-5312
|
2020-03-31 13:02:32 +02:00 |
|
Nikita Popov
|
f8d795820e
|
Reindent phpt files
|
2020-02-03 22:52:20 +01:00 |
|
Nikita Popov
|
2f92957fd3
|
Convert some notices to warnings
Part of https://wiki.php.net/rfc/engine_warnings.
|
2019-10-02 10:34:08 +02:00 |
|
Nikita Popov
|
852485d8ec
|
Adjust tests for zpp TypeError change
|
2019-03-11 11:32:20 +01:00 |
|
Gabriel Caruso
|
9c144e0d82
|
Trim trailing whitespace in tests
|
2018-10-14 12:07:20 -03:00 |
|
Xinchen Hui
|
c398198c0a
|
Fixed bug #74218 (ArrayIterator error message is confusing)
|
2017-03-10 15:15:31 +08:00 |
|
Nikita Popov
|
eed18f0ee8
|
Return null on zpp failure in Array::exchangeArray()
Method was still returning a value despite zpp failing previously...
|
2015-04-15 20:43:41 +02:00 |
|
Zoe Slattery
|
f591bffba9
|
Committing for Robin Fernandes
|
2008-10-17 14:34:55 +00:00 |
|