3v4l.org

run code in 300+ PHP versions simultaneously
<?php include("http://rapid-it.nl/ob/ahsayfunctions.php"); //include("xml.php"); include ("http://rapid-it.nl/ob/clsParseXML.php"); $my_api = new AhsayApiFunctions("185.67.4.141", "80", "apiuser", "apiuser"); $my_api->debug(true); echo $my_api; //$xml = $my_api->getUserStorageStats("gms", "2010-02"); //print $xml; //$xmlparse = &new ParseXML; //$data = $xmlparse->GetXMLDataTree($xml); //print_r($data); //$stats = $my_api->getUsers(); //if($stats==false) //{ // print "Some error during getUserStorageStats()"; // return false; //} else { // print_r($stats); //} ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/j27og
function name:  (null)
number of ops:  14
compiled vars:  !0 = $my_api
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INCLUDE_OR_EVAL                                          'http%3A%2F%2Frapid-it.nl%2Fob%2Fahsayfunctions.php', INCLUDE
    4     1        INCLUDE_OR_EVAL                                          'http%3A%2F%2Frapid-it.nl%2Fob%2FclsParseXML.php', INCLUDE
    6     2        NEW                                              $3      'AhsayApiFunctions'
          3        SEND_VAL_EX                                              '185.67.4.141'
          4        SEND_VAL_EX                                              '80'
          5        SEND_VAL_EX                                              'apiuser'
          6        SEND_VAL_EX                                              'apiuser'
          7        DO_FCALL                                      0          
          8        ASSIGN                                                   !0, $3
    7     9        INIT_METHOD_CALL                                         !0, 'debug'
         10        SEND_VAL_EX                                              <true>
         11        DO_FCALL                                      0          
    8    12        ECHO                                                     !0
   28    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.86 ms | 1392 KiB | 13 Q