Lines Matching refs:params
1493 Z_PARAM_VARIADIC_WITH_NAMED(fci.params, fci.param_count, fci.named_params)
1512 HashTable *params; local
1518 Z_PARAM_ARRAY_HT(params)
1521 fci.named_params = params;
1543 Z_PARAM_VARIADIC('*', fci.params, fci.param_count)
1572 HashTable *params; local
1579 Z_PARAM_ARRAY_HT(params)
1584 fci.named_params = params;
1728 zval *params = NULL; local
1732 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "f*", &entry.fci, &entry.fci_cache, ¶ms, ¶m_cou…
1737 zend_fcall_info_argp(&entry.fci, param_count, params);
2320 zval *params = NULL; local
2323 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "f*", &tick_fe.fci, &tick_fe.fci_cache, ¶ms, ¶m…
2329 zend_fcall_info_argp(&tick_fe.fci, param_count, params);