3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 'hi'; $estado = mb_strpos('asd sada fa <hi', 'jk'); if ($estado == false){ echo 'ya se murio'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 9
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
filename:       /in/nAeYV
function name:  (null)
number of ops:  10
compiled vars:  !0 = $estado
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ECHO                                                     'hi'
    4     1        INIT_FCALL                                               'mb_strpos'
          2        SEND_VAL                                                 'asd+sada+fa+%3Chi'
          3        SEND_VAL                                                 'jk'
          4        DO_ICALL                                         $1      
          5        ASSIGN                                                   !0, $1
    5     6        BOOL_NOT                                         ~3      !0
          7      > JMPZ                                                     ~3, ->9
    6     8    >   ECHO                                                     'ya+se+murio'
    7     9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
324.12 ms | 1394 KiB | 16 Q