History log of /PHP-8.1/Zend/tests/match/037.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# 05ef6334 29-Jul-2021 Joe Watkins

Fix bug #81303 improve match errors


# 1c967df5 11-Jul-2020 Ilija Tovilo

Fix free of uninitialized memory in MATCH_ERROR

As suggested by Tyson Andre:
https://github.com/php/php-src/pull/5371#issuecomment-657081464

Also fix line number of unhandled ma

Fix free of uninitialized memory in MATCH_ERROR

As suggested by Tyson Andre:
https://github.com/php/php-src/pull/5371#issuecomment-657081464

Also fix line number of unhandled match error

Closes GH-5841.

show more ...


# d5a03708 11-Jul-2020 Ilija Tovilo

[skip ci] Consistent match test closing tags


# 9fa1d133 09-Apr-2020 Ilija Tovilo

Implement match expression

RFC: https://wiki.php.net/rfc/match_expression_v2

Closes GH-5371.