php-src/tests
Nikita Popov 2543e61aed Fixed bug #76509
In PHP static properties are shared between inheriting classes,
unless they are explicitly overwritten. However, because this
functionality was implemented using reference, it was possible
to break the implementation by reassigning the static property
reference.

This is fixed by switching the implementation from using references
to using INDIRECTs, which cannot be affected by userland code.
2018-06-25 15:04:09 +02:00
..
basic remove support for string|unicode in tests 2018-02-22 08:11:30 +01:00
classes Fixed bug #76509 2018-06-25 15:04:09 +02:00
func Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
lang Improve HashTable iterators handling: 2018-03-22 02:41:49 +03:00
output Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
run-test Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
security Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
strings Use EXPECT instead of EXPECTF when possible 2018-02-20 21:53:48 +01:00
quicktester.inc Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00