3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.15 ms | 1397 KiB | 16 Q