3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Foo; define('Foo\\true', false); echo crypt("password", "$5$rounds=5000$saltsalt$");
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/aOm9h
function name:  (null)
number of ops:  15
compiled vars:  !0 = $rounds, !1 = $saltsalt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_NS_FCALL_BY_NAME                                    'Foo%5Cdefine'
          1        SEND_VAL_EX                                              'Foo%5Ctrue'
          2        SEND_VAL_EX                                              <false>
          3        DO_FCALL                                      0          
    5     4        INIT_NS_FCALL_BY_NAME                                    'Foo%5Ccrypt'
          5        SEND_VAL_EX                                              'password'
          6        ROPE_INIT                                     5  ~4      '%245'
          7        ROPE_ADD                                      1  ~4      ~4, !0
          8        ROPE_ADD                                      2  ~4      ~4, '%3D5000'
          9        ROPE_ADD                                      3  ~4      ~4, !1
         10        ROPE_END                                      4  ~3      ~4, '%24'
         11        SEND_VAL_EX                                              ~3
         12        DO_FCALL                                      0  $7      
         13        ECHO                                                     $7
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
166.6 ms | 1394 KiB | 17 Q