3v4l.org

run code in 300+ PHP versions simultaneously
<?php function loder($shock, $stab, $and) { echo strlen(sqrt($shock)); } $i = 0; $shockstab = "Shock Stab"; if(is_infinite($i)) { echo $shockstab; } else { loder($shockstab); }
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 = 11
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/svLAa
function name:  (null)
number of ops:  12
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                                                      ->11
   14     8    >   INIT_FCALL                                               'loder'
          9        SEND_VAR                                                 !1
         10        DO_FCALL                                      0          
   15    11    > > RETURN                                                   1

Function loder:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/svLAa
function name:  loder
number of ops:  9
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        SEND_VAR                                                 !0
          5        DO_ICALL                                         $3      
          6        STRLEN                                           ~4      $3
          7        ECHO                                                     ~4
    5     8      > RETURN                                                   null

End of function loder

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.51 ms | 1402 KiB | 18 Q