Home
last modified time | relevance | path

Searched refs:param_count (Results 1 – 25 of 46) sorted by relevance

12

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt52 if ($stmt->param_count != $num_params * $rows) {
53 … 03] Parameter count should be %d but got %d\n", $offset, $num_params * $rows, $stmt->param_count);
56 printf("... statement with %d parameters prepared\n", $stmt->param_count);
74 if ($stmt->param_count != $num_params * $rows) {
75 … 03] Parameter count should be %d but got %d\n", $offset, $num_params * $rows, $stmt->param_count);
H A Dmysqli_class_mysqli_stmt_interface.phpt115 assert(mysqli_stmt_param_count($stmt) === $stmt->param_count);
116 printf("stmt->param_count = '%s'\n", $stmt->param_count);
154 param_count
161 param_count
188 stmt->param_count = '0'
H A D057.phpt86 ["param_count"]=>
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c550 *copies = mnd_ecalloc(param_count, sizeof(zval)); in mysqlnd_stmt_copy_it()
567 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_free_copies()
610 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_prepare_param_types()
618 PASS != mysqlnd_stmt_copy_it(copies_param, parameter, stmt->param_count, i)) in mysqlnd_stmt_execute_prepare_param_types()
662 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_types()
707 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_calculate_param_values_size()
719 for (j = i + 1; j < stmt->param_count; j++) { in mysqlnd_stmt_execute_calculate_param_values_size()
723 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
800 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_param_values()
882 unsigned int null_count = (stmt->param_count + 7) / 8; in mysqlnd_stmt_execute_store_params()
[all …]
H A Dmysqlnd_ps.c303 for (;i < stmt->param_count; i++) { in mysqlnd_stmt_skip_metadata()
348 stmt->param_count = prepare_resp.param_count; in mysqlnd_stmt_read_prepare_response()
454 if (stmt_to_prepare->param_count) { in MYSQLND_METHOD()
695 if (stmt->param_count) { in MYSQLND_METHOD()
1276 if (param_no >= stmt->param_count) { in MYSQLND_METHOD()
1376 if (stmt->param_count) { in MYSQLND_METHOD()
1441 if (param_no >= stmt->param_count) { in MYSQLND_METHOD()
1449 if (stmt->param_count) { in MYSQLND_METHOD()
1500 if (stmt->param_count) { in MYSQLND_METHOD()
1684 return stmt? stmt->param_count : 0; in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_wireprotocol.h247 unsigned int param_count; member
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c30 int param_count = 0; in parse_packet_soap() local
333 param_count++; in parse_packet_soap()
365 ++param_count; in parse_packet_soap()
374 if (param_count == 0) { in parse_packet_soap()
377 } else if (param_count == 1) { in parse_packet_soap()
/PHP-7.4/ext/dom/
H A Dxpath.c111 fci.param_count = nargs - 1; in dom_xpath_ext_function_php()
112 if (fci.param_count > 0) { in dom_xpath_ext_function_php()
113 fci.params = safe_emalloc(fci.param_count, sizeof(zval), 0); in dom_xpath_ext_function_php()
179 if (fci.param_count > 0) { in dom_xpath_ext_function_php()
229 if (fci.param_count > 0) { in dom_xpath_ext_function_php()
/PHP-7.4/ext/spl/
H A Dspl_engine.h66 fci.param_count = argc; in spl_instantiate_arg_n()
H A Dphp_spl.c419 fci.param_count = 1; in PHP_FUNCTION()
477 fcall_info.param_count = 1; in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_interfaces.c33 …t char *function_name, size_t function_name_len, zval *retval_ptr, int param_count, zval* arg1, zv… in zend_call_method() argument
40 if (param_count > 0) { in zend_call_method()
43 if (param_count > 1) { in zend_call_method()
50 fci.param_count = param_count; in zend_call_method()
H A Dzend_interfaces.h40 …const char *function_name, size_t function_name_len, zval *retval, int param_count, zval* arg1, zv…
H A Dzend_objects.c170 fci.param_count = 0; in zend_objects_destroy_object()
278 fci.param_count = 0; in zend_objects_clone_members()
H A Dzend_API.h49 uint32_t param_count; member
240 ZEND_API int _zend_get_parameters_array_ex(int param_count, zval *argument_array);
243 ZEND_API int zend_copy_parameters_array(int param_count, zval *argument_array);
245 #define zend_get_parameters_array(ht, param_count, argument_array) \ argument
246 _zend_get_parameters_array_ex(param_count, argument_array)
247 #define zend_get_parameters_array_ex(param_count, argument_array) \ argument
248 _zend_get_parameters_array_ex(param_count, argument_array)
466 _call_user_function_ex(object, function_name, retval_ptr, param_count, params, 1)
468 _call_user_function_ex(object, function_name, retval_ptr, param_count, params, no_separation)
492 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval **params);
[all …]
H A Dzend_API.c53 if (param_count>arg_count) { in _zend_get_parameters_array_ex()
57 while (param_count-->0) { in _zend_get_parameters_array_ex()
75 if (param_count>arg_count) { in zend_copy_parameters_array()
79 while (param_count-->0) { in zend_copy_parameters_array()
3505 fci->param_count = 0; in zend_fcall_info_init()
3528 fci->param_count = 0; in zend_fcall_info_args_clear()
3534 *param_count = fci->param_count; in zend_fcall_info_args_save()
3536 fci->param_count = 0; in zend_fcall_info_args_save()
3544 fci->param_count = param_count; in zend_fcall_info_args_restore()
3599 fci->param_count = argc; in zend_fcall_info_argp()
[all …]
H A Dzend_execute_API.c633 …ction_ex(zval *object, zval *function_name, zval *retval_ptr, uint32_t param_count, zval params[],… in _call_user_function_ex() argument
641 fci.param_count = param_count; in _call_user_function_ex()
740 func, fci->param_count, object_or_called_scope); in zend_call_function()
757 for (i=0; i<fci->param_count; i++) { in zend_call_function()
990 fcall_info.param_count = 1; in zend_lookup_class_ex()
H A Dzend_closures.c130 fci.param_count = 0; in ZEND_METHOD()
133 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "o*", &newthis, &fci.params, &fci.param_count) == FAILU… in ZEND_METHOD()
263 fci.param_count = 2; in ZEND_NAMED_FUNCTION()
H A Dzend_object_handlers.c203 fci.param_count = 1; in zend_std_call_getter()
240 fci.param_count = 2; in zend_std_call_setter()
276 fci.param_count = 1; in zend_std_call_unsetter()
313 fci.param_count = 1; in zend_std_call_issetter()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c227 fci.param_count = nargs - 1; in xsl_ext_function_php()
228 if (fci.param_count > 0) { in xsl_ext_function_php()
229 args = safe_emalloc(fci.param_count, sizeof(zval), 0); in xsl_ext_function_php()
300 if (fci.param_count > 0) { in xsl_ext_function_php()
312 if (fci.param_count > 0) { in xsl_ext_function_php()
370 if (fci.param_count > 0) { in xsl_ext_function_php()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c739 fci->param_count = 0; in do_fetch_class_prepare()
775 fci->param_count = num_args; /* probably less */ in make_callable_ex()
813 stmt->fetch.cls.fci.param_count = 0; in do_fetch_opt_finish()
915 old_arg_count = stmt->fetch.cls.fci.param_count; in do_fetch()
1145 stmt->fetch.cls.fci.param_count = old_arg_count; in do_fetch()
1150 stmt->fetch.func.fci.param_count = idx; in do_fetch()
1302 old_arg_count = stmt->fetch.cls.fci.param_count; in PHP_METHOD()
1334 stmt->fetch.cls.fci.param_count = old_arg_count; in PHP_METHOD()
1389 old_arg_count = stmt->fetch.cls.fci.param_count; in PHP_METHOD()
1512 stmt->fetch.cls.fci.param_count = old_arg_count; in PHP_METHOD()
/PHP-7.4/ext/intl/uchar/
H A Duchar.c200 context->fci.param_count = 3; in enumCharType_callback()
314 context->fci.param_count = 3; in enumCharNames_callback()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c340 fc->fci.param_count = fake_argc; in do_callback()
494 collation->fc.fci.param_count = 2; in php_sqlite3_collation_callback()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c243 objval->to_cb.param_count = 4; in php_converter_to_u_callback()
325 objval->from_cb.param_count = 4; in php_converter_from_u_callback()
/PHP-7.4/ext/standard/
H A Darray.c967 BG(user_compare_fci).param_count = 2; in php_array_user_compare()
1088 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare()
1366 BG(array_walk_fci).param_count = userdata ? 3 : 2; in php_array_walk()
4662 BG(user_compare_fci).param_count = 2;
6054 fci.param_count = 2;
6112 fci.param_count = 2;
6115 fci.param_count = 1;
6213 fci.param_count = 1;
6302 fci.param_count = n_arrays;
/PHP-7.4/ext/curl/
H A Dinterface.c1507 fci.param_count = 2; in curl_write()
1556 fci.param_count = 3; in curl_fnmatch()
1611 fci.param_count = 5; in curl_progress()
1668 fci.param_count = 3; in curl_read()
1731 fci.param_count = 2; in curl_write_header()

Completed in 139 milliseconds

12