3v4l.org

run code in 300+ PHP versions simultaneously
<?php $id = 'ehdhcJavkno'; $content = file_get_contents("http://www.youtube.com/get_video_info?video_id=".$id); parse_str($content, $ytarr); echo $ytarr['title']; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JJ4go
function name:  (null)
number of ops:  13
compiled vars:  !0 = $id, !1 = $content, !2 = $ytarr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, 'ehdhcJavkno'
    5     1        INIT_FCALL                                               'file_get_contents'
          2        CONCAT                                           ~4      'http%3A%2F%2Fwww.youtube.com%2Fget_video_info%3Fvideo_id%3D', !0
          3        SEND_VAL                                                 ~4
          4        DO_ICALL                                         $5      
          5        ASSIGN                                                   !1, $5
    6     6        INIT_FCALL                                               'parse_str'
          7        SEND_VAR                                                 !1
          8        SEND_REF                                                 !2
          9        DO_ICALL                                                 
    7    10        FETCH_DIM_R                                      ~8      !2, 'title'
         11        ECHO                                                     ~8
    8    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.28 ms | 1394 KiB | 17 Q