php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_random_zend_utils.h File Reference
#include "php.h"
#include "php_random.h"
#include "zend.h"

Go to the source code of this file.

Data Structures

struct  _php_random_bytes_insecure_state_for_zend
 

Typedefs

typedef struct _php_random_bytes_insecure_state_for_zend php_random_bytes_insecure_state_for_zend
 

Functions

 ZEND_STATIC_ASSERT (sizeof(zend_random_bytes_insecure_state) >=sizeof(php_random_bytes_insecure_state_for_zend), "")
 
ZEND_ATTRIBUTE_NONNULL PHPAPI void php_random_bytes_insecure_for_zend (zend_random_bytes_insecure_state *state, void *bytes, size_t size)
 

Typedef Documentation

◆ php_random_bytes_insecure_state_for_zend

Function Documentation

◆ php_random_bytes_insecure_for_zend()

ZEND_ATTRIBUTE_NONNULL PHPAPI void php_random_bytes_insecure_for_zend ( zend_random_bytes_insecure_state * state,
void * bytes,
size_t size )

Definition at line 24 of file zend_utils.c.

◆ ZEND_STATIC_ASSERT()