php-src/Zend/tests/array_unpack
蝦米 93592ea743
Fix GH-9769: Misleading error message for unpacking of objects
Only arrays can be unpacked in constant expressions.

Closes GH-9776.
2022-12-02 13:10:59 +01:00
..
already_occupied.phpt Convert "cannot add element" warning to exception 2019-09-27 13:00:07 +02:00
basic.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
classes.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
gh9769.phpt Fix GH-9769: Misleading error message for unpacking of objects 2022-12-02 13:10:59 +01:00
in_destructuring_2.phpt Fix incorrect access of AST_UNPACK 2021-10-12 17:16:58 +02:00
in_destructuring.phpt
non_integer_keys.phpt Add support for string keys in array unpacking 2021-02-09 10:04:27 +01:00
ref1.phpt Add many missing closing PHP tags to tests 2020-08-09 22:03:36 +02:00
string_keys.phpt Fix memory leak in array unpack with refcounted numeric string key 2021-09-14 12:14:12 +02:00
undef_var.phpt Fix some typos (#7320) 2021-07-31 08:34:57 +02:00
unpack_invalid_type_compile_time.phpt
unpack_string_keys_compile_time.phpt Add support for string keys in array unpacking 2021-02-09 10:04:27 +01:00