3v4l.org

run code in 300+ PHP versions simultaneously
<?php $r = enchant_broker_init(); debug_zval_dump($r); $d = enchant_broker_request_pwl_dict($r, 'c:\mydict.dic'); enchant_broker_free_dict($d); debug_zval_dump($r); echo "End.\r\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NO3ia
function name:  (null)
number of ops:  19
compiled vars:  !0 = $r, !1 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'enchant_broker_init'
          1        DO_FCALL                                      0  $2      
          2        ASSIGN                                                   !0, $2
    3     3        INIT_FCALL                                               'debug_zval_dump'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                                 
    4     6        INIT_FCALL_BY_NAME                                       'enchant_broker_request_pwl_dict'
          7        SEND_VAR_EX                                              !0
          8        SEND_VAL_EX                                              'c%3A%5Cmydict.dic'
          9        DO_FCALL                                      0  $5      
         10        ASSIGN                                                   !1, $5
    5    11        INIT_FCALL_BY_NAME                                       'enchant_broker_free_dict'
         12        SEND_VAR_EX                                              !1
         13        DO_FCALL                                      0          
    6    14        INIT_FCALL                                               'debug_zval_dump'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                                 
    7    17        ECHO                                                     'End.%0D%0A'
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.59 ms | 1394 KiB | 15 Q