3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{"mail_method":"smtp","smtp_host":"smtp.mandrillapp.com","smtp_port":587,"mail_wrap_brackets":0,"smtp_user":{"u"},"smtp_pass":"p","smtp_helo":"HELO"}'; var_dump(json_decode($json, true));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/P96ZE
function name:  (null)
number of ops:  9
compiled vars:  !0 = $json
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%7B%22mail_method%22%3A%22smtp%22%2C%22smtp_host%22%3A%22smtp.mandrillapp.com%22%2C%22smtp_port%22%3A587%2C%22mail_wrap_brackets%22%3A0%2C%22smtp_user%22%3A%7B%22u%22%7D%2C%22smtp_pass%22%3A%22p%22%2C%22smtp_helo%22%3A%22HELO%22%7D'
    3     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'json_decode'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 <true>
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.29 ms | 1394 KiB | 17 Q