History log of /PHP-8.2/ext/opcache/tests/match/001.phpt (Results 1 – 5 of 5)
Revision Date Author Comments
# e48a5c14 08-Apr-2024 Bob Weinand

Add zend_test.observer.enabled=0 to opcache tests asserting specific TMP count

Necessary to succeed when tests are run with zend_test.observer.enabled=1.


# e9f783fc 01-Apr-2021 Max Semenik

Migrate skip checks to --EXTENSIONS--, p3

For rationale, see #6787

Extensions migrated in part 3:
* ftp
* gmp
* iconv
* opcache
* shmop


# 7aacc705 09-Aug-2020 Máté Kocsis

Add many missing closing PHP tags to tests

Closes GH-5958


# 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 ...


# 9fa1d133 09-Apr-2020 Ilija Tovilo

Implement match expression

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

Closes GH-5371.