3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'posData": "{\"paymentID\":\"123PAYMENTID\",\"orderID\":\"123ORDERID\"}'; $string2 = json_decode($string);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/VPrcj
function name:  (null)
number of ops:  6
compiled vars:  !0 = $string, !1 = $string2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'posData%22%3A+%22%7B%5C%22paymentID%5C%22%3A%5C%22123PAYMENTID%5C%22%2C%5C%22orderID%5C%22%3A%5C%22123ORDERID%5C%22%7D'
    4     1        INIT_FCALL                                               'json_decode'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.94 ms | 1393 KiB | 15 Q