Home
last modified time | relevance | path

Searched refs:param_count (Results 1 – 25 of 46) sorted by last modified time

12

/PHP-7.4/ext/pgsql/
H A Dpgsql.c2834 fci.param_count = 0;
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1958 packet->param_count = uint2korr(p); in php_mysqlnd_prepare_read()
1971 packet->stmt_id, packet->field_count, packet->param_count); in php_mysqlnd_prepare_read()
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 …]
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c1560 fci->param_count = 1; in preg_do_repl_func()
/PHP-7.4/Zend/
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_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_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()
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()
/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/libxml/
H A Dlibxml.c674 fci->param_count = sizeof(params)/sizeof(*params); in _php_libxml_external_entity_loader()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c1293 fci.param_count = 0; in php_mysqli_fetch_into_hash()
/PHP-7.4/ext/xml/
H A Dxml.c570 fci.param_count = argc; in xml_call_handler()
/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()
/PHP-7.4/ext/phar/
H A Dphar_object.c691 fci.param_count = 1; in PHP_METHOD()
H A Dutil.c1418 fci.param_count = 3; in phar_call_openssl_signverify()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2096 fci.param_count = num_args; in spl_filesystem_file_call()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1351 fci.param_count = ctor_argc; in _reflection_export()
1832 fci.param_count = num_args; in ZEND_METHOD()
1895 fci.param_count = argc; in ZEND_METHOD()
3153 fci.param_count = argc; in reflection_method_invoke()
4712 fci.param_count = num_args; in ZEND_METHOD()
4814 fci.param_count = argc; in ZEND_METHOD()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c185 fci.param_count = 0; in phpdbg_call_register()
191 phpdbg_debug("created %d params from arguments", fci.param_count); in phpdbg_call_register()
/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/ffi/
H A Dffi.c862 fci.param_count = callback_data->arg_count; in zend_ffi_callback_trampoline()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c466 fci.param_count = 0; in pdo_stmt_construct()
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/soap/
H A Dsoap.c931 fci.param_count = 0; in PHP_METHOD()
3728 int param_count; local
3756 param_count = zend_hash_num_elements(function->responseParameters);
3758 param_count = 0;
3761 param_count = 1;
3764 if (param_count == 1) {
3791 } else if (param_count > 1 && Z_TYPE_P(ret) == IS_ARRAY) {

Completed in 215 milliseconds

12