Searched refs:PHP_USER_CONSTANT (Results 1 – 7 of 7) sorted by relevance
31 #define PHP_USER_CONSTANT 0x7fffff /* a constant defined in user space */ macro
508 if (ZEND_CONSTANT_MODULE_NUMBER(c) == PHP_USER_CONSTANT) { in zend_register_constant()
550 ZEND_CONSTANT_SET_FLAGS(&c, 0, PHP_USER_CONSTANT); in ZEND_FUNCTION()1632 if (ZEND_CONSTANT_MODULE_NUMBER(val) == PHP_USER_CONSTANT) { in ZEND_FUNCTION()
8242 ZEND_CONSTANT_SET_FLAGS(&c, 0, PHP_USER_CONSTANT);
7991 ZEND_CONSTANT_SET_FLAGS(&c, 0, PHP_USER_CONSTANT); in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
109 if (ZEND_CONSTANT_MODULE_NUMBER(data) == PHP_USER_CONSTANT) { in PHPDBG_INFO()
7603 if (module_number == PHP_USER_CONSTANT) { in reflection_constant_find_ext()
Completed in 248 milliseconds