3v4l.org

run code in 300+ PHP versions simultaneously
<?php $conf = array(32, true); echo openssl_random_pseudo_bytes($conf[0], $conf[1]); echo openssl_random_pseudo_bytes(32, true); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/XLqW1
function name:  (null)
number of ops:  16
compiled vars:  !0 = $conf
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        INIT_FCALL_BY_NAME                                       'openssl_random_pseudo_bytes'
          2        CHECK_FUNC_ARG                                           
          3        FETCH_DIM_FUNC_ARG                               $2      !0, 0
          4        SEND_FUNC_ARG                                            $2
          5        CHECK_FUNC_ARG                                           
          6        FETCH_DIM_FUNC_ARG                               $3      !0, 1
          7        SEND_FUNC_ARG                                            $3
          8        DO_FCALL                                      0  $4      
          9        ECHO                                                     $4
    4    10        INIT_FCALL_BY_NAME                                       'openssl_random_pseudo_bytes'
         11        SEND_VAL_EX                                              32
         12        SEND_VAL_EX                                              <true>
         13        DO_FCALL                                      0  $5      
         14        ECHO                                                     $5
    5    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
250.92 ms | 1393 KiB | 14 Q