3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_start(); echo password_hash("rasmuslerdorf", PASSWORD_DEFAULT); //$_['abc']='abc'; //echo $_['abc']; session_unset(); session_destroy(); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fMWIC
function name:  (null)
number of ops:  12
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'session_start'
          1        DO_ICALL                                                 
    3     2        INIT_FCALL                                               'password_hash'
          3        SEND_VAL                                                 'rasmuslerdorf'
          4        SEND_VAL                                                 '2y'
          5        DO_ICALL                                         $1      
          6        ECHO                                                     $1
    6     7        INIT_FCALL                                               'session_unset'
          8        DO_ICALL                                                 
    7     9        INIT_FCALL                                               'session_destroy'
         10        DO_ICALL                                                 
    8    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.7 ms | 1385 KiB | 21 Q