3v4l.org

run code in 300+ PHP versions simultaneously
<?php $icerik = file_get_contents("http://www.phpr.org"); $baslik = ara("<title>", "</title>", $icerik); echo $baslik[0];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/M6kF3
function name:  (null)
number of ops:  13
compiled vars:  !0 = $icerik, !1 = $baslik
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fwww.phpr.org'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        INIT_FCALL_BY_NAME                                       'ara'
          5        SEND_VAL_EX                                              '%3Ctitle%3E'
          6        SEND_VAL_EX                                              '%3C%2Ftitle%3E'
          7        SEND_VAR_EX                                              !0
          8        DO_FCALL                                      0  $4      
          9        ASSIGN                                                   !1, $4
    4    10        FETCH_DIM_R                                      ~6      !1, 0
         11        ECHO                                                     ~6
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.94 ms | 1394 KiB | 15 Q