3v4l.org

run code in 300+ PHP versions simultaneously
<?php // このファイルをオープンします $fp = fopen(__FILE__, 'r'); // データのある位置までファイルポインタを移動します fseek($fp, __COMPILER_HALT_OFFSET__ + 1); // それを出力します $x = unserialize(stream_get_contents($fp)); var_dump($x); // ここでスクリプトの実行を終了します __halt_compiler(); O:8:"stdClass":1:{s:1:"b";s:6:"KE$SHA";}
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/F5kiQ
function name:  (null)
number of ops:  20
compiled vars:  !0 = $fp, !1 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'fopen'
          1        SEND_VAL                                                 '%2Fin%2FF5kiQ'
          2        SEND_VAL                                                 'r'
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    7     5        INIT_FCALL                                               'fseek'
          6        SEND_VAR                                                 !0
          7        SEND_VAL                                                 363
          8        DO_ICALL                                                 
   10     9        INIT_FCALL                                               'unserialize'
         10        INIT_FCALL                                               'stream_get_contents'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $5      
         13        SEND_VAR                                                 $5
         14        DO_ICALL                                         $6      
         15        ASSIGN                                                   !1, $6
   11    16        INIT_FCALL                                               'var_dump'
         17        SEND_VAR                                                 !1
         18        DO_ICALL                                                 
   14    19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.3 ms | 1394 KiB | 23 Q