3v4l.org

run code in 300+ PHP versions simultaneously
<?php dd('meow'); function dd($data, $file = __FILE__, $line = __LINE__) { var_dump($data); die(sprintf('File: %s @ L%d', $file, $line)); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/qjfdv
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'dd'
          1        SEND_VAL_EX                                              'meow'
          2        DO_FCALL                                      0          
    8     3      > RETURN                                                   1

Function dd:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 79) Position 1 = -2
filename:       /in/qjfdv
function name:  dd
number of ops:  13
compiled vars:  !0 = $data, !1 = $file, !2 = $line
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   RECV                                             !0      
          1        RECV_INIT                                        !1      '%2Fin%2Fqjfdv'
          2        RECV_INIT                                        !2      5
    6     3        INIT_FCALL                                               'var_dump'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                                 
    7     6        INIT_FCALL                                               'sprintf'
          7        SEND_VAL                                                 'File%3A+%25s+%40+L%25d'
          8        SEND_VAR                                                 !1
          9        SEND_VAR                                                 !2
         10        DO_ICALL                                         $4      
         11      > EXIT                                                     $4
    8    12*     > RETURN                                                   null

End of function dd

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.57 ms | 1395 KiB | 17 Q