php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78273 no output
Submitted: 2019-07-10 21:59 UTC Modified: 2019-07-11 09:03 UTC
From: v-altruo at microsoft dot com Assigned: cmb (profile)
Status: Closed Package: Testing related
PHP Version: 7.3.7 OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: v-altruo at microsoft dot com
New email:
PHP Version: OS:

 

 [2019-07-10 21:59 UTC] 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>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [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
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>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC