3v4l.org

run code in 300+ PHP versions simultaneously
<?phprequire_once dirname(__FILE__) . '/config.php';require_once dirname(__FILE__) . '/views/header.tpl.php';?><pre><?phpfunction __construct() { $this->xmlCreate(); } // Set up the IPP instance$IPP = new QuickBooks_IPP($dsn);// Get our OAuth credentials from the database$creds = $IntuitAnywhere->load($the_username, $the_tenant);// Tell the framework to load some data from the OAuth store$IPP->authMode( QuickBooks_IPP::AUTHMODE_OAUTH, $the_username, $creds);// Print the credentials we're using//print_r($creds);// This is our current realm$realm = $creds['qb_realm'];// Load the OAuth information from the databaseif ($Context = $IPP->context()){ // Set the IPP version to v3 $IPP->version(QuickBooks_IPP_IDS::VERSION_3); $AccountService = new QuickBooks_IPP_Service_Account(); $accounts = $AccountService->query($Context, $realm, "SELECT * FROM Account"); //print_r($customers); $data['acc_name'] = array(); foreach ($accounts as $Account) { // print('Account Id=' . $Account->getId() . ' is named: ' . $Account->getFullyQualifiedName() . '<br>'); // print('Account Id=' . $Account->getId() . ' is named: ' . $Account->getFullyQualifiedName() . '<br>'); $data['acc_name'][] = $Account->getFullyQualifiedName(); }print json_encode($data); static function xmlcreate($data,$root = "root") { $dom = new DOMDocument('1.0', 'utf-8'); $element = $dom->appendChild(new DOMElement($root)); $xml = $dom->saveXML(); file_put_contents($data,$xml); return $xml; }// $xml = Array2XML::createXML('data', $data); /* print("\n\n\n\n"); print('Request [' . $IPP->lastRequest() . ']'); print("\n\n\n\n"); print('Response [' . $IPP->lastResponse() . ']'); print("\n\n\n\n"); */}else{ die('Unable to load a context...?');}?></pre><?phprequire_once dirname(__FILE__) . '/views/footer.tpl.php';?>
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.3 - 7.4.32, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
<?phprequire_once dirname(__FILE__) . '/config.php';require_once dirname(__FILE__) . '/views/header.tpl.php';?><pre><?phpfunction __construct() { $this->xmlCreate(); } // Set up the IPP instance$IPP = new QuickBooks_IPP($dsn);// Get our OAuth credentials from the database$creds = $IntuitAnywhere->load($the_username, $the_tenant);// Tell the framework to load some data from the OAuth store$IPP->authMode( QuickBooks_IPP::AUTHMODE_OAUTH, $the_username, $creds);// Print the credentials we're using//print_r($creds);// This is our current realm$realm = $creds['qb_realm'];// Load the OAuth information from the databaseif ($Context = $IPP->context()){ // Set the IPP version to v3 $IPP->version(QuickBooks_IPP_IDS::VERSION_3); $AccountService = new QuickBooks_IPP_Service_Account(); $accounts = $AccountService->query($Context, $realm, "SELECT * FROM Account"); //print_r($customers); $data['acc_name'] = array(); foreach ($accounts as $Account) { // print('Account Id=' . $Account->getId() . ' is named: ' . $Account->getFullyQualifiedName() . '<br>'); // print('Account Id=' . $Account->getId() . ' is named: ' . $Account->getFullyQualifiedName() . '<br>'); $data['acc_name'][] = $Account->getFullyQualifiedName(); }print json_encode($data); static function xmlcreate($data,$root = "root") { $dom = new DOMDocument('1.0', 'utf-8'); $element = $dom->appendChild(new DOMElement($root)); $xml = $dom->saveXML(); file_put_contents($data,$xml); return $xml; }// $xml = Array2XML::createXML('data', $data); /* print("\n\n\n\n"); print('Request [' . $IPP->lastRequest() . ']'); print("\n\n\n\n"); print('Response [' . $IPP->lastResponse() . ']'); print("\n\n\n\n"); */}else{ die('Unable to load a context...?');}?></pre><?phprequire_once dirname(__FILE__) . '/views/footer.tpl.php';?>
Output for 8.0.13
Parse error: syntax error, unexpected identifier "dirname" in /in/mdJkF on line 1
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.30, 5.6.0 - 5.6.15, 7.3.32 - 7.3.33, 7.4.33
Parse error: syntax error, unexpected 'dirname' (T_STRING) in /in/mdJkF on line 1
Process exited with code 255.

preferences:
217.62 ms | 402 KiB | 313 Q