From:             v-altruo at microsoft dot com
Operating system: Windows
PHP version:      7.3.7
Package:          Testing related
Bug Type:         Bug
Bug description:no output

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 bug report at https://bugs.php.net/bug.php?id=78273&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=78273&r=trysnapshot54
Try a snapshot (PHP 5.5):   
https://bugs.php.net/fix.php?id=78273&r=trysnapshot55
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=78273&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=78273&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=78273&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=78273&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=78273&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=78273&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=78273&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=78273&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=78273&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=78273&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=78273&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=78273&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=78273&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=78273&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=78273&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=78273&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=78273&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=78273&r=mysqlcfg

Reply via email to