3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = '{"123":"456"}'; $arr = json_deocde($json, true); $obj = json_deocde($json); unknown();
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LjGIF
function name:  (null)
number of ops:  13
compiled vars:  !0 = $test, !1 = $arr, !2 = $json, !3 = $obj
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%7B%22123%22%3A%22456%22%7D'
    4     1        INIT_FCALL_BY_NAME                                       'json_deocde'
          2        SEND_VAR_EX                                              !2
          3        SEND_VAL_EX                                              <true>
          4        DO_FCALL                                      0  $5      
          5        ASSIGN                                                   !1, $5
    5     6        INIT_FCALL_BY_NAME                                       'json_deocde'
          7        SEND_VAR_EX                                              !2
          8        DO_FCALL                                      0  $7      
          9        ASSIGN                                                   !3, $7
    7    10        INIT_FCALL_BY_NAME                                       'unknown'
         11        DO_FCALL                                      0          
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.12 ms | 1393 KiB | 13 Q