3v4l.org

run code in 300+ PHP versions simultaneously
<?php function loder($shock, $stab, $and) { echo sqrt(strlen($shock, $stab, $and)); } $i = 0; $shockstab = "Shock Stab"; if(is_infinite($i)) { echo $shockstab; } else { loder($i, $shockstab, 348); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 8
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XDGXu
function name:  (null)
number of ops:  14
compiled vars:  !0 = $i, !1 = $shockstab
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   ASSIGN                                                   !0, 0
    8     1        ASSIGN                                                   !1, 'Shock+Stab'
   11     2        INIT_FCALL                                               'is_infinite'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5      > JMPZ                                                     $4, ->8
   12     6    >   ECHO                                                     !1
          7      > JMP                                                      ->13
   14     8    >   INIT_FCALL                                               'loder'
          9        SEND_VAR                                                 !0
         10        SEND_VAR                                                 !1
         11        SEND_VAL                                                 348
         12        DO_FCALL                                      0          
   15    13    > > RETURN                                                   1

Function loder:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XDGXu
function name:  loder
number of ops:  13
compiled vars:  !0 = $shock, !1 = $stab, !2 = $and
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
          1        RECV                                             !1      
          2        RECV                                             !2      
    4     3        INIT_FCALL                                               'sqrt'
          4        INIT_FCALL                                               'strlen'
          5        SEND_VAR                                                 !0
          6        SEND_VAR                                                 !1
          7        SEND_VAR                                                 !2
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
         10        DO_ICALL                                         $4      
         11        ECHO                                                     $4
    5    12      > RETURN                                                   null

End of function loder

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.41 ms | 1399 KiB | 20 Q