History log of /PHP-8.2/ext/opcache/tests/opt/sccp_031.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


# 0684b9fc 25-Mar-2020 Dmitry Stogov

Always print numeric opline numbers


# f8d79582 03-Feb-2020 Nikita Popov

Reindent phpt files


# 5f92a085 26-Jan-2020 Tyson Andre

Convert ZEND_ECHO operand to string after sccp

And filter out echoes of the empty string (e.g. false/null)

Split out of #5097 (on GitHub)

Closes GH-5118