php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #78739 Warning Internal error: wrong size calculation
Submitted: 2019-10-22 21:59 UTC Modified: 2019-10-23 17:38 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: v-altruo at microsoft dot com Assigned:
Status: Closed Package: Testing related
PHP Version: 7.4.0RC4 OS: Windows Server 2019
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
32 + 31 = ?
Subscribe to this entry?

 
 [2019-10-22 21:59 UTC] v-altruo at microsoft dot com
Description:
------------
Test seems to fail for all builds regardless of NTS/TS but only when opcache is enabled. 

2 Tests without similar output:
ext\opcache\tests\bug70423.phpt
ext\opcache\tests\bu69838.phpt

Both have correct output, but have the additional warning in output. 

Expected result:
----------------
1
1
1
1
5
6
7
8
5
1
6
1
1
5
1
6

Actual result:
--------------
Mon Oct 21 20:26:50 2019 (2344): Warning Internal error: wrong size calculation: C:\..\php-test-pack-7.4.0rc4\ext\opcache\tests\bug70423.php start=0x14a044c0, end=0x14a06448, real=0x14a063e8

1
1
1
1
5
6
7
8
5
1
6
1
1
5
1
6

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2019-10-23 17:38 UTC] v-altruo at microsoft dot com
-Status: Open +Status: Closed
 [2019-10-23 17:38 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 19 05:01:29 2024 UTC