3v4l.org

run code in 300+ PHP versions simultaneously
<?php define ('Falsey','true'); $succeeded = true; if($succeeded == Falsey){ echo 'Ensuring a job for life'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 9
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
filename:       /in/1Ytt4
function name:  (null)
number of ops:  10
compiled vars:  !0 = $succeeded
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'Falsey'
          2        SEND_VAL                                                 'true'
          3        DO_ICALL                                                 
    4     4        ASSIGN                                                   !0, <true>
    6     5        FETCH_CONSTANT                                   ~3      'Falsey'
          6        IS_EQUAL                                                 !0, ~3
          7      > JMPZ                                                     ~4, ->9
    7     8    >   ECHO                                                     'Ensuring+a+job+for+life'
    8     9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.57 ms | 1394 KiB | 15 Q