3v4l.org

run code in 300+ PHP versions simultaneously
<?php file_put_contents(sys_get_temp_dir() . "/test", "test"); echo file_get_contents(sys_get_temp_dir() . "/test");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JPRfV
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'file_put_contents'
          1        INIT_FCALL                                               'sys_get_temp_dir'
          2        DO_ICALL                                         $0      
          3        CONCAT                                           ~1      $0, '%2Ftest'
          4        SEND_VAL                                                 ~1
          5        SEND_VAL                                                 'test'
          6        DO_ICALL                                                 
    4     7        INIT_FCALL                                               'file_get_contents'
          8        INIT_FCALL                                               'sys_get_temp_dir'
          9        DO_ICALL                                         $3      
         10        CONCAT                                           ~4      $3, '%2Ftest'
         11        SEND_VAL                                                 ~4
         12        DO_ICALL                                         $5      
         13        ECHO                                                     $5
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.32 ms | 1394 KiB | 19 Q