3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = file_get_contents('http://nhs-sh.cfpreview.co.uk/api/version/fetchLatestData?dataType=Clinics&versionNumber=-1&uuID=website&dt='); $obj = json_decode($json); echo "Body: " . $obj->Body; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/siRcp
function name:  (null)
number of ops:  12
compiled vars:  !0 = $json, !1 = $obj
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fnhs-sh.cfpreview.co.uk%2Fapi%2Fversion%2FfetchLatestData%3FdataType%3DClinics%26versionNumber%3D-1%26uuID%3Dwebsite%26dt%3D'
          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        FETCH_OBJ_R                                      ~6      !1, 'Body'
          9        CONCAT                                           ~7      'Body%3A+', ~6
         10        ECHO                                                     ~7
    5    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.71 ms | 1394 KiB | 17 Q