3v4l.org

run code in 300+ PHP versions simultaneously
<?php $info1 = file_get_contents("http://api3.wordtracker.com/search?app_id=09d67621&app_key=c0ab83a5057b00d294a2b7531ce21236&keyword=cheap%20holidays&limit=3"); $info = json_decode($info1); echo $info; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/F55sS
function name:  (null)
number of ops:  10
compiled vars:  !0 = $info1, !1 = $info
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fapi3.wordtracker.com%2Fsearch%3Fapp_id%3D09d67621%26app_key%3Dc0ab83a5057b00d294a2b7531ce21236%26keyword%3Dcheap%2520holidays%26limit%3D3'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        INIT_FCALL                                               'json_decode'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !1, $4
    4     8        ECHO                                                     !1
    5     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.14 ms | 1394 KiB | 17 Q