3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myurlget="http://192.168.10.25:8080/lockState?nukiId=117408641&token=mi2970"; $http_result = httpQuery($myurlget); $xml=jsontoxml($http_result); echo $xml; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8gqvh
function name:  (null)
number of ops:  11
compiled vars:  !0 = $myurlget, !1 = $http_result, !2 = $xml
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2F192.168.10.25%3A8080%2FlockState%3FnukiId%3D117408641%26token%3Dmi2970'
    3     1        INIT_FCALL_BY_NAME                                       'httpQuery'
          2        SEND_VAR_EX                                              !0
          3        DO_FCALL                                      0  $4      
          4        ASSIGN                                                   !1, $4
    4     5        INIT_FCALL_BY_NAME                                       'jsontoxml'
          6        SEND_VAR_EX                                              !1
          7        DO_FCALL                                      0  $6      
          8        ASSIGN                                                   !2, $6
    5     9        ECHO                                                     !2
    6    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.18 ms | 1392 KiB | 13 Q