Home
last modified time | relevance | path

Searched defs:param_count (Results 1 – 15 of 15) sorted by relevance

/php-src/ext/dom/
H A Dxpath_callbacks.c314 static zval *php_dom_xpath_callback_fetch_args(xmlXPathParserContextPtr ctxt, uint32_t param_count,… in php_dom_xpath_callback_fetch_args()
381 static void php_dom_xpath_callback_cleanup_args(zval *params, uint32_t param_count) in php_dom_xpath_callback_cleanup_args()
391 …ath_callback_ns *ns, xmlXPathParserContextPtr ctxt, zval *params, uint32_t param_count, const char… in php_dom_xpath_callback_dispatch()
465 uint32_t param_count = num_args - 1; in php_dom_xpath_callbacks_call_php_ns() local
494 uint32_t param_count = num_args; in php_dom_xpath_callbacks_call_custom_ns() local
/php-src/ext/soap/
H A Dphp_packet_soap.c28 int param_count = 0; in parse_packet_soap() local
H A Dsoap.c3241 int param_count; local
/php-src/ext/zend_test/
H A Dfiber.c245 uint32_t param_count; in ZEND_METHOD() local
/php-src/Zend/
H A Dzend_execute_API.c750 …unction_impl(zval *object, zval *function_name, zval *retval_ptr, uint32_t param_count, zval param… in _call_user_function_impl()
1045 uint32_t param_count, zval *params, HashTable *named_params) in zend_call_known_function()
1090 uint32_t param_count, zval *params) in zend_call_method_if_exists()
H A Dzend_interfaces.c38 … char *function_name, size_t function_name_len, zval *retval_ptr, uint32_t param_count, zval* arg1… in zend_call_method()
H A Dzend_API.h51 uint32_t param_count; member
351 #define zend_get_parameters_array(ht, param_count, argument_array) \ argument
685 #define call_user_function(function_table, object, function_name, retval_ptr, param_count, params) \ argument
688 #define call_user_function_named(function_table, object, function_name, retval_ptr, param_count, pa… argument
841 …zend_fcall_info_cache *fcc, zval *retval_ptr, uint32_t param_count, zval *params, HashTable *named… in zend_call_known_fcc()
856 uint32_t param_count, zval *params) in zend_call_known_instance_method()
H A Dzend_API.c48 ZEND_API zend_result zend_get_parameters_array_ex(uint32_t param_count, zval *argument_array) /* {{… in zend_get_parameters_array_ex()
70 ZEND_API zend_result zend_copy_parameters_array(uint32_t param_count, zval *argument_array) /* {{{ … in zend_copy_parameters_array()
4233 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, uint32_t *param_count, zval **params)… in zend_fcall_info_args_save()
4242 ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, uint32_t param_count, zval *params… in zend_fcall_info_args_restore()
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c478 mysqlnd_stmt_copy_it(zval ** copies, zval * original, unsigned int param_count, unsigned int curren… in mysqlnd_stmt_copy_it()
H A Dmysqlnd_wireprotocol.h243 unsigned int param_count; member
H A Dmysqlnd_ps.c1420 MYSQLND_METHOD(mysqlnd_stmt, param_count)(const MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
H A Dmysqlnd_structs.h1258 unsigned int param_count; member
/php-src/ext/standard/
H A Dbasic_functions.c1694 uint32_t param_count = 0; local
2282 uint32_t param_count = 0; local
/php-src/ext/mysqli/
H A Dmysqli_api.c435 unsigned int param_count; in PHP_FUNCTION() local
544 unsigned int param_count; in PHP_FUNCTION() local
/php-src/main/streams/
H A Duserspace.c255 zval *object, zval *method_name, zval *retval, uint32_t param_count, zval *params) in call_method_if_exists()

Completed in 120 milliseconds