3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http//www.google.com/'; $cmd = "wget -b -nc --restrict-file-names=nocontrol --content-disposition --no-check-certificate ".escapeshellarg($url); exec($cmd, $status); echo $status; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3Dmn5
function name:  (null)
number of ops:  12
compiled vars:  !0 = $url, !1 = $cmd, !2 = $status
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%2F%2Fwww.google.com%2F'
    3     1        INIT_FCALL                                               'escapeshellarg'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        CONCAT                                           ~5      'wget+-b+-nc+--restrict-file-names%3Dnocontrol+--content-disposition+--no-check-certificate+', $4
          5        ASSIGN                                                   !1, ~5
    4     6        INIT_FCALL                                               'exec'
          7        SEND_VAR                                                 !1
          8        SEND_REF                                                 !2
          9        DO_ICALL                                                 
    5    10        ECHO                                                     !2
    6    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.67 ms | 1398 KiB | 17 Q