/php-src/ext/dom/ |
H A D | xpath_callbacks.c | 314 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 D | php_packet_soap.c | 28 int param_count = 0; in parse_packet_soap() local
|
H A D | soap.c | 3450 uint32_t param_count; in serialize_response_call2() local
|
/php-src/ext/zend_test/ |
H A D | fiber.c | 246 uint32_t param_count; in ZEND_METHOD() local
|
/php-src/Zend/ |
H A D | zend_execute_API.c | 778 …unction_impl(zval *object, zval *function_name, zval *retval_ptr, uint32_t param_count, zval param… in _call_user_function_impl() 1073 uint32_t param_count, zval *params, HashTable *named_params) in zend_call_known_function() 1118 uint32_t param_count, zval *params) in zend_call_method_if_exists()
|
H A D | zend_interfaces.c | 39 … char *function_name, size_t function_name_len, zval *retval_ptr, uint32_t param_count, zval* arg1… in zend_call_method()
|
H A D | zend_API.h | 51 uint32_t param_count; member 351 #define zend_get_parameters_array(ht, param_count, argument_array) \ argument 687 #define call_user_function(function_table, object, function_name, retval_ptr, param_count, params) \ argument 690 #define call_user_function_named(function_table, object, function_name, retval_ptr, param_count, pa… argument 843 …const zend_fcall_info_cache *fcc, zval *retval_ptr, uint32_t param_count, zval *params, HashTable … in zend_call_known_fcc() 858 uint32_t param_count, zval *params) in zend_call_known_instance_method()
|
H A D | zend_API.c | 49 ZEND_API zend_result zend_get_parameters_array_ex(uint32_t param_count, zval *argument_array) /* {{… in zend_get_parameters_array_ex() 71 ZEND_API zend_result zend_copy_parameters_array(uint32_t param_count, zval *argument_array) /* {{{ … in zend_copy_parameters_array() 1850 …ct_init_with_constructor(zval *arg, zend_class_entry *class_type, uint32_t param_count, zval *para… in object_init_with_constructor() 4339 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, uint32_t *param_count, zval **params)… in zend_fcall_info_args_save() 4348 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 D | mysqlnd_ps_codec.c | 550 mysqlnd_stmt_copy_it(zval ** copies, zval * original, unsigned int param_count, unsigned int curren… in mysqlnd_stmt_copy_it()
|
H A D | mysqlnd_wireprotocol.h | 243 unsigned int param_count; member
|
H A D | mysqlnd_ps.c | 1420 MYSQLND_METHOD(mysqlnd_stmt, param_count)(const MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
|
H A D | mysqlnd_structs.h | 1258 unsigned int param_count; member
|
/php-src/ext/mysqli/ |
H A D | mysqli_api.c | 422 unsigned int param_count; in PHP_FUNCTION() local 531 unsigned int param_count; in PHP_FUNCTION() local
|
/php-src/ext/standard/ |
H A D | basic_functions.c | 1708 uint32_t param_count = 0; local 2300 uint32_t param_count = 0; local
|
/php-src/main/streams/ |
H A D | userspace.c | 255 zval *object, zval *method_name, zval *retval, uint32_t param_count, zval *params) in call_method_if_exists()
|