php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78730 Access to undeclared static property
Submitted: 2019-10-22 19:53 UTC Modified: 2019-10-23 17:35 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
 [2019-10-22 19:53 UTC] v-altruo at microsoft dot com
Description:
------------
Test seems to only failed on this windows operating system for x86 TS build with opcache enabled.

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

Expected result:
----------------
string(4) "aaaa"

Actual result:
--------------
Fatal error: Uncaught Error: Access to undeclared static property: a::$a in C:\phpbuilds\php-7.4.0RC4\php-test-pack-7.4.0RC4\ext\opcache\tests\bug78376.php:2
Stack trace:
#0 {main}
  thrown in C:\phpbuilds\php-7.4.0RC4\php-test-pack-7.4.0RC4\ext\opcache\tests\bug78376.php on line 2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-10-23 17:35 UTC] v-altruo at microsoft dot com
-Status: Open +Status: Closed
 [2019-10-23 17:35 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: Thu Mar 28 23:01:26 2024 UTC