3v4l.org

run code in 500+ PHP versions simultaneously
<?php function r(){ return rand(1,10); } if(empty(r())){ echo 'web'; }else{ echo 'lol'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jcoGR
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                                   'r'
          1        DO_FCALL                                          0  $0      
          2        BOOL_NOT                                             ~1      $0
          3      > JMPZ                                                         ~1, ->6
    8     4    >   ECHO                                                         'web'
    7     5      > JMP                                                          ->7
   10     6    >   ECHO                                                         'lol'
   11     7    > > RETURN                                                       1

Function r:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jcoGR
function name:  r
number of ops:  6
compiled vars:  none
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                                   'rand'
          1        SEND_VAL                                                     1
          2        SEND_VAL                                                     10
          3        DO_ICALL                                             $0      
          4      > RETURN                                                       $0
    5     5*     > RETURN                                                       null

End of function r

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
156.94 ms | 1927 KiB | 15 Q