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 |
|
Nikita Popov
|
db8a4e87a7
|
Remove error_reporting assignments in some tests
|
2019-01-30 16:00:19 +01: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
|
4d3e4d3bf9
|
Remove assignment of new by reference
|
2015-01-26 21:00:22 +01:00 |
|
Marcus Boerger
|
6b58678c63
|
- Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)
|
2008-02-23 17:03:53 +00:00 |
|
Antony Dovgal
|
bf9288d457
|
fix tests that started to fail after the last change in ZE
(noticed by Nuno)
|
2005-07-12 11:20:05 +00:00 |
|
foobar
|
3dcd8c26ee
|
- Make sure E_STRICT is set when expecting Strict errors..
|
2005-04-29 01:18:41 +00:00 |
|
Andi Gutmans
|
597410a0e0
|
Fix a couple of tests
|
2004-02-10 15:20:51 +00:00 |
|
Ilia Alshanetsky
|
fec7c2997a
|
Update test.
|
2003-12-17 17:25:00 +00:00 |
|
Marcus Boerger
|
c3fddcab62
|
Fix tests for E_STRICT and check for E_STRICT in run-tests.php.
|
2003-11-30 13:57:20 +00:00 |
|
Moriyoshi Koizumi
|
31431193ca
|
Now this should make sense.
|
2003-07-02 15:47:24 +00:00 |
|
Moriyoshi Koizumi
|
928d6ac769
|
Adjust test.
# This was also fixed by the Zeev's patch for bug #22367.
|
2003-07-02 15:38:51 +00:00 |
|
Moriyoshi Koizumi
|
a06b5bde22
|
Added a test case for bug #22510
|
2003-03-04 19:52:22 +00:00 |
|