3v4l.org

run code in 300+ PHP versions simultaneously
<?php $crypt = crypt('ciao'); $a = 'ciao'; if( $crypt === crypt($a, $crypt)) echo 'wow!'; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 12
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename:       /in/QbrSm
function name:  (null)
number of ops:  13
compiled vars:  !0 = $crypt, !1 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'crypt'
          1        SEND_VAL                                                 'ciao'
          2        DO_ICALL                                         $2      
          3        ASSIGN                                                   !0, $2
    3     4        ASSIGN                                                   !1, 'ciao'
    4     5        INIT_FCALL                                               'crypt'
          6        SEND_VAR                                                 !1
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $5      
          9        IS_IDENTICAL                                             !0, $5
         10      > JMPZ                                                     ~6, ->12
    5    11    >   ECHO                                                     'wow%21'
    6    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.46 ms | 1394 KiB | 15 Q