3v4l.org

run code in 300+ PHP versions simultaneously
<?php $r=array('#\(\)#'=>'o','#\(\'#'=>'','#\'\)#'=>'','#;#'=>''); $r=preg_replace(array_keys($r),array_values($r),array_pop(file(__FILE__))); echo $r; __halt_compiler(); echo g()('al');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3hfFC
function name:  (null)
number of ops:  21
compiled vars:  !0 = $r
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        INIT_FCALL                                               'preg_replace'
          2        INIT_FCALL                                               'array_keys'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        SEND_VAR                                                 $2
          6        INIT_FCALL                                               'array_values'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $3      
          9        SEND_VAR                                                 $3
         10        INIT_FCALL                                               'array_pop'
         11        INIT_FCALL                                               'file'
         12        SEND_VAL                                                 '%2Fin%2F3hfFC'
         13        DO_ICALL                                         $4      
         14        SEND_VAR_NO_REF                               0          $4
         15        DO_ICALL                                         $5      
         16        SEND_VAR                                                 $5
         17        DO_ICALL                                         $6      
         18        ASSIGN                                                   !0, $6
    4    19        ECHO                                                     !0
    5    20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.79 ms | 1386 KiB | 23 Q