| Newsgroups |
php.bugs,php.qa |
| Message-ID |
<[email protected]> |
Edit report at https://bugs.php.net/bug.php?id=78273&edit=1
ID: 78273
Updated by: [email protected]
Reported by: v-altruo at microsoft dot com
Summary: no output
-Status: Open
+Status: Closed
Type: Bug
Package: Testing related
Operating System: Windows
PHP Version: 7.3.7
-Assigned To:
+Assigned To: cmb
Block user comment: N
Private report: N
New Comment:
This has recently been fixed[1], but this fix has not made it into
PHP 7.3.7 or 7.2.20, but will be available as of PHP 7.3.8 and
7.2.21, respectively.
[1] <http://git.php.net/?p=php-src.git;a=commit;h=75bc3446f815b602ab6821c18fb0a1b05b61580f>
Previous Comments:
------------------------------------------------------------------------
[2019-07-10 21:59:19] v-altruo at microsoft dot com
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>
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=78273&edit=1