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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sun Dec 22 01:01:30 2024 UTC