3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = '{"order":{"orderId":"TKTSVMMDTJ151001GUEST000P01","extOrderId":"f81d5dbc163da7e2695d9bb4042b654c","orderCreateDate":"2015-10-01T12:35:49.636+02:00","notifyUrl":"http://b2b-horyzont.przegladaj.eu/orders/orderNotify","customerIp":"62.133.131.130","merchantPosId":"145227","description":"Horyzont","currencyCode":"PLN","totalAmount":"2607","buyer":{"customerId":"guest","email":"arekrrr@gmail.com","phone":"123123123","firstName":"Arkadiusz","lastName":"Rado","language":"pl"},"payMethod":{"type":"PBL"},"status":"COMPLETED","products":[{"name":"Wizytówki","unitPrice":"1107","quantity":"1"}]},"localReceiptDateTime":"2015-10-01T12:35:56.350+02:00","properties":[{"name":"PAYMENT_ID","value":"602454718"}]}'; $text = json_encode($text); echo '<pre>'; print_r($text['order']); echo '</pre>';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ks2ia
function name:  (null)
number of ops:  12
compiled vars:  !0 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%7B%22order%22%3A%7B%22orderId%22%3A%22TKTSVMMDTJ151001GUEST000P01%22%2C%22extOrderId%22%3A%22f81d5dbc163da7e2695d9bb4042b654c%22%2C%22orderCreateDate%22%3A%222015-10-01T12%3A35%3A49.636%2B02%3A00%22%2C%22notifyUrl%22%3A%22http%3A%2F%2Fb2b-horyzont.przegladaj.eu%2Forders%2ForderNotify%22%2C%22customerIp%22%3A%2262.133.131.130%22%2C%22merchantPosId%22%3A%22145227%22%2C%22description%22%3A%22Horyzont%22%2C%22currencyCode%22%3A%22PLN%22%2C%22totalAmount%22%3A%222607%22%2C%22buyer%22%3A%7B%22customerId%22%3A%22guest%22%2C%22email%22%3A%22arekrrr%40gmail.com%22%2C%22phone%22%3A%22123123123%22%2C%22firstName%22%3A%22Arkadiusz%22%2C%22lastName%22%3A%22Rado%22%2C%22language%22%3A%22pl%22%7D%2C%22payMethod%22%3A%7B%22type%22%3A%22PBL%22%7D%2C%22status%22%3A%22COMPLETED%22%2C%22products%22%3A%5B%7B%22name%22%3A%22Wizyt%C3%83%C2%B3wki%22%2C%22unitPrice%22%3A%221107%22%2C%22quantity%22%3A%221%22%7D%5D%7D%2C%22localReceiptDateTime%22%3A%222015-10-01T12%3A35%3A56.350%2B02%3A00%22%2C%22properties%22%3A%5B%7B%22name%22%3A%22PAYMENT_ID%22%2C%22value%22%3A%22602454718%22%7D%5D%7D'
    5     1        INIT_FCALL                                               'json_encode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    7     5        ECHO                                                     '%3Cpre%3E'
    8     6        INIT_FCALL                                               'print_r'
          7        FETCH_DIM_R                                      ~4      !0, 'order'
          8        SEND_VAL                                                 ~4
          9        DO_ICALL                                                 
    9    10        ECHO                                                     '%3C%2Fpre%3E'
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.26 ms | 1395 KiB | 17 Q