Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_constants_arginfo.h24 REGISTER_BOOL_CONSTANT("ZEND_THREAD_SAFE", ZTS_V, CONST_PERSISTENT); in register_zend_constants_symbols()
25 REGISTER_BOOL_CONSTANT("ZEND_DEBUG_BUILD", ZEND_DEBUG, CONST_PERSISTENT); in register_zend_constants_symbols()
26 REGISTER_BOOL_CONSTANT("TRUE", true, CONST_PERSISTENT); in register_zend_constants_symbols()
27 REGISTER_BOOL_CONSTANT("FALSE", false, CONST_PERSISTENT); in register_zend_constants_symbols()
H A Dzend_constants.h51 #define REGISTER_BOOL_CONSTANT(name, bval, flags) zend_register_bool_constant((name), sizeof(name)… macro
/php-src/main/
H A Dmain_arginfo.h12 REGISTER_BOOL_CONSTANT("PHP_ZTS", PHP_ZTS, CONST_PERSISTENT); in register_main_symbols()
13 REGISTER_BOOL_CONSTANT("PHP_DEBUG", PHP_DEBUG, CONST_PERSISTENT); in register_main_symbols()
99 REGISTER_BOOL_CONSTANT("ZEND_VERIFY_TYPE_INFERENCE", ZEND_VERIFY_TYPE_INFERENCE, CONST_PERSISTENT); in register_main_symbols()
/php-src/ext/pcre/
H A Dphp_pcre_arginfo.h125 REGISTER_BOOL_CONSTANT("PCRE_JIT_SUPPORT", PHP_PCRE_JIT_SUPPORT, CONST_PERSISTENT); in register_php_pcre_symbols()
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h1146 REGISTER_BOOL_CONSTANT("MYSQLI_IS_MARIADB", false, CONST_PERSISTENT | CONST_DEPRECATED); in register_mysqli_symbols()

Completed in 19 milliseconds