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
|
32315c247f
|
Promote incomplete class to modification to Error
In line with engine diagnostic promotions, property writes throw
an Error exception, while reads throw a warning.
|
2020-08-28 11:14:43 +02:00 |
|
Nikita Popov
|
99c5e083ca
|
Throw Error instead of E_ERROR when calling method on incomplete class
There's no reason for this to abort execution completely.
|
2020-08-28 10:34:21 +02:00 |
|
Máté Kocsis
|
b5c7a83dca
|
Remove unnecessary PHPDoc-alike blocks from tests
Closes GH-5759
|
2020-06-24 13:13:44 +02: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 |
|
Peter Kokot
|
d7a3edd45d
|
Trim trailing whitespace in *.phpt
|
2018-10-14 19:46:15 +02:00 |
|
Gabriel Caruso
|
9c144e0d82
|
Trim trailing whitespace in tests
|
2018-10-14 12:07:20 -03:00 |
|
Nikita Popov
|
162aa1a5fc
|
Deprecate __autoload()
|
2017-02-03 18:52:57 +01:00 |
|
Nikita Popov
|
89f6377971
|
Return true for is_object() on Incomplete_Class
|
2016-08-15 23:13:09 +02:00 |
|
Robin Fernandes
|
bd9e026951
|
Adding more tests for serialize() and unserialize().
|
2008-03-18 15:11:48 +00:00 |
|