From:             v-altruo at microsoft dot com
Operating system: Windows Server 2012 R2
PHP version:      7.4.0RC4
Package:          Testing related
Bug Type:         Bug
Bug description:Undefined index: scripts

Description:
------------
Test seems to fail only on this windows operating system for x86 TS
build.

Failed Test: ext\opcache\tests\blacklist-win32.phpt

Expected result:
----------------
Array
(
    [0] => %c:\path\to\foo
    [1] => %c:\path\to\foo2
    [2] => %c:\path\to\bar
    [3] => __DIR__\blacklist.inc
    [4] => __DIR__\current.php
    [5] => %scurrent.php
    [6] => %scurrent.php
)
ok
1

Actual result:
--------------
Array
(
    [0] => C:\path\to\foo
    [1] => C:\path\to\foo2
    [2] => C:\path\to\bar
    [3] => __DIR__\blacklist.inc
    [4] => __DIR__\current.php
    [5] =>
C:\phpbuilds\php-7.4.0RC4\php-test-pack-7.4.0RC4\ext\opcache\tests\current.php
    [6] =>
C:\phpbuilds\php-7.4.0RC4\php-test-pack-7.4.0RC4\ext\opcache\tests\current.php
)
ok

Notice: Undefined index: scripts in
C:\..\php-test-pack-7.4.0RC4\ext\opcache\tests\blacklist-win32.php on
line 9

Warning: count(): Parameter must be an array or an object that
implements Countable in
C:\..\php-test-pack-7.4.0RC4\ext\opcache\tests\blacklist-win32.php on
line 9

-- 
Edit bug report at https://bugs.php.net/bug.php?id=78727&edit=1
-- 
Fix committed:                    https://bugs.php.net/fix.php?id=78727&r=fixed
Fixed in release:                 
https://bugs.php.net/fix.php?id=78727&r=alreadyfixed
Need backtrace:                   
https://bugs.php.net/fix.php?id=78727&r=needtrace
Need Reproduce Script:            
https://bugs.php.net/fix.php?id=78727&r=needscript
Try newer version:                
https://bugs.php.net/fix.php?id=78727&r=oldversion
Not developer issue:              
https://bugs.php.net/fix.php?id=78727&r=support
Expected behavior:                
https://bugs.php.net/fix.php?id=78727&r=notwrong
Not enough info:                  
https://bugs.php.net/fix.php?id=78727&r=notenoughinfo
Submitted twice:                  
https://bugs.php.net/fix.php?id=78727&r=submittedtwice
register_globals:                 
https://bugs.php.net/fix.php?id=78727&r=globals
PHP version support discontinued: 
https://bugs.php.net/fix.php?id=78727&r=phptooold
Daylight Savings:                 https://bugs.php.net/fix.php?id=78727&r=dst
IIS Stability:                    https://bugs.php.net/fix.php?id=78727&r=isapi
Install GNU Sed:                  https://bugs.php.net/fix.php?id=78727&r=gnused
Floating point limitations:       https://bugs.php.net/fix.php?id=78727&r=float
No Zend Extensions:               https://bugs.php.net/fix.php?id=78727&r=nozend
MySQL Configuration Error:        
https://bugs.php.net/fix.php?id=78727&r=mysqlcfg

Reply via email to