Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_API.h367 #define ARG_COUNT(dummy) EX_NUM_ARGS()
368 #define ZEND_NUM_ARGS() EX_NUM_ARGS()
709 int _num_args = EX_NUM_ARGS(); \
H A Dzend_compile.h498 #define EX_NUM_ARGS() ZEND_CALL_NUM_ARGS(execute_data) macro
H A Dzend_execute.c2129 num_args = EX_NUM_ARGS(); in i_init_func_execute_data()
2244 num_args = EX_NUM_ARGS(); in i_init_execute_data()
2348 EX_NUM_ARGS() = num_args; in zend_create_generator_execute_data()
H A Dzend_vm_def.h4749 if (UNEXPECTED(arg_num > EX_NUM_ARGS())) {
4775 if (arg_num > EX_NUM_ARGS()) {
4808 uint32_t arg_count = EX_NUM_ARGS();
7917 uint32_t num_args = EX_NUM_ARGS();
H A Dzend_vm_execute.h1184 if (UNEXPECTED(arg_num > EX_NUM_ARGS())) {
1204 uint32_t arg_count = EX_NUM_ARGS();
1706 uint32_t num_args = EX_NUM_ARGS();
2211 if (arg_num > EX_NUM_ARGS()) {

Completed in 217 milliseconds