3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Zurl = "http://www.zillow.com/webservice/GetDeepSearchResults.htm?zws-id=X1-ZWz1b6ggncyqyz_7galu&address=2114+Bigelow+Avenue&citystatezip=Seattle%2C+WA"; /** Get Data */ $ZillowData = file_get_contents($Zurl); //Process Response $ZData = simplexml_load_file($ZillowData); print_r($ZData);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/c3ufJ
function name:  (null)
number of ops:  13
compiled vars:  !0 = $Zurl, !1 = $ZillowData, !2 = $ZData
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fwww.zillow.com%2Fwebservice%2FGetDeepSearchResults.htm%3Fzws-id%3DX1-ZWz1b6ggncyqyz_7galu%26address%3D2114%2BBigelow%2BAvenue%26citystatezip%3DSeattle%252C%2BWA'
    5     1        INIT_FCALL                                               'file_get_contents'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
    8     5        INIT_FCALL                                               'simplexml_load_file'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !2, $6
    9     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !2
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.45 ms | 1386 KiB | 19 Q