Home
last modified time | relevance | path

Searched refs:ZEND_STATIC_ASSERT (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/random/
H A Dphp_random_zend_utils.h30 ZEND_STATIC_ASSERT(sizeof(zend_random_bytes_insecure_state) >= sizeof(php_random_bytes_insecure_sta…
H A Dengine_mt19937.c90 ZEND_STATIC_ASSERT(
/php-src/Zend/
H A Dzend_portability.h784 # define ZEND_STATIC_ASSERT(c, m) _Static_assert((c), m) macro
786 # define ZEND_STATIC_ASSERT(c, m) macro
H A Dzend_execute.h222 ZEND_STATIC_ASSERT(ZEND_MM_ALIGNED_SIZE(sizeof(zval)) == sizeof(zval),
H A Dzend_compile.h683 ZEND_STATIC_ASSERT(ZEND_MM_ALIGNED_SIZE(sizeof(zval)) == sizeof(zval),

Completed in 44 milliseconds