3v4l.org

run code in 500+ PHP versions simultaneously
<?php $matches[1] = false; $status = (($matches[1]=='true')? 'Aan': 'Uit'); echo $status." "; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LBCl1
function name:  (null)
number of ops:  12
compiled vars:  !0 = $matches, !1 = $status
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                                   !0, 1
          1        OP_DATA                                                      <false>
    4     2        FETCH_DIM_R                                          ~3      !0, 1
          3        IS_EQUAL                                                     ~3, 'true'
          4      > JMPZ                                                         ~4, ->7
          5    >   QM_ASSIGN                                            ~5      'Aan'
          6      > JMP                                                          ->8
          7    >   QM_ASSIGN                                            ~5      'Uit'
          8    >   ASSIGN                                                       !1, ~5
    5     9        CONCAT                                               ~7      !1, '+'
         10        ECHO                                                         ~7
    6    11      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
170.02 ms | 2727 KiB | 13 Q