3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fp = fopen(__FILE__, 'r'); $domain = array(); var_dump(preg_replace('/^www\./', '', $fp));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/La9Cs
function name:  (null)
number of ops:  15
compiled vars:  !0 = $fp, !1 = $domain
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'fopen'
          1        SEND_VAL                                                 '%2Fin%2FLa9Cs'
          2        SEND_VAL                                                 'r'
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    4     5        ASSIGN                                                   !1, <array>
    5     6        INIT_FCALL                                               'var_dump'
          7        INIT_FCALL                                               'preg_replace'
          8        SEND_VAL                                                 '%2F%5Ewww%5C.%2F'
          9        SEND_VAL                                                 ''
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $5      
         12        SEND_VAR                                                 $5
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.35 ms | 1385 KiB | 19 Q