3v4l.org

run code in 300+ PHP versions simultaneously
<?php $price_check = '105'; if($price_check > '0'||$filter='0'){ if($price_check < '500' || $filter='501'){$filter='me';} else{$filter='you';} }echo $filter;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 3, Position 2 = 5
Branch analysis from position: 3
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 14
Branch analysis from position: 6
2 jumps found. (Code = 47) Position 1 = 8, Position 2 = 10
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 13
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 14
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
Branch analysis from position: 14
Branch analysis from position: 5
filename:       /in/YQ3Xf
function name:  (null)
number of ops:  16
compiled vars:  !0 = $price_check, !1 = $filter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '105'
    4     1        IS_SMALLER                                       ~3      '0', !0
          2      > JMPNZ_EX                                         ~3      ~3, ->5
          3    >   ASSIGN                                           ~4      !1, '0'
          4        BOOL                                             ~3      ~4
          5    > > JMPZ                                                     ~3, ->14
    5     6    >   IS_SMALLER                                       ~5      !0, '500'
          7      > JMPNZ_EX                                         ~5      ~5, ->10
          8    >   ASSIGN                                           ~6      !1, '501'
          9        BOOL                                             ~5      ~6
         10    > > JMPZ                                                     ~5, ->13
         11    >   ASSIGN                                                   !1, 'me'
         12      > JMP                                                      ->14
    6    13    >   ASSIGN                                                   !1, 'you'
    7    14    >   ECHO                                                     !1
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.7 ms | 1394 KiB | 13 Q