3v4l.org

run code in 300+ PHP versions simultaneously
<?php $langs = array( 'en-US',// default 'fr', 'fr-FR', 'de', 'de-DE', 'de-AT', 'de-CH', ); include './langs/'. http_negotiate_language($langs, $result) .'.php'; print_r($result); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/AFXQo
function name:  (null)
number of ops:  12
compiled vars:  !0 = $langs, !1 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   12     1        INIT_FCALL_BY_NAME                                       'http_negotiate_language'
          2        SEND_VAR_EX                                              !0
          3        SEND_VAR_EX                                              !1
          4        DO_FCALL                                      0  $3      
          5        CONCAT                                           ~4      '.%2Flangs%2F', $3
          6        CONCAT                                           ~5      ~4, '.php'
          7        INCLUDE_OR_EVAL                                          ~5, INCLUDE
   14     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !1
         10        DO_ICALL                                                 
   16    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.47 ms | 1394 KiB | 15 Q