3v4l.org

run code in 300+ PHP versions simultaneously
<?php json_encode(array( 'apiUsername' => 'v7qa', 'apiPassword' => 'test123!', 'apicallsetinput' => '[{"_apicall":"create","firstname":"' . $post['firstname'] . '","lastname":"User","email":"test@3rdpartydomain.com","company":"3rdparty","title":"Engineer","phone_no":"8013452004","event_id":"789", "entitlement_group":"default group"}]' )) ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rQYR1
function name:  (null)
number of ops:  10
compiled vars:  !0 = $post
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'json_encode'
    4     1        INIT_ARRAY                                       ~1      'v7qa', 'apiUsername'
    5     2        ADD_ARRAY_ELEMENT                                ~1      'test123%21', 'apiPassword'
    6     3        FETCH_DIM_R                                      ~2      !0, 'firstname'
          4        CONCAT                                           ~3      '%5B%7B%22_apicall%22%3A%22create%22%2C%22firstname%22%3A%22', ~2
          5        CONCAT                                           ~4      ~3, '%22%2C%22lastname%22%3A%22User%22%2C%22email%22%3A%22test%403rdpartydomain.com%22%2C%22company%22%3A%223rdparty%22%2C%22title%22%3A%22Engineer%22%2C%22phone_no%22%3A%228013452004%22%2C%22event_id%22%3A%22789%22%2C+%22entitlement_group%22%3A%22default+group%22%7D%5D'
          6        ADD_ARRAY_ELEMENT                                ~1      ~4, 'apicallsetinput'
          7        SEND_VAL                                                 ~1
          8        DO_ICALL                                                 
    9     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.93 ms | 1394 KiB | 15 Q