|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2017-09-24 10:01 UTC] laruence@php.net
  [2017-09-24 10:01 UTC] laruence@php.net
 
-Status: Open
+Status: Closed
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 18:00:01 2025 UTC | 
Description: ------------ After the script is opcache'd, it results in the error below. Testing environment: Apache 2.4.27 with event MPM on 64bit Haven't tested for regression. Test script: --------------- <?php function f() { $retval = false; if ($retval) { } } f(); exit("OK"); Expected result: ---------------- OK Actual result: -------------- PHP Fatal error: Invalid opcode 49/1/8. in [...] on line 4