3v4l.org

run code in 300+ PHP versions simultaneously
<?php $crsid = "YOUR_CRSid_HERE"; error_reporting(0); echo password_hash($crsid, PASSWORD_BCRYPT, ['salt' => 'CRSidHashCRSidHashCRSidHash', 'cost' => 12]); // $2y$12$CRSidHashCRSidHashCRSeJrQlIyyjlGyVhA9RDERCoSgsSUJn1jC
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UodQE
function name:  (null)
number of ops:  11
compiled vars:  !0 = $crsid
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'YOUR_CRSid_HERE'
    5     1        INIT_FCALL                                               'error_reporting'
          2        SEND_VAL                                                 0
          3        DO_ICALL                                                 
          4        INIT_FCALL                                               'password_hash'
          5        SEND_VAR                                                 !0
          6        SEND_VAL                                                 '2y'
          7        SEND_VAL                                                 <array>
          8        DO_ICALL                                         $3      
          9        ECHO                                                     $3
    6    10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.1 ms | 1394 KiB | 17 Q