3v4l.org

run code in 300+ PHP versions simultaneously
<?php // testing: http://www.phpsadness.com/sad/47 xhprof_enable(); phpinfo(); $data = xhprof_disable(); var_dump($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nJV5S
function name:  (null)
number of ops:  11
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL_BY_NAME                                       'xhprof_enable'
          1        DO_FCALL                                      0          
    5     2        INIT_FCALL                                               'phpinfo'
          3        DO_ICALL                                                 
    6     4        INIT_FCALL_BY_NAME                                       'xhprof_disable'
          5        DO_FCALL                                      0  $3      
          6        ASSIGN                                                   !0, $3
    7     7        INIT_FCALL                                               'var_dump'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.95 ms | 1394 KiB | 17 Q