3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace YOLOLOLO; function print_r(... $args) { foreach ($args as $arg) { \print_r($arg); } } print_r("YOLO", "SUP", ["dup", "d'oh"]);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AQ8F8
function name:  (null)
number of ops:  6
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   INIT_NS_FCALL_BY_NAME                                    'YOLOLOLO%5Cprint_r'
          1        SEND_VAL_EX                                              'YOLO'
          2        SEND_VAL_EX                                              'SUP'
          3        SEND_VAL_EX                                              <array>
          4        DO_FCALL                                      0          
          5      > RETURN                                                   1

Function yolololo%5Cprint_r:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 7
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 7
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
filename:       /in/AQ8F8
function name:  YOLOLOLO\print_r
number of ops:  9
compiled vars:  !0 = $args, !1 = $arg
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   RECV_VARIADIC                                    !0      
    5     1      > FE_RESET_R                                       $2      !0, ->7
          2    > > FE_FETCH_R                                               $2, !1, ->7
    6     3    >   INIT_FCALL                                               'print_r'
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                                 
    5     6      > JMP                                                      ->2
          7    >   FE_FREE                                                  $2
    8     8      > RETURN                                                   null

End of function yolololo%5Cprint_r

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.51 ms | 1395 KiB | 15 Q