3v4l.org

run code in 300+ PHP versions simultaneously
<?php /*$dir = '/proc/4/'; if ($dh = opendir($dir)) { while (($file = readdir($dh)) !== false) { echo "filename: $file : filetype: " . filetype($dir . $file) . "\n"; } closedir($dh); } readfile('/proc/6/cmdline'); */ system('/bin/sh/sbin/id');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/RCLCB
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   INIT_FCALL                                               'system'
          1        SEND_VAL                                                 '%2Fbin%2Fsh%2Fsbin%2Fid'
          2        DO_ICALL                                                 
          3      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.08 ms | 1393 KiB | 15 Q