3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo openssl_random_pseudo_bytes(32) . "\n"; for ($i = 0; $i < 100; $i++) { echo openssl_random_pseudo_bytes(32) . "\n"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 7
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 7
Branch analysis from position: 15
Branch analysis from position: 7
filename:       /in/i77QH
function name:  (null)
number of ops:  16
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'openssl_random_pseudo_bytes'
          1        SEND_VAL_EX                                              32
          2        DO_FCALL                                      0  $1      
          3        CONCAT                                           ~2      $1, '%0A'
          4        ECHO                                                     ~2
    4     5        ASSIGN                                                   !0, 0
          6      > JMP                                                      ->13
    5     7    >   INIT_FCALL_BY_NAME                                       'openssl_random_pseudo_bytes'
          8        SEND_VAL_EX                                              32
          9        DO_FCALL                                      0  $4      
         10        CONCAT                                           ~5      $4, '%0A'
         11        ECHO                                                     ~5
    4    12        PRE_INC                                                  !0
         13    >   IS_SMALLER                                               !0, 100
         14      > JMPNZ                                                    ~7, ->7
    6    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.9 ms | 1393 KiB | 13 Q