Searched refs:REGISTER_BOOL_CONSTANT (Results 1 – 5 of 5) sorted by relevance
/php-src/Zend/ |
H A D | zend_constants_arginfo.h | 24 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 D | zend_constants.h | 51 #define REGISTER_BOOL_CONSTANT(name, bval, flags) zend_register_bool_constant((name), sizeof(name)… macro
|
/php-src/main/ |
H A D | main_arginfo.h | 12 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 D | php_pcre_arginfo.h | 125 REGISTER_BOOL_CONSTANT("PCRE_JIT_SUPPORT", PHP_PCRE_JIT_SUPPORT, CONST_PERSISTENT); in register_php_pcre_symbols()
|
/php-src/ext/mysqli/ |
H A D | mysqli_arginfo.h | 1146 REGISTER_BOOL_CONSTANT("MYSQLI_IS_MARIADB", false, CONST_PERSISTENT | CONST_DEPRECATED); in register_mysqli_symbols()
|
Completed in 19 milliseconds