3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = null; $b = iconv_mime_decode($a, 2, "UTF-8"); echo $b;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/A2COH
function name:  (null)
number of ops:  9
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, null
    5     1        INIT_FCALL_BY_NAME                                       'iconv_mime_decode'
          2        SEND_VAR_EX                                              !0
          3        SEND_VAL_EX                                              2
          4        SEND_VAL_EX                                              'UTF-8'
          5        DO_FCALL                                      0  $3      
          6        ASSIGN                                                   !1, $3
    7     7        ECHO                                                     !1
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.65 ms | 1384 KiB | 16 Q