3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = array ( 'enable_success' => '1', 'success_subject' => 'Your iTech Query Has Been Submitted {ticket_id}', 'success_body' => '<img alt=\\"iTech Logo\\" src=\\"http://itechnetwork.org/wp-content/uploads/2017/05/itechlogo.png\\" /><br /> <br /> <br /> Dear {customer_name},<br /> <br /> Thank you for contacting iTech Network. Your ticket has been created successfully!&nbsp;We will review the ticket as soon as possible and reply within the next 48 business hours. If the ticket is marked urgent, we will respond as soon as possible.<br /> <br /> <strong>Below are details of your ticket. You may add information to this ticket and send it to the protocol team by responding to this email. Please only submit one query at a time for a given issue or question. If you no longer wish to put this query forth to the Research Teams/iTech management, please respond to this email saying &quot;Ticket Closed&quot;.&nbsp; </strong><br /> <br /> <strong>Ticket ID: </strong>{ticket_id}<br /> <strong>Ticket Category</strong>: {ticket_category}<br /> <strong>Ticket Subject: </strong>{ticket_subject}<br /> <strong>Protocol Related:</strong>&nbsp;<br /> <strong>Ticket Protocol:</strong>&nbsp;<br /> <strong>Has this ticket been marked urgent? </strong>{cust5}<br /> <strong>Participant SID, if applicable: </strong>{cust1}<br /> <strong>Grade of Adverse Event, if applicable: </strong>{cust2}<br /> <strong>Query Description: </strong>{ticket_description}<br /> &nbsp;', 'staff_subject' => 'iTech Query System - Active Ticket {ticket_subject}', 'staff_body' => '{FNAME}, <strong>You have an an active query awaiting your team&#39;s response. You have up to 48 business hours to issue an official response to the query. If the query is marked urgent, please respond as soon as possible. Please discuss this query with all other recipients SEPARATE from this email thread. When you would like to issue an official response, please just respond to this email.<br /> <br /> Query Submitter Name: </strong>{customer_name}<br /> <strong>Query Submitter Email: </strong>{customer_email}<br /> <strong>Ticket ID: </strong>{ticket_id}<br /> <strong>Ticket Category</strong>: {ticket_category}<br /> <strong>Protocol Related:</strong>&nbsp;<br /> <strong>Protocol:</strong><br /> <strong>Ticket Subject: </strong>{ticket_subject}<br /> <strong>Has this ticket been marked urgent? </strong>{cust5}<br /> <strong>Participant SID, if applicable: </strong>{cust1}<br /> <strong>Grade of Adverse Event, if applicable: </strong>{cust2}<br /> <strong>Query Description: </strong>{ticket_description}<br /> <br /> <br /> &nbsp;', 'templates' => array ( 'customer_name' => 'Customer Name', 'customer_email' => 'Customer Email', 'ticket_id' => 'Ticket ID', 'ticket_subject' => 'Ticket Subject', 'ticket_description' => 'Ticket Description', 'ticket_category' => 'Ticket Category', 'ticket_priority' => 'Ticket Priority', 'ticket_protocol' => 'Ticket Protocol', 'ticket_url' => 'Ticket URL', 'relates_to_protocol' => 'Is this query related to a protocol?', 'is_request_urgent' => 'Is this an urgent request?', 'time_created' => 'Ticket Created', 'agent_created' => 'Agent Created', 'cust5' => 'Mark Urgent', 'cust7' => 'Does the query relate to a protocol?', 'cust1' => 'Participant SID', 'cust2' => 'Grade of Adverse Effect', 'cust3' => 'Clinician Assessment', ), 'staff_to_notify' => array ( 'administrator' => '1', 'supervisor' => '0', 'assigned_agent' => '1', 'all_agents' => '0', ), 'notify_protocol_members' => true, ); echo serialize($t);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LPl0U
function name:  (null)
number of ops:  6
compiled vars:  !0 = $t
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, <array>
   75     1        INIT_FCALL                                               'serialize'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $2      
          4        ECHO                                                     $2
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.97 ms | 1393 KiB | 15 Q