3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string= file_get_contents("http://contribuyente.seniat.gob.ve/getContribuyente/getrif?rif=V160277390"); //$xmlrif = new SimpleXMLElement(urldecode($string), LIBXML_NOCDATA); $xmlrif = new SimpleXMLElement(urldecode($string), null, true); //$xmlrif = simplexml_load_file($string); //echo $xmlrif->rif; print_r($xmlrif);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/n9sqP
function name:  (null)
number of ops:  17
compiled vars:  !0 = $string, !1 = $xmlrif
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'file_get_contents'
          1        SEND_VAL                                                 'http%3A%2F%2Fcontribuyente.seniat.gob.ve%2FgetContribuyente%2Fgetrif%3Frif%3DV160277390'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    5     4        NEW                                              $4      'SimpleXMLElement'
          5        INIT_FCALL                                               'urldecode'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                         $5      
          8        SEND_VAR_NO_REF_EX                                       $5
          9        SEND_VAL_EX                                              null
         10        SEND_VAL_EX                                              <true>
         11        DO_FCALL                                      0          
         12        ASSIGN                                                   !1, $4
    8    13        INIT_FCALL                                               'print_r'
         14        SEND_VAR                                                 !1
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.37 ms | 1394 KiB | 19 Q