3v4l.org

run code in 300+ PHP versions simultaneously
<?php include("vendor/autoload.php"); $subdomain = "subdomain"; $username = "username@domain.com"; $password = "password"; $headers = array('Content-Type' => 'application/json'); $options = array('auth' => array($username, $password)); $newTicket = array( 'ticket' => array( 'subject' => 'New Order', 'external_id' => 180, 'type' => 'task', 'group_id' => 66729, 'collaborator_ids' => array( 24178883 ), 'requester' => array( 'locale_id' => 1, 'name' => 'Test Name', 'email' => 'test@test.com', ), 'comment' => array( 'public' => true, 'body' => "\nThank you for your order.\n\nBelow is a breakdown for you to check and confirm back that everything is exactly as you want.\n\nOnce you are happy we will update this ticket with a Go Live certificate so you know your services are live and you will be billed from this point.\n\n\nYour details:\n\nCustomer: Connect B2B Ltd\nCustomer site: Lucy's Office\nCustomer contact: Lucy Robinson lr@connectb2b.co.uk\nDelivery method: Pre 12 £15.00\nDelivery address: Connect B2B Ltd\r\n12 Melcombe Place\r\nLondon\r\nNW1 6JJ\r\nLondon \r\nNW1 6JJ\nOrder date: 06/06/14\n\nOrder details:\n\nHorizon Cisco SPA 122 VoIP Analogue Phone Adapter £50.00 x 1 12345678901 12 months", ), ) ); $json = json_encode($newTicket); $request = Requests::post('https://{{subdomain}}.zendesk.com/api/v2/tickets.json', $headers, $json, $options); echo '<pre>'; echo $json; print_r($request); echo '</pre>'; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: include(): open_basedir restriction in effect. File(vendor/autoload.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/CG9Aq on line 2 Warning: include(vendor/autoload.php): Failed to open stream: Operation not permitted in /in/CG9Aq on line 2 Warning: include(): Failed opening 'vendor/autoload.php' for inclusion (include_path='.:') in /in/CG9Aq on line 2 Fatal error: Uncaught Error: Class "Requests" not found in /in/CG9Aq:30 Stack trace: #0 {main} thrown in /in/CG9Aq on line 30
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
35.88 ms | 402 KiB | 8 Q