3v4l.org

run code in 300+ PHP versions simultaneously
<?php $p = xml_parser_create(); xml_parse_into_struct($p, 'http://api.joe.be/1.3/tracks/plays.xml?test', $results, $index); xml_parser_free($p); var_dump($results); var_dump($index);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uIZRS
function name:  (null)
number of ops:  19
compiled vars:  !0 = $p, !1 = $results, !2 = $index
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'xml_parser_create'
          1        DO_ICALL                                         $3      
          2        ASSIGN                                                   !0, $3
    4     3        INIT_FCALL                                               'xml_parse_into_struct'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 'http%3A%2F%2Fapi.joe.be%2F1.3%2Ftracks%2Fplays.xml%3Ftest'
          6        SEND_REF                                                 !1
          7        SEND_REF                                                 !2
          8        DO_ICALL                                                 
    5     9        INIT_FCALL                                               'xml_parser_free'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                                 
    7    12        INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                                 
    8    15        INIT_FCALL                                               'var_dump'
         16        SEND_VAR                                                 !2
         17        DO_ICALL                                                 
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.48 ms | 1394 KiB | 21 Q