|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2019-07-11 09:03 UTC] cmb@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: cmb
[2019-07-11 09:03 UTC] cmb@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 19:00:02 2025 UTC |
Description: ------------ Test also fails for 7.2.20. Only fails when opcache is disabled for both x64/x86. Failed Test Location: ext\opcache\tests\bug78185.phpt Test script: --------------- if (substr(PHP_OS, 0, 3) !== 'WIN') { $pattern = __DIR__ . '/*/' . __DIR__ . '/*78185.php.bin'; } else { $pattern = __DIR__ . '/*/*/' . str_replace(':', '', __DIR__) . '/*78185.php.bin'; } foreach (glob($pattern) as $p) { var_dump($p); } Expected result: ---------------- string(%d) "%s78185.php.bin" Actual result: -------------- <blank>