Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_portability.h789 # define ZEND_STATIC_ASSERT(c, m) _Static_assert((c), m) macro
791 # define ZEND_STATIC_ASSERT(c, m) macro
H A Dzend_execute.h216 ZEND_STATIC_ASSERT(ZEND_MM_ALIGNED_SIZE(sizeof(zval)) == sizeof(zval),
H A Dzend_compile.h633 ZEND_STATIC_ASSERT(ZEND_MM_ALIGNED_SIZE(sizeof(zval)) == sizeof(zval),
/php-src/ext/random/
H A Dengine_mt19937.c90 ZEND_STATIC_ASSERT(
/php-src/ext/zend_test/
H A Dtest_arginfo.h4 ZEND_STATIC_ASSERT(PHP_VERSION_ID >= 80000, "test_arginfo.h only supports PHP version ID 80000 or n…

Completed in 33 milliseconds