3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pspell_link = pspell_new("en"); if (pspell_check($pspell_link, "testt")) { echo "This is a valid spelling"; } else { echo "Sorry, wrong spelling"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/71c7c
function name:  (null)
number of ops:  13
compiled vars:  !0 = $pspell_link
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL_BY_NAME                                       'pspell_new'
          1        SEND_VAL_EX                                              'en'
          2        DO_FCALL                                      0  $1      
          3        ASSIGN                                                   !0, $1
    4     4        INIT_FCALL_BY_NAME                                       'pspell_check'
          5        SEND_VAR_EX                                              !0
          6        SEND_VAL_EX                                              'testt'
          7        DO_FCALL                                      0  $3      
          8      > JMPZ                                                     $3, ->11
    5     9    >   ECHO                                                     'This+is+a+valid+spelling'
         10      > JMP                                                      ->12
    7    11    >   ECHO                                                     'Sorry%2C+wrong+spelling'
    9    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
271.11 ms | 1397 KiB | 14 Q