3v4l.org

run code in 300+ PHP versions simultaneously
<?php $context = stream_context_create(array( 'http' => array( 'header' => "Authorization: Basic " . base64_encode("welllinked:.mS6xUja") ) )); $html = '<meta name="robots" content="noindex,nofollow" />'; $html .= file_get_contents("http://leoben-immobillien.well-linked.com/mietobjekt/mietobjekt-2/", false, $context); echo $html;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/2Hlhh
function name:  (null)
number of ops:  19
compiled vars:  !0 = $context, !1 = $html
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'stream_context_create'
    5     1        INIT_FCALL                                               'base64_encode'
          2        SEND_VAL                                                 'welllinked%3A.mS6xUja'
          3        DO_ICALL                                         $2      
          4        CONCAT                                           ~3      'Authorization%3A+Basic+', $2
          5        INIT_ARRAY                                       ~4      ~3, 'header'
          6        INIT_ARRAY                                       ~5      ~4, 'http'
          7        SEND_VAL                                                 ~5
          8        DO_ICALL                                         $6      
    3     9        ASSIGN                                                   !0, $6
    8    10        ASSIGN                                                   !1, '%3Cmeta+name%3D%22robots%22+content%3D%22noindex%2Cnofollow%22+%2F%3E'
    9    11        INIT_FCALL                                               'file_get_contents'
         12        SEND_VAL                                                 'http%3A%2F%2Fleoben-immobillien.well-linked.com%2Fmietobjekt%2Fmietobjekt-2%2F'
         13        SEND_VAL                                                 <false>
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                         $9      
         16        ASSIGN_OP                                     8          !1, $9
   11    17        ECHO                                                     !1
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.53 ms | 1395 KiB | 19 Q