History log of /PHP-8.2/Zend/tests/pow_array_leak.phpt (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cdaf3503 01-Apr-2020 Nikita Popov

Improve "unsupported operands" error

By mentioning the operand types. We can do that now, as the
original operand types now remain available.

Closes GH-5330.


Revision tags: php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1
# 26327bcd 29-Oct-2019 Nikita Popov

Throw "Unsupported operand types" error when using ** on arrays


Revision tags: php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1, php-7.4.0RC3
# ab938d7b 26-Sep-2019 Nikita Popov

Fix memory leak with ** on array operands