3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pspell_link = pspell_new("en"); $suggestions = pspell_suggest($pspell_link, "chicen"); var_dump($suggestions);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/V8183
function name:  (null)
number of ops:  13
compiled vars:  !0 = $pspell_link, !1 = $suggestions
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'pspell_new'
          1        SEND_VAL_EX                                              'en'
          2        DO_FCALL                                      0  $2      
          3        ASSIGN                                                   !0, $2
    5     4        INIT_FCALL_BY_NAME                                       'pspell_suggest'
          5        SEND_VAR_EX                                              !0
          6        SEND_VAL_EX                                              'chicen'
          7        DO_FCALL                                      0  $4      
          8        ASSIGN                                                   !1, $4
    7     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.35 ms | 1398 KiB | 15 Q