3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = '{"error":null,"miningSpeeds":[{"coinTypeCode":"HXC","currentHash":"5 Gh/sec","miningTime":"The last coin switch was 4 minutes ago.","port":"Connect via port 3326 (Keccak)."},{"coinTypeCode":"LOT","currentHash":"9823 Kh/sec","miningTime":"The last coin switch was 44 minutes ago.","port":"Connect via port 3332 (Scrypt)."},{"coinTypeCode":"MZC","currentHash":"11 Th/sec","miningTime":"The last coin switch was 20 minutes ago.","port":"Connect via port 3331 (SHA256)."}]}'; $j = json_decode($data, true); print_r($j);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/uKDDp
function name:  (null)
number of ops:  10
compiled vars:  !0 = $data, !1 = $j
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%7B%22error%22%3Anull%2C%22miningSpeeds%22%3A%5B%7B%22coinTypeCode%22%3A%22HXC%22%2C%22currentHash%22%3A%225+Gh%2Fsec%22%2C%22miningTime%22%3A%22The+last+coin+switch+was+4+minutes+ago.%22%2C%22port%22%3A%22Connect+via+port+3326+%28Keccak%29.%22%7D%2C%7B%22coinTypeCode%22%3A%22LOT%22%2C%22currentHash%22%3A%229823+Kh%2Fsec%22%2C%22miningTime%22%3A%22The+last+coin+switch+was+44+minutes+ago.%22%2C%22port%22%3A%22Connect+via+port+3332+%28Scrypt%29.%22%7D%2C%7B%22coinTypeCode%22%3A%22MZC%22%2C%22currentHash%22%3A%2211+Th%2Fsec%22%2C%22miningTime%22%3A%22The+last+coin+switch+was+20+minutes+ago.%22%2C%22port%22%3A%22Connect+via+port+3331+%28SHA256%29.%22%7D%5D%7D'
    4     1        INIT_FCALL                                               'json_decode'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 <true>
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    6     6        INIT_FCALL                                               'print_r'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.13 ms | 1394 KiB | 17 Q