/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_limits.phpt | 54 if ($stmt->param_count != $num_params * $rows) { 55 … 03] Parameter count should be %d but got %d\n", $offset, $num_params * $rows, $stmt->param_count); 58 printf("... statement with %d parameters prepared\n", $stmt->param_count); 76 if ($stmt->param_count != $num_params * $rows) { 77 … 03] Parameter count should be %d but got %d\n", $offset, $num_params * $rows, $stmt->param_count);
|
H A D | mysqli_class_mysqli_stmt_interface.phpt | 122 assert(mysqli_stmt_param_count($stmt) === $stmt->param_count); 123 printf("stmt->param_count = '%s'\n", $stmt->param_count); 151 param_count 169 stmt->param_count = '0'
|
H A D | 057.phpt | 86 ["param_count"]=>
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 481 *copies = mnd_ecalloc(param_count, sizeof(zval)); in mysqlnd_stmt_copy_it() 498 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_free_copies() 541 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_prepare_param_types() 549 PASS != mysqlnd_stmt_copy_it(copies_param, parameter, stmt->param_count, i)) in mysqlnd_stmt_execute_prepare_param_types() 593 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_types() 638 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_calculate_param_values_size() 650 for (j = i + 1; j < stmt->param_count; j++) { in mysqlnd_stmt_execute_calculate_param_values_size() 654 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size() 731 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_param_values() 813 unsigned int null_count = (stmt->param_count + 7) / 8; in mysqlnd_stmt_execute_store_params() [all …]
|
H A D | mysqlnd_ps.c | 278 for (;i < stmt->param_count; i++) { in mysqlnd_stmt_skip_metadata() 323 stmt->param_count = prepare_resp.param_count; in mysqlnd_stmt_read_prepare_response() 430 if (stmt->param_count) { in MYSQLND_METHOD() 669 if (stmt->param_count) { in MYSQLND_METHOD() 676 for (i = 0; i < stmt->param_count; i++) { in MYSQLND_METHOD() 1022 if (param_no >= stmt->param_count) { in MYSQLND_METHOD() 1122 if (stmt->param_count) { in MYSQLND_METHOD() 1189 if (param_no >= stmt->param_count) { in MYSQLND_METHOD() 1197 if (stmt->param_count) { in MYSQLND_METHOD() 1248 if (stmt->param_count) { in MYSQLND_METHOD() [all …]
|
H A D | mysqlnd_wireprotocol.h | 243 unsigned int param_count; member
|
/PHP-8.2/ext/zend_test/ |
H A D | fiber.c | 135 fiber->target->fci.param_count = 1; in zend_test_fiber_execute() 243 uint32_t param_count; in ZEND_METHOD() local 247 Z_PARAM_VARIADIC_WITH_NAMED(params, param_count, named_params); in ZEND_METHOD() 258 fiber->fci.param_count = param_count; in ZEND_METHOD()
|
/PHP-8.2/ext/soap/ |
H A D | php_packet_soap.c | 28 int param_count = 0; in parse_packet_soap() local 331 param_count++; in parse_packet_soap() 363 ++param_count; in parse_packet_soap() 372 if (param_count == 0) { in parse_packet_soap() 375 } else if (param_count == 1) { in parse_packet_soap()
|
/PHP-8.2/ext/dom/ |
H A D | xpath.c | 78 fci.param_count = nargs - 1; in dom_xpath_ext_function_php() 79 if (fci.param_count > 0) { in dom_xpath_ext_function_php() 80 fci.params = safe_emalloc(fci.param_count, sizeof(zval), 0); in dom_xpath_ext_function_php() 83 for (i = fci.param_count - 1; i >= 0; i--) { in dom_xpath_ext_function_php() 190 if (fci.param_count > 0) { in dom_xpath_ext_function_php()
|
/PHP-8.2/ext/xsl/ |
H A D | xsltprocessor.c | 149 fci.param_count = nargs - 1; in xsl_ext_function_php() 150 if (fci.param_count > 0) { in xsl_ext_function_php() 151 args = safe_emalloc(fci.param_count, sizeof(zval), 0); in xsl_ext_function_php() 154 for (i = fci.param_count - 1; i >= 0; i--) { in xsl_ext_function_php() 223 if (fci.param_count > 0) { in xsl_ext_function_php() 235 if (fci.param_count > 0) { in xsl_ext_function_php() 286 if (fci.param_count > 0) { in xsl_ext_function_php()
|
/PHP-8.2/Zend/ |
H A D | zend_interfaces.c | 38 …r *function_name, size_t function_name_len, zval *retval_ptr, uint32_t param_count, zval* arg1, zv… in zend_call_method() argument 44 if (param_count > 0) { in zend_call_method() 47 if (param_count > 1) { in zend_call_method() 82 zend_call_known_function(fn, object, called_scope, retval_ptr, param_count, params, NULL); in zend_call_method()
|
H A D | zend_execute_API.c | 728 …ion_impl(zval *object, zval *function_name, zval *retval_ptr, uint32_t param_count, zval params[],… in _call_user_function_impl() argument 741 fci.param_count = param_count; in _call_user_function_impl() 804 func, fci->param_count, object_or_called_scope); in zend_call_function() 815 for (i=0; i<fci->param_count; i++) { in zend_call_function() 1023 uint32_t param_count, zval *params, HashTable *named_params) in zend_call_known_function() argument 1034 fci.param_count = param_count; in zend_call_known_function() 1068 uint32_t param_count, zval *params) in zend_call_method_if_exists() argument 1075 fci.param_count = param_count; in zend_call_method_if_exists()
|
H A D | zend_interfaces.h | 41 … char *function_name, size_t function_name_len, zval *retval, uint32_t param_count, zval* arg1, zv…
|
H A D | zend_API.h | 49 uint32_t param_count; member 338 ZEND_API zend_result zend_get_parameters_array_ex(uint32_t param_count, zval *argument_array); 341 ZEND_API zend_result zend_copy_parameters_array(uint32_t param_count, zval *argument_array); 343 #define zend_get_parameters_array(ht, param_count, argument_array) \ argument 344 zend_get_parameters_array_ex(param_count, argument_array) 674 _call_user_function_impl(object, function_name, retval_ptr, param_count, params, NULL) 677 _call_user_function_impl(object, function_name, retval_ptr, param_count, params, named_params) 746 uint32_t param_count, zval *params, HashTable *named_params); 751 uint32_t param_count, zval *params) in zend_call_known_instance_method() argument 753 zend_call_known_function(fn, object, object->ce, retval_ptr, param_count, params, NULL); in zend_call_known_instance_method() [all …]
|
H A D | zend_API.c | 56 if (param_count>arg_count) { in zend_get_parameters_array_ex() 60 while (param_count-->0) { in zend_get_parameters_array_ex() 78 if (param_count>arg_count) { in zend_copy_parameters_array() 82 while (param_count-->0) { in zend_copy_parameters_array() 4036 fci->param_count = 0; in zend_fcall_info_init() 4059 fci->param_count = 0; in zend_fcall_info_args_clear() 4065 *param_count = fci->param_count; in zend_fcall_info_args_save() 4067 fci->param_count = 0; in zend_fcall_info_args_save() 4075 fci->param_count = param_count; in zend_fcall_info_args_restore() 4124 fci->param_count = argc; in zend_fcall_info_argp() [all …]
|
H A D | zend_closures.c | 127 fci.param_count = 0; in ZEND_METHOD() 132 Z_PARAM_VARIADIC_WITH_NAMED(fci.params, fci.param_count, fci.named_params) in ZEND_METHOD() 295 fci.param_count = 2; in ZEND_NAMED_FUNCTION()
|
/PHP-8.2/ext/mysqli/ |
H A D | mysqli_api.c | 435 unsigned int param_count; in PHP_FUNCTION() local 444 param_count = mysql_stmt_param_count(stmt->stmt); in PHP_FUNCTION() 445 if (hash_num_elements != param_count) { in PHP_FUNCTION() 446 …r(ERROR_ARG_POS(2), "must consist of exactly %d elements, %d present", param_count, hash_num_eleme… in PHP_FUNCTION() 544 unsigned int param_count; in PHP_FUNCTION() local 556 param_count = mysql_stmt_param_count(stmt->stmt); in PHP_FUNCTION() 557 if (hash_num_elements != param_count) { in PHP_FUNCTION() 561 …r(ERROR_ARG_POS(3), "must consist of exactly %d elements, %d present", param_count, hash_num_eleme… in PHP_FUNCTION()
|
/PHP-8.2/ext/pdo/ |
H A D | pdo_stmt.c | 635 fci->param_count = 0; in do_fetch_class_prepare() 670 fci->param_count = num_args; /* probably less */ in make_callable_ex() 708 stmt->fetch.cls.fci.param_count = 0; in do_fetch_opt_finish() 818 old_arg_count = stmt->fetch.cls.fci.param_count; in do_fetch() 1050 stmt->fetch.cls.fci.param_count = old_arg_count; in do_fetch() 1055 stmt->fetch.func.fci.param_count = idx; in do_fetch() 1199 old_arg_count = stmt->fetch.cls.fci.param_count; in PHP_METHOD() 1222 stmt->fetch.cls.fci.param_count = old_arg_count; in PHP_METHOD() 1273 old_arg_count = stmt->fetch.cls.fci.param_count; in PHP_METHOD() 1397 stmt->fetch.cls.fci.param_count = old_arg_count; in PHP_METHOD()
|
/PHP-8.2/ext/standard/ |
H A D | basic_functions.c | 1501 Z_PARAM_VARIADIC_WITH_NAMED(fci.params, fci.param_count, fci.named_params) 1551 Z_PARAM_VARIADIC('*', fci.params, fci.param_count) 1737 uint32_t param_count = 0; local 1740 …arameters(ZEND_NUM_ARGS(), "f*", &entry.fci, &entry.fci_cache, ¶ms, ¶m_count) == FAILURE) { 1745 zend_fcall_info_argp(&entry.fci, param_count, params); 2329 uint32_t param_count = 0; local 2331 …eters(ZEND_NUM_ARGS(), "f*", &tick_fe.fci, &tick_fe.fci_cache, ¶ms, ¶m_count) == FAILURE) { 2337 zend_fcall_info_argp(&tick_fe.fci, param_count, params);
|
H A D | array.c | 824 BG(user_compare_fci).param_count = 2; in php_array_user_compare_unstable() 950 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare_unstable() 1322 fci.param_count = userdata ? 3 : 2; in php_array_walk() 4673 BG(user_compare_fci).param_count = 2; 6080 fci.param_count = 2; 6135 fci.param_count = 2; 6138 fci.param_count = 1; 6230 fci.param_count = 1; 6343 fci.param_count = n_arrays;
|
/PHP-8.2/ext/intl/uchar/ |
H A D | uchar.c | 179 context->fci.param_count = 3; in enumCharType_callback() 280 context->fci.param_count = 3; in enumCharNames_callback()
|
/PHP-8.2/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 346 fc->fci.param_count = fake_argc; in do_callback() 499 collation->fc.fci.param_count = 2; in php_sqlite3_collation_callback()
|
/PHP-8.2/ext/intl/converter/ |
H A D | converter.c | 229 objval->to_cb.param_count = 4; in php_converter_to_u_callback() 311 objval->from_cb.param_count = 4; in php_converter_from_u_callback()
|
/PHP-8.2/ext/curl/ |
H A D | interface.c | 604 fci.param_count = 2; in curl_write() 649 fci.param_count = 3; in curl_fnmatch() 697 fci.param_count = 5; in curl_progress() 746 fci.param_count = 5; in curl_xferinfo() 800 fci.param_count = 3; in curl_read() 864 fci.param_count = 2; in curl_write_header()
|
/PHP-8.2/main/streams/ |
H A D | userspace.c | 281 zval *object, zval *method_name, zval *retval, uint32_t param_count, zval *params) in call_method_if_exists() argument 284 Z_OBJ_P(object), Z_STR_P(method_name), retval, param_count, params); in call_method_if_exists()
|