3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump($a = "48oBGqWmfBa53", $h = crypt( 'foobar', '$2a$13$'.$a.'$'), '$2a$13$'.$a.'$' == $h);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gnapJ
function name:  (null)
number of ops:  17
compiled vars:  !0 = $a, !1 = $h
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        ASSIGN                                           ~2      !0, '48oBGqWmfBa53'
          2        SEND_VAL                                                 ~2
          3        INIT_FCALL                                               'crypt'
          4        SEND_VAL                                                 'foobar'
          5        CONCAT                                           ~3      '%242a%2413%24', !0
          6        CONCAT                                           ~4      ~3, '%24'
          7        SEND_VAL                                                 ~4
          8        DO_ICALL                                         $5      
          9        ASSIGN                                           ~6      !1, $5
         10        SEND_VAL                                                 ~6
         11        CONCAT                                           ~7      '%242a%2413%24', !0
         12        CONCAT                                           ~8      ~7, '%24'
         13        IS_EQUAL                                         ~9      !1, ~8
         14        SEND_VAL                                                 ~9
         15        DO_ICALL                                                 
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.11 ms | 1394 KiB | 17 Q