3v4l.org

run code in 300+ PHP versions simultaneously
<?php $wtf = openssl_random_pseudo_bytes ( 5 , $cryptoStrong = false ); var_dump(bin2hex($wtf), $cryptoStrong);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nv1bV
function name:  (null)
number of ops:  14
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        ASSIGN                                           ~2      !1, <false>
          3        SEND_VAL_EX                                              ~2
          4        DO_FCALL                                      0  $3      
          5        ASSIGN                                                   !0, $3
    4     6        INIT_FCALL                                               'var_dump'
          7        INIT_FCALL                                               'bin2hex'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $5      
         10        SEND_VAR                                                 $5
         11        SEND_VAR                                                 !1
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.75 ms | 1394 KiB | 17 Q