3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 'Kenneth Lam Wei Xian'; $b = 'Kenneth Lam sdfsdf'; var_dump(soundex($a), soundex($b), soundex($a) == soundex($b));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PLlnB
function name:  (null)
number of ops:  21
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Kenneth+Lam+Wei+Xian'
    4     1        ASSIGN                                                   !1, 'Kenneth+Lam+sdfsdf'
    6     2        INIT_FCALL                                               'var_dump'
          3        INIT_FCALL                                               'soundex'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $4      
          6        SEND_VAR                                                 $4
          7        INIT_FCALL                                               'soundex'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $5      
         10        SEND_VAR                                                 $5
         11        INIT_FCALL                                               'soundex'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                         $6      
         14        INIT_FCALL                                               'soundex'
         15        SEND_VAR                                                 !1
         16        DO_ICALL                                         $7      
         17        IS_EQUAL                                         ~8      $6, $7
         18        SEND_VAL                                                 ~8
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.37 ms | 1395 KiB | 17 Q