Gina Peter Banyard
9a1b8a785d
Fix GH-20194: null offset deprecation not emitted for writes ( #20238 )
...
Based on a patch from @ndossche
2025-10-29 18:36:10 +00:00
George Peter Banyard
3fbd3d2e2f
Remove usage of float keys in arrays
...
Also make test output not produce trailling whitespaces
Closes GH-6662
2021-02-09 02:55:54 +00:00
Nikita Popov
3c68f38fda
Restrict allowed usages of $GLOBALS
...
This restricts allowed usage of $GLOBALS, with the effect that
plain PHP arrays can no longer contain INDIRECT elements.
RFC: https://wiki.php.net/rfc/restrict_globals_usage
Closes GH-6487.
2021-01-06 12:46:24 +01:00
Gabriel Caruso
9c144e0d82
Trim trailing whitespace in tests
2018-10-14 12:07:20 -03:00
Gabriel Caruso
ded3d984c6
Use EXPECT instead of EXPECTF when possible
...
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
2018-02-20 21:53:48 +01:00
Antony Dovgal
030252067e
MFH
2007-06-28 16:07:12 +00:00
Raghubansh Kumar
42ae6b508e
New version of 005.phpt, array_change_key_case.phpt, array_key_exists.phpt, array_keys.phpt, array_map.phpt, array_pop.phpt, array_search.phpt, array_values.phpt, each.phpt, end.phpt, extract.phpt
2007-05-12 09:53:30 +00:00