3v4l.org

run code in 500+ PHP versions simultaneously
<?php $muni = "x"; $y = ('NAUCALPAN' OR 'HUIXQUILUCAN'); var_dump($y); if ($muni == $y) { echo "y"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 8
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
filename:       /in/FbdIC
function name:  (null)
number of ops:  9
compiled vars:  !0 = $muni, !1 = $y
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, 'x'
    4     1        ASSIGN                                                       !1, <true>
    5     2        INIT_FCALL                                                   'var_dump'
          3        SEND_VAR                                                     !1
          4        DO_ICALL                                                     
    6     5        IS_EQUAL                                                     !0, !1
          6      > JMPZ                                                         ~5, ->8
          7    >   ECHO                                                         'y'
          8    > > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
158.12 ms | 1863 KiB | 14 Q