Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_frameless_function.h38 #define ZEND_FLF_NUM_ARGS(opcode) ((opcode) - ZEND_FRAMELESS_ICALL_0) macro
H A Dzend_builtin_functions.c1913 int num_args = ZEND_FLF_NUM_ARGS(opline->opcode); in zend_fetch_debug_backtrace()
H A Dzend_execute.c1594 uint8_t num_args = ZEND_FLF_NUM_ARGS(opline->opcode); in zend_frameless_observed_call()
/php-src/Zend/Optimizer/
H A Dzend_call_graph.c118 call_info->num_args = ZEND_FLF_NUM_ARGS(opline->opcode); in zend_analyze_calls()
H A Dsccp.c1727 uint32_t num_args = ZEND_FLF_NUM_ARGS(opline->opcode); in sccp_visit_instr()

Completed in 83 milliseconds