Home
last modified time | relevance | path

Searched refs:params (Results 76 – 100 of 204) sorted by relevance

123456789

/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getParentClass_001.phpt16 echo "\nTest bad params:\n";
29 Test bad params:
H A DReflectionParameter_DefaultValueConstant_basic1.phpt36 $params = $method->getParameters();
38 foreach ($params as $param) {
H A DReflectionProperty_isDefault_basic.phpt27 echo "Wrong number of params:\n";
61 Wrong number of params:
H A DReflectionClass_hasConstant_002.phpt13 echo "Check invalid params:\n";
24 Check invalid params:
H A DReflectionClass_hasMethod_002.phpt13 echo "Check invalid params:\n";
24 Check invalid params:
H A DReflectionClass_hasProperty_002.phpt13 echo "Check invalid params:\n";
24 Check invalid params:
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug44996.phpt10 …sion=\"1.0\"?><methodResponse><params><param><value><dateTime.iso8601>$datetime</dateTime.iso8601>…
/PHP-7.4/ext/phar/phar/
H A Ddirectorytreeiterator.inc48 function __call($func, $params)
50 return call_user_func_array(array($this->getSubIterator(), $func), $params);
/PHP-7.4/ext/intl/tests/
H A Dtransliterator_get_error_code_error.phpt15 …ator_get_error_code(): transliterator_get_error_code: unable to parse input params in %s on line %d
20 …rator::getErrorCode(): transliterator_get_error_code: unable to parse input params in %s on line %d
H A Dtransliterator_get_error_message_error.phpt15 …et_error_message(): transliterator_get_error_message: unable to parse input params in %s on line %d
20 …:getErrorMessage(): transliterator_get_error_message: unable to parse input params in %s on line %d
H A Dintl_get_error_message.phpt21 collator_get_locale: unable to parse input params: U_ILLEGAL_ARGUMENT_ERROR
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_variation4.phpt18 $params = array('file' => $file);
19 var_dump(curl_setopt($ch1, CURLOPT_POSTFIELDS, $params));
/PHP-7.4/ext/pgsql/tests/
H A Dbug72028.phpt19 $params = array(null, "insert before looping with a reference");
20 $result = pg_query_params($conn, $sql, $params);
/PHP-7.4/tests/lang/
H A Dbug55754.phpt2 Bug #55754 (Only variables should be passed by reference for ZEND_SEND_PREFER_REF params)
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re95 HashTable *params;
180 params = stmt->bound_params;
182 …t->supports_placeholders == PDO_PLACEHOLDER_NONE && params && bindno != zend_hash_num_elements(par…
183 /* extra bit of validation for instances when same params are bound more than once */
184 if (query_type != PDO_PLACEHOLDER_POSITIONAL && bindno > zend_hash_num_elements(params)) {
187 if ((param = zend_hash_str_find_ptr(params, plc->pos, plc->len)) == NULL) {
208 for (plc = placeholders; plc && params; plc = plc->next) {
219 param = zend_hash_index_find_ptr(params, plc->bindno);
221 param = zend_hash_str_find_ptr(params, plc->pos, plc->len);
/PHP-7.4/Zend/tests/variadic/
H A Dvariadic_implements_non_variadic.phpt11 public function query($query, ...$params) { }
/PHP-7.4/ext/pdo/tests/
H A Dpdo_dsn_containing_credentials.phpt2 PDO Common: Pass credentials in dsn instead of constructor params
34 // test b/c - credentials in DSN are ignored when user/pass passed as separate params
/PHP-7.4/ext/mysqli/tests/
H A Dbug35759.phpt41 $params[] = &$col_num;
43 call_user_func_array(array($stmt, "bind_result"), $params);
H A Dmysqli_stmt_bind_limits.phpt21 $params = array();
26 $stmt_params .= '$params[' . $i . '], ';
28 $params[($j * $rows) + $i] = $i;
67 $param_ref[] = &$params[($i * $rows) + $j];
/PHP-7.4/ext/com_dotnet/
H A Dcom_wrapper.c253 zval *params = NULL; in disp_invokeex() local
265 params = (zval *)safe_emalloc(sizeof(zval), pdp->cArgs, 0); in disp_invokeex()
273 php_com_wrap_variant(&params[i], arg, COMG(code_page)); in disp_invokeex()
285 …ate_property(Z_OBJCE(disp->object), &disp->object, Z_STRVAL_P(name), Z_STRLEN_P(name), &params[0]); in disp_invokeex()
290 retval, pdp->cArgs, params)) { in disp_invokeex()
296 php_com_dotnet_object *obj = CDNO_FETCH(&params[i]); in disp_invokeex()
317 if (params) { in disp_invokeex()
319 zval_ptr_dtor(&params[i]); in disp_invokeex()
321 efree(params); in disp_invokeex()
/PHP-7.4/ext/spl/tests/
H A Dspl_007.phpt7 public function __call($name, $params) {
/PHP-7.4/ext/openssl/tests/
H A Dbug72336.phpt2 Bug #72336 (openssl_pkey_new does not fail for invalid DSA params)
/PHP-7.4/ext/standard/tests/time/
H A Dbug60222.phpt2 Bug #60222 (time_nanosleep() does validate input params)
/PHP-7.4/ext/standard/tests/math/
H A Dlog_error.phpt2 Test log() - wrong params test log()
/PHP-7.4/Zend/tests/
H A Dexception_019.phpt2 Testing throw exception doesn't crash with wrong params, variant 2

Completed in 26 milliseconds

123456789