Home
last modified time | relevance | path

Searched refs:params (Results 151 – 175 of 238) sorted by relevance

12345678910

/PHP-7.2/ext/sockets/tests/
H A Dsocket_set_option_bindtodevice.phpt25 // wrong params
/PHP-7.2/sapi/fpm/tests/
H A Dfcgi.inc458 * @param array $params Array of parameters
465 public function request(array $params, $stdin)
467 $id = $this->async_request($params, $stdin);
474 * @param array $params Array of parameters
481 public function request_data(array $params, $stdin)
483 $id = $this->async_request($params, $stdin);
498 * @param array $params Array of parameters
504 public function async_request(array $params, $stdin)
522 foreach ($params as $key => $value) {
/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_FileInfo_error.phpt2 …onClass::getFileName(), ReflectionClass::getStartLine(), ReflectionClass::getEndLine() - bad params
H A DReflectionObject_isInstance_error.phpt2 ReflectionObject::isInstance() - invalid params
H A DReflectionClass_getStaticPropertyValue_002.phpt2 ReflectionClass::getStaticPropertyValue() - bad params
H A DReflectionClass_isInstance_error.phpt2 ReflectionClass::isInstance() - invalid params
H A DReflectionMethod_getModifiers_basic.phpt78 echo "Wrong number of params:\n";
237 Wrong number of params:
/PHP-7.2/ext/date/tests/
H A D004.phpt2 date() format params
H A D005.phpt2 idate() and invalid params
/PHP-7.2/ext/pgsql/
H A Dpgsql.c179 ZEND_ARG_INFO(0, params)
195 ZEND_ARG_INFO(0, params)
1916 if (params[i]) {
1917 efree(params[i]);
1920 efree(params);
1982 params[i] = NULL;
2185 params[i] = NULL;
2834 fci.params = NULL;
2862 if (fci.params) {
5006 params[i] = NULL;
[all …]
/PHP-7.2/ext/spl/internal/
H A Drecursivetreeiterator.inc126 function __call($func, $params)
128 return call_user_func_array(array($this->getSubIterator(), $func), $params);
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c1366 fci.params = params; in _reflection_export()
1396 fci.params = params; in _reflection_export()
1891 fci.params = params; in ZEND_METHOD()
1957 fci.params = params; in ZEND_METHOD()
1976 efree(params); in ZEND_METHOD()
3215 fci.params = params; in reflection_method_invoke()
3237 efree(params); in reflection_method_invoke()
4765 if (Z_REFCOUNTED(params[i])) Z_ADDREF(params[i]); in ZEND_METHOD()
4773 fci.params = params; in ZEND_METHOD()
4879 fci.params = params; in ZEND_METHOD()
[all …]
/PHP-7.2/ext/interbase/tests/
H A Dbug45373.phpt2 Bug #45373 (php crash on query with errors in params)
/PHP-7.2/ext/standard/tests/math/
H A Dhypot_error.phpt2 Test hypot() - wrong params test hypot()
/PHP-7.2/ext/pgsql/tests/
H A D23sync_query_params.phpt2 PostgreSQL sync query params
H A D25async_query_params.phpt2 PostgreSQL async query params
/PHP-7.2/ext/spl/
H A Dspl_engine.h69 fci.params = argv; in spl_instantiate_arg_n()
/PHP-7.2/Zend/tests/
H A Dcall_user_func_002.phpt2 Testing call_user_func() with autoload and passing invalid params
/PHP-7.2/ext/standard/tests/password/
H A Dpassword_needs_rehash.phpt16 // Valid with cost the same, additional params
/PHP-7.2/ext/curl/tests/
H A Dbug55767.phpt2 Test curl_opt() function with POST params from array with a numeric key
/PHP-7.2/ext/standard/tests/assert/
H A Dassert_error1.phpt2 assert() - error - invalid params
/PHP-7.2/ext/standard/tests/strings/
H A Dnumber_format_error.phpt2 Test number_format() - wrong params test number_format()
/PHP-7.2/ext/mysqli/
H A Dmysqli_api.c270 MYSQLND_PARAM_BIND *params; in mysqli_stmt_bind_param_do_bind() local
277 params = mysqlnd_stmt_alloc_param_bind(stmt->stmt); in mysqli_stmt_bind_param_do_bind()
278 if (!params) { in mysqli_stmt_bind_param_do_bind()
304 mysqlnd_stmt_free_param_bind(stmt->stmt, params); in mysqli_stmt_bind_param_do_bind()
307 ZVAL_COPY_VALUE(&params[i].zv, &args[i + start]); in mysqli_stmt_bind_param_do_bind()
308 params[i].type = type; in mysqli_stmt_bind_param_do_bind()
310 ret = mysqlnd_stmt_bind_param(stmt->stmt, params); in mysqli_stmt_bind_param_do_bind()
572 if (params) { in mysqli_stmt_bind_result_do_bind()
574 ZVAL_COPY_VALUE(&params[i].zv, &args[i]); in mysqli_stmt_bind_result_do_bind()
576 return mysqlnd_stmt_bind_result(stmt->stmt, params); in mysqli_stmt_bind_result_do_bind()
[all …]
/PHP-7.2/ext/zlib/tests/
H A D007.phpt2 gzencode() and invalid params
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxml_to_xmlrpc.c403 xml_element* params = xml_elem_new(); in XMLRPC_REQUEST_to_xml_element() local
404 params->name = estrdup(ELEM_PARAMS); in XMLRPC_REQUEST_to_xml_element()
405 Q_PushTail(&wrapper->children, params); in XMLRPC_REQUEST_to_xml_element()

Completed in 118 milliseconds

12345678910