Home
last modified time | relevance | path

Searched refs:named_args (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_call_graph.h39 zend_bool named_args; /* Function has named arguments */ member
H A Dzend_call_graph.c128 call_info->named_args = 1; in zend_analyze_calls()
/PHP-8.0/Zend/
H A Dzend_closures.c53 HashTable *named_args; in ZEND_METHOD() local
56 Z_PARAM_VARIADIC_WITH_NAMED(args, num_args, named_args) in ZEND_METHOD()
59 …_named(CG(function_table), NULL, ZEND_THIS, return_value, num_args, args, named_args) == FAILURE) { in ZEND_METHOD()

Completed in 15 milliseconds