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
|
f8d795820e
|
Reindent phpt files
|
2020-02-03 22:52:20 +01:00 |
|
Bob Weinand
|
6bb81d2c5f
|
Fix non-/Zend tests too
|
2016-04-16 20:57:28 +02:00 |
|
Andrea Faulds
|
db76b708cf
|
Deprecate PHP 4 constructors
|
2015-03-31 17:55:27 +02:00 |
|
Marcus Boerger
|
8710688358
|
The &new is no longer needed, prevent E_STRICT message
|
2004-02-04 21:34:10 +00:00 |
|
Sander Roobol
|
ef2608925c
|
Updating tests: remove alternative syntax in tests, added a special
alternative-syntax testfile.
|
2002-03-29 17:12:11 +00:00 |
|
Andre Langhorst
|
b03af37e19
|
updated with =& new syntax
|
2000-12-06 18:55:52 +00:00 |
|
Andre Langhorst
|
45c218968c
|
added $this in constructor test (fails currently)
|
2000-12-06 17:56:53 +00:00 |
|