[test issue] PHP Fatal error calling opcache functinos #33

Closed
opened 2026-01-24 11:40:21 +01:00 by admin · 2 comments
Owner

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()

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()
admin closed this issue 2026-01-24 11:40:21 +01:00
Author
Owner

@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 (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
Author
Owner

@hollyhuiLi commented on GitHub (Aug 20, 2019):

Verified these tests are now all skipped or succeed. Must be fixed by #57

@hollyhuiLi commented on GitHub (Aug 20, 2019): Verified these tests are now all skipped or succeed. Must be fixed by #57
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pftt2#33