3v4l.org

run code in 300+ PHP versions simultaneously
<?php file_put_contents('/tmp/x', str_repeat('x', 2048)); print_r(stat('/tmp/x'));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1Q5kp
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        SEND_VAL                                                 '%2Ftmp%2Fx'
          2        INIT_FCALL                                               'str_repeat'
          3        SEND_VAL                                                 'x'
          4        SEND_VAL                                                 2048
          5        DO_ICALL                                         $0      
          6        SEND_VAR                                                 $0
          7        DO_ICALL                                                 
    5     8        INIT_FCALL                                               'print_r'
          9        INIT_FCALL                                               'stat'
         10        SEND_VAL                                                 '%2Ftmp%2Fx'
         11        DO_ICALL                                         $2      
         12        SEND_VAR                                                 $2
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
189.83 ms | 1004 KiB | 17 Q