|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2016-03-03 07:21 UTC] dmitryscaletta at mail dot ru
  [2016-03-03 07:28 UTC] dmitryscaletta at mail dot ru
 
-Status: Open
+Status: Closed
  [2016-03-03 07:28 UTC] dmitryscaletta at mail dot ru
  [2016-03-03 07:30 UTC] inefedor at gmail dot com
  [2016-03-03 10:10 UTC] requinix@php.net
 
-Status: Closed
+Status: Not a bug
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 15:00:01 2025 UTC | 
Description: ------------ I expect "78" or warning, but i have "1" Test script: --------------- <?php if ($var = 78 || $var = 456 || $var = 464) { echo $var; } Expected result: ---------------- 1 Actual result: -------------- 78