mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 01:02:11 +01:00
[test issue] PHP Fatal error calling opcache functinos #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hollyhuiLi on GitHub (Jun 25, 2019).
Fatal error: Uncaught error for calling to undefined functions
Test Case Function
ext/opcache/tests/bug65915.phpt opcache_invalidate()
ext\opcache\tests\issue0128.php opcache_invalidate()
ext\opcache\tests\bug69281.phpt opcache_is_script_cached()
ext\opcache\tests\is_script_cached.phpt opcache_is_script_cached()
@hollyhuiLi commented on GitHub (Jun 25, 2019):
Adding more test to investigate together, all because of calling to undefined functions:
ext/standard/tests/file/stream_enclosed.phpt
ext/standard/tests/http/bug43510.phpt
ext/standard/tests/http/bug47021.phpt
ext/standard/tests/http/bug61548.phpt
ext/standard/tests/http/bug65634.phpt
ext/standard/tests/http/bug67430.phpt
ext/standard/tests/http/bug73297.phpt
ext/standard/tests/http/bug75535.phpt
ext/standard/tests/http/bug75981.phpt
ext/standard/tests/http/http_response_header_01.phpt
ext/standard/tests/http/http_response_header_02.phpt
ext/standard/tests/http/http_response_header_04.phpt
ext/standard/tests/http/http_response_header_05.phpt
ext/standard/tests/strings/money_format_basic1.phpt
ext/standard/tests/time/strptime_parts.phpt
@hollyhuiLi commented on GitHub (Aug 20, 2019):
Verified these tests are now all skipped or succeed. Must be fixed by #57