Home
last modified time | relevance | path

Searched refs:parameters (Results 176 – 200 of 230) sorted by relevance

12345678910

/PHP-8.3/ext/intl/tests/
H A Dmsgfmt_bug70484.phpt2 Bug #70484 selectordinal doesn't work with named parameters
/PHP-8.3/Zend/tests/named_params/
H A Dunpack.phpt2 Unpacking named parameters
H A Dcall_user_func.phpt2 call_user_func() and friends with named parameters
/PHP-8.3/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt67 $part4['type.parameters'] = array('name' => 'Test');
/PHP-8.3/ext/standard/tests/array/
H A Darray_rand_variation5.phpt8 * parameters respectively
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug30106.phpt44 string(71) "getContinentListResponse getContinentList(getContinentList $parameters)"
H A Dbug50698_1.wsdl178 <wsdl:part name="parameters" element="tns:Echo"/>
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
H A Dbug50698_4.wsdl178 <wsdl:part name="parameters" element="tns:Echo"/>
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt2 mysqli_stmt_bind_param() - checking whether the parameters are modified (bug#44390)
H A Dmysqli_stmt_field_count.phpt99 The number of variables must match the number of parameters in the prepared statement
H A Dmysqli_stmt_bind_param.phpt415 The number of variables must match the number of parameters in the prepared statement
418 The number of variables must match the number of parameters in the prepared statement
420 The number of variables must match the number of parameters in the prepared statement
/PHP-8.3/ext/standard/tests/url/
H A Dparse_url_basic_008.phpt42 …irectory/structure/and/file.php?lots=1&of=2&parameters=3&too=4&here=5 : string(37) "lots=1&of=2&
H A Durls.inc28 'http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php?lots=1&of=2&parameters=…
H A Dparse_url_basic_004.phpt42 …et:80/this/is/a/very/deep/directory/structure/and/file.php?lots=1&of=2&parameters=3&too=4&here=5 …
H A Dparse_url_basic_006.phpt42 …et:80/this/is/a/very/deep/directory/structure/and/file.php?lots=1&of=2&parameters=3&too=4&here=5 …
/PHP-8.3/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation1.phpt2 Test fputcsv() : usage variations - with all parameters specified
6 /* Testing fputcsv() to write to a file when all its parameters are provided */
8 echo "*** Testing fputcsv() : with all parameters specified ***\n";
68 *** Testing fputcsv() : with all parameters specified ***
/PHP-8.3/ext/standard/tests/file/
H A Dfputcsv_variation1.phpt2 Test fputcsv() : usage variations - with all parameters specified
5 /* Testing fputcsv() to write to a file when all its parameters are provided */
7 echo "*** Testing fputcsv() : with all parameters specified ***\n";
71 *** Testing fputcsv() : with all parameters specified ***
H A Dfgetcsv_variation1.phpt2 Test fgetcsv() : usage variations - with all parameters specified
9 /* Testing fgetcsv() to read a file when all its parameters are provided */
11 echo "*** Testing fgetcsv() : with all parameters specified ***\n";
90 *** Testing fgetcsv() : with all parameters specified ***
/PHP-8.3/ext/pdo_firebird/tests/
H A Dbug_77863.phpt2 PDO_Firebird: Bug #76488 PDO Firebird does not support boolean datatype in input parameters
/PHP-8.3/ext/standard/tests/strings/
H A Dprintf_64bit.phpt220 echo"\n\n*** Output for multiple format parameters ***\n";
690 *** Output for multiple format parameters ***
H A Dprintf.phpt220 echo"\n\n*** Output for multiple format parameters ***\n";
690 *** Output for multiple format parameters ***
H A Durl_t.phpt31 'http://www.php.net:80/this/is/a/very/deep/directory/structure/and/file.php?lots=1&of=2&parameters=…
291 …et:80/this/is/a/very/deep/directory/structure/and/file.php?lots=1&of=2&parameters=3&too=4&here=5: …
301 string(37) "lots=1&of=2&parameters=3&too=4&here=5"
/PHP-8.3/ext/soap/
H A Dsoap.c40 zval *parameters; member
1418 … = call_user_function(NULL, soap_obj, &h->function_name, &h->retval, h->num_params, h->parameters);
1572 if (h->parameters) {
1575 zval_ptr_dtor(&h->parameters[--i]);
1577 efree(h->parameters);
2846 *parameters = tmp_parameters;
2899 (*parameters) = tmp_parameters;
3161 h->parameters = emalloc(sizeof(zval));
3162 master_to_zval(&h->parameters[0], h->hdr->encode, hdr_func);
3170 deserialize_parameters(hdr_func, h->function, &h->num_params, &h->parameters);
[all …]
/PHP-8.3/ext/random/tests/03_randomizer/methods/
H A DgetFloat_error.phpt78 // There is no float between the two parameters, thus making the OpenOpen interval empty.
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt36 echo "Test 1. calling function with invalid parameters\n";
320 Test 1. calling function with invalid parameters

Completed in 50 milliseconds

12345678910