Home
last modified time | relevance | path

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

12

/PHP-7.0/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 [%u|b%"param_count"]=>
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c520 *copies = mnd_ecalloc(param_count, sizeof(zval)); in mysqlnd_stmt_copy_it()
537 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_free_copies()
580 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_prepare_param_types()
588 PASS != mysqlnd_stmt_copy_it(copies_param, parameter, stmt->param_count, i)) in mysqlnd_stmt_execute_prepare_param_types()
636 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_types()
681 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_calculate_param_values_size()
693 for (j = i + 1; j < stmt->param_count; j++) { in mysqlnd_stmt_execute_calculate_param_values_size()
697 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
712 if (PASS != mysqlnd_stmt_copy_it(copies_param, the_var, stmt->param_count, i)) { in mysqlnd_stmt_execute_calculate_param_values_size()
771 for (i = 0; i < stmt->param_count; i++) { in mysqlnd_stmt_execute_store_param_values()
[all …]
H A Dmysqlnd_ps.c279 for (;i < stmt->param_count; i++) { in mysqlnd_stmt_skip_metadata()
327 stmt->param_count = prepare_resp->param_count; in mysqlnd_stmt_read_prepare_response()
425 if (stmt_to_prepare->param_count) { in MYSQLND_METHOD()
697 if (stmt->param_count) { in MYSQLND_METHOD()
1351 if (param_no >= stmt->param_count) { in MYSQLND_METHOD()
1454 if (stmt->param_count) { in MYSQLND_METHOD()
1517 if (param_no >= stmt->param_count) { in MYSQLND_METHOD()
1525 if (stmt->param_count) { in MYSQLND_METHOD()
1574 if (stmt->param_count) { in MYSQLND_METHOD()
1755 return stmt? stmt->param_count : 0; in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_wireprotocol.h261 unsigned int param_count; member
/PHP-7.0/Zend/
H A Dzend_interfaces.c34 …t char *function_name, size_t function_name_len, zval *retval_ptr, int param_count, zval* arg1, zv… in zend_call_method() argument
43 if (param_count > 0) { in zend_call_method()
46 if (param_count > 1) { in zend_call_method()
55 fci.param_count = param_count; in zend_call_method()
117 if (param_count > 0 && Z_ISREF(params[0]) && !Z_ISREF_P(arg1)) { in zend_call_method()
120 if (param_count > 1 && Z_ISREF(params[1]) && !Z_ISREF_P(arg2)) { in zend_call_method()
H A Dzend_API.c61 va_start(ptr, param_count); in zend_get_parameters()
63 while (param_count-->0) { in zend_get_parameters()
96 va_start(ptr, param_count); in zend_get_parameters_ex()
97 while (param_count-->0) { in zend_get_parameters_ex()
120 while (param_count-->0) { in _zend_get_parameters_array_ex()
142 while (param_count-->0) { in zend_copy_parameters_array()
3428 fci->param_count = 0; in zend_fcall_info_init()
3452 fci->param_count = 0; in zend_fcall_info_args_clear()
3458 *param_count = fci->param_count; in zend_fcall_info_args_save()
3460 fci->param_count = 0; in zend_fcall_info_args_save()
[all …]
H A Dzend_API.h53 uint32_t param_count; member
248 ZEND_API int zend_get_parameters(int ht, int param_count, ...);
249 ZEND_API ZEND_ATTRIBUTE_DEPRECATED int zend_get_parameters_ex(int param_count, ...);
250 ZEND_API int _zend_get_parameters_array_ex(int param_count, zval *argument_array);
253 ZEND_API int zend_copy_parameters_array(int param_count, zval *argument_array);
255 #define zend_get_parameters_array(ht, param_count, argument_array) \ argument
256 _zend_get_parameters_array_ex(param_count, argument_array)
257 #define zend_get_parameters_array_ex(param_count, argument_array) \ argument
258 _zend_get_parameters_array_ex(param_count, argument_array)
497 ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, int *param_count, zval **params);
[all …]
H A Dzend_interfaces.h41 …const char *function_name, size_t function_name_len, zval *retval, int param_count, zval* arg1, zv…
H A Dzend_execute_API.c655 …n_table, zval *object, zval *function_name, zval *retval_ptr, uint32_t param_count, zval params[])… in call_user_function() argument
657 …return call_user_function_ex(function_table, object, function_name, retval_ptr, param_count, param… in call_user_function()
661 …n_table, zval *object, zval *function_name, zval *retval_ptr, uint32_t param_count, zval params[],… in call_user_function_ex() argument
670 fci.param_count = param_count; in call_user_function_ex()
773 func, fci->param_count, fci_cache->called_scope, fci_cache->object); in zend_call_function()
801 for (i=0; i<fci->param_count; i++) { in zend_call_function()
1037 fcall_info.param_count = 1; in zend_lookup_class_ex()
H A Dzend_closures.c150 fci.param_count = my_param_count; in ZEND_METHOD()
/PHP-7.0/ext/soap/
H A Dphp_packet_soap.c31 int param_count = 0; in parse_packet_soap() local
334 param_count++; in parse_packet_soap()
366 ++param_count; in parse_packet_soap()
375 if (param_count == 0) { in parse_packet_soap()
378 } else if (param_count == 1) { in parse_packet_soap()
H A Dsoap.c963 fci.param_count = 0; in PHP_METHOD()
3759 int param_count; local
3787 param_count = zend_hash_num_elements(function->responseParameters);
3789 param_count = 0;
3792 param_count = 1;
3795 if (param_count == 1) {
3822 } else if (param_count > 1 && Z_TYPE_P(ret) == IS_ARRAY) {
/PHP-7.0/ext/dom/
H A Dxpath.c113 fci.param_count = nargs - 1; in dom_xpath_ext_function_php()
114 if (fci.param_count > 0) { in dom_xpath_ext_function_php()
115 fci.params = safe_emalloc(fci.param_count, sizeof(zval), 0); in dom_xpath_ext_function_php()
180 if (fci.param_count > 0) { in dom_xpath_ext_function_php()
232 if (fci.param_count > 0) { in dom_xpath_ext_function_php()
/PHP-7.0/ext/spl/
H A Dspl_engine.h70 fci.param_count = argc; in spl_instantiate_arg_n()
/PHP-7.0/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()
299 if (fci.param_count > 0) { in xsl_ext_function_php()
311 if (fci.param_count > 0) { in xsl_ext_function_php()
371 if (fci.param_count > 0) { in xsl_ext_function_php()
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c747 fci->param_count = 0; in do_fetch_class_prepare()
785 fci->param_count = num_args; /* probably less */ in make_callable_ex()
823 stmt->fetch.cls.fci.param_count = 0; in do_fetch_opt_finish()
926 old_arg_count = stmt->fetch.cls.fci.param_count; in do_fetch()
1165 stmt->fetch.cls.fci.param_count = old_arg_count; in do_fetch()
1170 stmt->fetch.func.fci.param_count = idx; in do_fetch()
1318 old_arg_count = stmt->fetch.cls.fci.param_count; in PHP_METHOD()
1350 stmt->fetch.cls.fci.param_count = old_arg_count; in PHP_METHOD()
1401 old_arg_count = stmt->fetch.cls.fci.param_count; in PHP_METHOD()
1524 stmt->fetch.cls.fci.param_count = old_arg_count; in PHP_METHOD()
/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_driver.c333 fc->fci.param_count = fake_argc; in do_callback()
488 collation->fc.fci.param_count = 2; in php_sqlite3_collation_callback()
/PHP-7.0/ext/intl/uchar/
H A Duchar.c190 context->fci.param_count = 3; in enumCharType_callback()
304 context->fci.param_count = 3; in enumCharNames_callback()
/PHP-7.0/ext/standard/
H A Darray.c971 BG(user_compare_fci).param_count = 2; in php_array_user_compare()
1092 BG(user_compare_fci).param_count = 2; in php_array_user_key_compare()
1375 BG(array_walk_fci).param_count = userdata ? 3 : 2; in php_array_walk()
3753 BG(user_compare_fci).param_count = 2;
5057 fci.param_count = 2;
5111 fci.param_count = 2;
5114 fci.param_count = 1;
5210 fci.param_count = 1;
5299 fci.param_count = n_arrays;
/PHP-7.0/ext/intl/converter/
H A Dconverter.c236 objval->to_cb.param_count = 4; in php_converter_to_u_callback()
318 objval->from_cb.param_count = 4; in php_converter_from_u_callback()
/PHP-7.0/ext/curl/
H A Dinterface.c1459 fci.param_count = 2; in curl_write()
1510 fci.param_count = 3; in curl_fnmatch()
1567 fci.param_count = 5; in curl_progress()
1630 fci.param_count = 3; in curl_read()
1699 fci.param_count = 2; in curl_write_header()
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c1427 fci.param_count = ctor_argc; in _reflection_export()
1459 fci.param_count = 2; in _reflection_export()
1956 fci.param_count = num_args; in ZEND_METHOD()
2016 fci.param_count = argc; in ZEND_METHOD()
3248 fci.param_count = num_args - 1; in ZEND_METHOD()
3355 fci.param_count = argc; in ZEND_METHOD()
4659 fci.param_count = num_args; in ZEND_METHOD()
4763 fci.param_count = argc; in ZEND_METHOD()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c189 fci.param_count = 0; in phpdbg_call_register()
195 phpdbg_debug("created %d params from arguments", fci.param_count); in phpdbg_call_register()

Completed in 167 milliseconds

12