php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78731 Cannot redelcare f1()
Submitted: 2019-10-22 20:05 UTC Modified: 2019-10-23 17:36 UTC
From: v-altruo at microsoft dot com Assigned:
Status: Closed Package: Testing related
PHP Version: 7.4.0RC4 OS: Windows Server 2012 R2
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-10-22 20:05 UTC] v-altruo at microsoft dot com
Description:
------------
Test seems to only fail on this windows operating system for the x86 TS builds with opcache enabled. 

Failed Test: ext\opcache\tests\preload_001.phpt

Expected result:
----------------
bool(true)
bool(false)
bool(true)
OK

Actual result:
--------------
bool(true)
bool(false)

Fatal error: Cannot redeclare f1() (previously declared in C:\..\ext\opcache\tests\preload.inc:3) in C:\..\php-test-pack-7.4.0RC4\ext\opcache\tests\preload.inc on line 2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-10-23 17:36 UTC] v-altruo at microsoft dot com
-Status: Open +Status: Closed
 [2019-10-23 17:36 UTC] v-altruo at microsoft dot com
Re-downloaded 7.4.0RC4 build and tested again. Test passes now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 17:01:30 2024 UTC