Home
last modified time | relevance | path

Searched refs:PHP_USER_CONSTANT (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_constants.h31 #define PHP_USER_CONSTANT INT_MAX /* a constant defined in user space */ macro
H A Dzend_constants.c471 if (c->module_number != PHP_USER_CONSTANT) { in zend_register_constant()
H A Dzend_builtin_functions.c858 c.module_number = PHP_USER_CONSTANT; in ZEND_FUNCTION()
2092 if (val->module_number == PHP_USER_CONSTANT) { in ZEND_FUNCTION()
H A Dzend_vm_def.h7173 c.module_number = PHP_USER_CONSTANT;
H A Dzend_vm_execute.h6254 c.module_number = PHP_USER_CONSTANT;
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_info.c108 if (data->module_number == PHP_USER_CONSTANT) { in PHPDBG_INFO()

Completed in 159 milliseconds