Home
last modified time | relevance | path

Searched refs:params (Results 126 – 150 of 204) sorted by relevance

123456789

/PHP-7.4/ext/curl/tests/
H A Dbug55767.phpt2 Test curl_opt() function with POST params from array with a numeric key
/PHP-7.4/ext/soap/
H A Dphp_http.c388 zval params[3]; in make_http_soap_request() local
391 ZVAL_STR_COPY(&params[0], buf); in make_http_soap_request()
392 ZVAL_LONG(&params[1], level); in make_http_soap_request()
401 ZVAL_LONG(&params[2], 0x1f); in make_http_soap_request()
405 zval_ptr_dtor(&params[0]); in make_http_soap_request()
409 zval_ptr_dtor(&params[0]); in make_http_soap_request()
1275 zval params[1]; in make_http_soap_request() local
1281 ZVAL_STRINGL(&params[0], http_body->val+10, http_body->len-10); in make_http_soap_request()
1285 ZVAL_STR_COPY(&params[0], http_body); in make_http_soap_request()
1298 zval_ptr_dtor(&params[0]); in make_http_soap_request()
[all …]
/PHP-7.4/Zend/
H A Dzend_interfaces.c38 zval params[2]; in zend_call_method() local
41 ZVAL_COPY_VALUE(&params[0], arg1); in zend_call_method()
44 ZVAL_COPY_VALUE(&params[1], arg2); in zend_call_method()
51 fci.params = params; in zend_call_method()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c171 ZEND_ARG_INFO(0, params)
187 ZEND_ARG_INFO(0, params)
1922 if (params[i]) {
1923 efree(params[i]);
1926 efree(params);
1988 params[i] = NULL;
2191 params[i] = NULL;
2833 fci.params = NULL;
2859 if (fci.params) {
5004 params[i] = NULL;
[all …]
/PHP-7.4/ext/ftp/tests/
H A Dftp_get_basic.phpt33 //test invalid ftp_get params
/PHP-7.4/ext/pgsql/tests/
H A D25async_query_params.phpt2 PostgreSQL async query params
H A D30nb_async_query_params.phpt2 PostgreSQL non-blocking async query params
/PHP-7.4/ext/zlib/tests/
H A D004-mb.phpt2 gzfile() with various invalid params
H A D004.phpt2 gzfile() with various invalid params
H A D007.phpt2 gzencode() and invalid params
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_getModifiers_basic.phpt78 echo "Wrong number of params:\n";
237 Wrong number of params:
H A DReflectionClass_setStaticPropertyValue_002.phpt2 ReflectionClass::setStaticPropertyValue() - bad params
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c269 MYSQLND_PARAM_BIND *params; in mysqli_stmt_bind_param_do_bind() local
276 params = mysqlnd_stmt_alloc_param_bind(stmt->stmt); in mysqli_stmt_bind_param_do_bind()
277 if (!params) { in mysqli_stmt_bind_param_do_bind()
303 mysqlnd_stmt_free_param_bind(stmt->stmt, params); in mysqli_stmt_bind_param_do_bind()
306 ZVAL_COPY_VALUE(&params[i].zv, &args[i + start]); in mysqli_stmt_bind_param_do_bind()
307 params[i].type = type; in mysqli_stmt_bind_param_do_bind()
309 ret = mysqlnd_stmt_bind_param(stmt->stmt, params); in mysqli_stmt_bind_param_do_bind()
571 if (params) { in mysqli_stmt_bind_result_do_bind()
573 ZVAL_COPY_VALUE(&params[i].zv, &args[i]); in mysqli_stmt_bind_result_do_bind()
575 return mysqlnd_stmt_bind_result(stmt->stmt, params); in mysqli_stmt_bind_result_do_bind()
[all …]
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c401 xml_element* params = xml_elem_new(); in XMLRPC_REQUEST_to_xml_element() local
402 params->name = estrdup(ELEM_PARAMS); in XMLRPC_REQUEST_to_xml_element()
403 Q_PushTail(&wrapper->children, params); in XMLRPC_REQUEST_to_xml_element()
/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h299 #define PHP_OCI_CALL(func, params) \ argument
302 func params; \
306 #define PHP_OCI_CALL_RETURN(__retval, func, params) \ argument
309 __retval = func params; \
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1352 fci.params = params; in _reflection_export()
1833 fci.params = params; in ZEND_METHOD()
1896 fci.params = params; in ZEND_METHOD()
1913 efree(params); in ZEND_METHOD()
3142 efree(params); in reflection_method_invoke()
3154 fci.params = params; in reflection_method_invoke()
3174 efree(params); in reflection_method_invoke()
4713 fci.params = params; in ZEND_METHOD()
4815 fci.params = params; in ZEND_METHOD()
4824 if (params) { in ZEND_METHOD()
[all …]
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt140 $params = array(':placeholder' => 'a');
142 $params[str_repeat('a', $i)] = 'some data';
145 $params, array('execute' => array('sqlstate' => 'HY093')));
225 $params = array('a');
227 $params[] = 'some data';
230 $params, array('execute' => array('sqlstate' => 'HY093')));
H A Dpdo_mysql_prepare_emulated.phpt128 $params = array(':placeholder' => 'a');
130 $params[str_repeat('a', $i)] = 'some data';
133 $params, array('execute' => array('sqlstate' => 'HY093')));
233 $params = array('a');
235 $params[] = 'some data';
238 $params, array('execute' => array('sqlstate' => 'HY093')));
H A Dpdo_mysql_stmt_fetch_serialize.phpt39 public function __call($method, $params) {
40 printf("%s(%s, %s)\n", __METHOD__, $method, var_export($params, true));
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c64 if (S->params) { in pdo_mysql_stmt_dtor()
65 efree(S->params); in pdo_mysql_stmt_dtor()
167 if (mysql_stmt_bind_param(S->stmt, S->params) || mysql_stmt_execute(S->stmt)) { in pdo_mysql_stmt_execute_prepared_libmysql()
168 if (S->params) { in pdo_mysql_stmt_execute_prepared_libmysql()
169 memset(S->params, 0, S->num_params * sizeof(MYSQL_BIND)); in pdo_mysql_stmt_execute_prepared_libmysql()
478 b = &S->params[param->paramno]; in pdo_mysql_stmt_param_hook()
/PHP-7.4/ext/standard/tests/password/
H A Dpassword_needs_rehash.phpt20 // Valid with cost the same, additional params
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c130 zval params; in phpdbg_call_register() local
133 array_init(&params); in phpdbg_call_register()
142 add_next_index_stringl(&params, next->str, next->len); in phpdbg_call_register()
146 add_next_index_long(&params, next->num); in phpdbg_call_register()
151 add_next_index_string(&params, buffered); in phpdbg_call_register()
156 add_next_index_string(&params, buffered); in phpdbg_call_register()
161 add_next_index_string(&params, buffered); in phpdbg_call_register()
166 add_next_index_string(&params, buffered); in phpdbg_call_register()
171 add_next_index_string(&params, buffered); in phpdbg_call_register()
182 zend_fcall_info_args(&fci, &params); in phpdbg_call_register()
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dfetch_into2.phpt2 ocifetchinto() & wrong number of params
/PHP-7.4/ext/mysqli/tests/
H A Dreflection_tools.inc92 if ($params = $method->getParameters()) {
94 foreach ($params as $k => $param)
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1489 zval params[2], *handle, retval; in pcntl_signal_dispatch() local
1519 ZVAL_LONG(&params[0], queue->signo); in pcntl_signal_dispatch()
1521 array_init(&params[1]); in pcntl_signal_dispatch()
1522 pcntl_siginfo_to_zval(queue->signo, &queue->siginfo, &params[1]); in pcntl_signal_dispatch()
1524 ZVAL_NULL(&params[1]); in pcntl_signal_dispatch()
1529 call_user_function(NULL, NULL, handle, &retval, 2, params); in pcntl_signal_dispatch()
1532 zval_ptr_dtor(&params[1]); in pcntl_signal_dispatch()

Completed in 101 milliseconds

123456789