3v4l.org

run code in 300+ PHP versions simultaneously
<?php $wtf = openssl_random_pseudo_bytes ( 5 , $cryptoStrong ); var_dump(bin2hex($wtf), $cryptoStrong);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/12S10
function name:  (null)
number of ops:  13
compiled vars:  !0 = $wtf, !1 = $cryptoStrong
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'openssl_random_pseudo_bytes'
          1        SEND_VAL_EX                                              5
          2        SEND_VAR_EX                                              !1
          3        DO_FCALL                                      0  $2      
          4        ASSIGN                                                   !0, $2
    4     5        INIT_FCALL                                               'var_dump'
          6        INIT_FCALL                                               'bin2hex'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $4      
          9        SEND_VAR                                                 $4
         10        SEND_VAR                                                 !1
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.45 ms | 1385 KiB | 17 Q