3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Save the imgur homepage as a variable $result = file_get_contents("http://www.imgur.com"); //Replace every occurance of the word "sign" with "Tater" $result = str_replace("sign","Tater",$result); //Output the result echo $result; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HXsuU
function name:  (null)
number of ops:  12
compiled vars:  !0 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fwww.imgur.com'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    6     4        INIT_FCALL                                               'str_replace'
          5        SEND_VAL                                                 'sign'
          6        SEND_VAL                                                 'Tater'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $3      
          9        ASSIGN                                                   !0, $3
    9    10        ECHO                                                     !0
   10    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.69 ms | 1394 KiB | 17 Q