3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('FRAMEWORK_PATH','sfsafsfas' . DIRECTORY_SEPARATOR); $TEMPLATE_CONTEXT_PROCESSORS = [ FRAMEWORK_PATH . 'ContextProcessors.i18n', FRAMEWORK_PATH . 'ContextProcessors.tz', FRAMEWORK_PATH . 'ContextProcessors.request', FRAMEWORK_PATH . 'ContextProcessors.base_url', ]; var_export($TEMPLATE_CONTEXT_PROCESSORS); //echo stripslashes($s2) . "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uAlF0
function name:  (null)
number of ops:  21
compiled vars:  !0 = $TEMPLATE_CONTEXT_PROCESSORS
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'define'
          1        SEND_VAL                                                 'FRAMEWORK_PATH'
          2        SEND_VAL                                                 'sfsafsfas%2F'
          3        DO_ICALL                                                 
    5     4        FETCH_CONSTANT                                   ~2      'FRAMEWORK_PATH'
          5        CONCAT                                           ~3      ~2, 'ContextProcessors.i18n'
          6        INIT_ARRAY                                       ~4      ~3
    6     7        FETCH_CONSTANT                                   ~5      'FRAMEWORK_PATH'
          8        CONCAT                                           ~6      ~5, 'ContextProcessors.tz'
          9        ADD_ARRAY_ELEMENT                                ~4      ~6
    7    10        FETCH_CONSTANT                                   ~7      'FRAMEWORK_PATH'
         11        CONCAT                                           ~8      ~7, 'ContextProcessors.request'
         12        ADD_ARRAY_ELEMENT                                ~4      ~8
    8    13        FETCH_CONSTANT                                   ~9      'FRAMEWORK_PATH'
         14        CONCAT                                           ~10     ~9, 'ContextProcessors.base_url'
         15        ADD_ARRAY_ELEMENT                                ~4      ~10
    4    16        ASSIGN                                                   !0, ~4
   10    17        INIT_FCALL                                               'var_export'
         18        SEND_VAR                                                 !0
         19        DO_ICALL                                                 
   12    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.25 ms | 1395 KiB | 17 Q