Home
last modified time | relevance | path

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

/php-src/Zend/Optimizer/
H A Dzend_call_graph.h39 bool named_args; /* Function has named arguments */ member
H A Dzend_call_graph.c149 call_info->named_args = 1; in zend_analyze_calls()
H A Dsccp.c1668 if (call->num_args > 3 || call->send_unpack || call->is_prototype || call->named_args) { in sccp_visit_instr()
/php-src/Zend/
H A Dzend_closures.c48 HashTable *named_args; in ZEND_METHOD() local
51 Z_PARAM_VARIADIC_WITH_NAMED(args, num_args, named_args) in ZEND_METHOD()
54 …_named(CG(function_table), NULL, ZEND_THIS, return_value, num_args, args, named_args) == FAILURE) { in ZEND_METHOD()
/php-src/ext/zend_test/
H A Dtest.c477 HashTable *named_args; in ZEND_FUNCTION() local
481 Z_PARAM_VARIADIC_WITH_NAMED(args, num_args, named_args) in ZEND_FUNCTION()
486 zend_result status = object_init_with_constructor(&obj, ce, num_args, args, named_args); in ZEND_FUNCTION()

Completed in 32 milliseconds