3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo $_SERVER['HTTP_USER_AGENT'] . "\n\n"; $navegador = get_browser(null, true); print_r($navegador); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6YbZB
function name:  (null)
number of ops:  13
compiled vars:  !0 = $navegador
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_R                      global              ~1      '_SERVER'
          1        FETCH_DIM_R                                      ~2      ~1, 'HTTP_USER_AGENT'
          2        CONCAT                                           ~3      ~2, '%0A%0A'
          3        ECHO                                                     ~3
    4     4        INIT_FCALL                                               'get_browser'
          5        SEND_VAL                                                 null
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                         $4      
          8        ASSIGN                                                   !0, $4
    5     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                                 
    6    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.17 ms | 1385 KiB | 17 Q