Home
last modified time | relevance | path

Searched refs:parameters (Results 26 – 50 of 229) sorted by relevance

12345678910

/PHP-8.3/Zend/tests/named_params/
H A Dinternal_variadics.phpt20 array_merge() does not accept unknown named parameters
21 array_diff_key() does not accept unknown named parameters
H A Dreserved.phpt2 Reserved keywords can be used with named parameters
/PHP-8.3/ext/standard/tests/array/
H A Darray_map_variation10.phpt14 echo "-- anonymous function with all parameters and body --\n";
17 echo "-- anonymous function with two parameters and passing one array --\n";
41 -- anonymous function with all parameters and body --
65 -- anonymous function with two parameters and passing one array --
H A Darray_walk_basic2.phpt29 echo "-- Using array_walk with default parameters to show array contents --\n";
35 echo "-- Using array_walk with default parameters to show modified array contents --\n";
42 -- Using array_walk with default parameters to show array contents --
74 -- Using array_walk with default parameters to show modified array contents --
H A Darray_walk_recursive_basic2.phpt29 echo "-- Using array_walk_recursive with default parameters to show array contents --\n";
35 echo "-- Using array_walk_recursive with default parameters to show modified array contents --\n";
42 -- Using array_walk_recursive with default parameters to show array contents --
74 -- Using array_walk_recursive with default parameters to show modified array contents --
H A Dusort_variation7.phpt19 echo "\n-- Anonymous 'cmp_function' with parameters passed by value --\n";
31 echo "\n-- Anonymous 'cmp_function' with parameters passed by reference --\n";
38 -- Anonymous 'cmp_function' with parameters passed by value --
53 -- Anonymous 'cmp_function' with parameters passed by reference --
H A Duasort_variation7.phpt20 echo "-- Anonymous 'cmp_function' with parameters passed by value --\n";
31 echo "-- Anonymous 'cmp_function' with parameters passed by reference --\n";
39 -- Anonymous 'cmp_function' with parameters passed by value --
53 -- Anonymous 'cmp_function' with parameters passed by reference --
H A Darray_map_variation12.phpt14 echo "-- with built-in function 'pow' and two parameters --\n";
35 -- with built-in function 'pow' and two parameters --
/PHP-8.3/ext/reflection/tests/
H A Dbug29268.phpt16 $parameters = $ref->getParameters();
17 foreach($parameters as $parameter)
H A Dbug70960.phpt2 Bug #70960 (ReflectionFunction for array_unique returns wrong number of parameters)
H A DReflectionParameter_canBePassedByValue.phpt9 $parameters = $func->getParameters();
10 foreach($parameters as $parameter) {
/PHP-8.3/ext/imap/tests/
H A Dimap_bodystruct_basic.phpt42 if(is_array($m->parameters)) {
43 echo "parameters is an array\n";
70 parameters is an array
H A Dimap_open_error.phpt16 echo "Checking with incorrect parameters\n" ;
33 Checking with incorrect parameters
H A Dimap_fetchstructure_basic.phpt27 'ifdescription','lines','bytes','parameters');
37 var_dump(is_object($z->parameters[0]));
/PHP-8.3/ext/curl/tests/
H A Dcurl_setopt_error.phpt10 echo "*** curl_setopt() call with incorrect parameters\n";
33 *** curl_setopt() call with incorrect parameters
/PHP-8.3/ext/standard/tests/mail/
H A Dmail_basic2.phpt25 echo "-- extra parameters --\n";
34 -- extra parameters --
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_parser.y73 : parameters { $$.top = PHPDBG_G(parser_stack)->top; }
77 parameters
79 …| parameters parameter { phpdbg_stack_push(PHPDBG_G(parser_stack), &$2); $$.top = PHPDBG_G(parser_…
80 | parameters T_REQ_ID { $$ = $1; PHPDBG_G(req_id) = $2.num; }
/PHP-8.3/ext/xsl/tests/
H A Dxslt012.phpt32 $parameters = Array(
37 $proc->setParameter( "", $parameters);
/PHP-8.3/ext/soap/tests/
H A Dbug69137.phpt29 $parameters = [
34 $client = new SoapClient($testServiceWsdl, $parameters);
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug39832.phpt13 <parameters priority="high">
15 </parameters>
/PHP-8.3/ext/gd/tests/
H A Dbug74031.phpt2 (Bug #74031) ReflectionFunction for imagepng returns wrong number of parameters
/PHP-8.3/ext/openssl/tests/
H A Decc_sm2.phpt38 // EC - generate keypair with explicit parameters (SM2 curve)
39 echo "Testing openssl_pkey_new with ec explicit parameters (SM2 curve)\n";
85 Testing openssl_pkey_new with ec explicit parameters (SM2 curve)
/PHP-8.3/ext/phar/tests/
H A Dbug54395.phpt2 Bug #54395 (Phar::mount() crashes when calling with wrong parameters)
/PHP-8.3/ext/readline/tests/
H A Dbug69054.phpt2 Bug #69054 (Null dereference in readline_(read|write)_history() without parameters)
/PHP-8.3/Zend/tests/
H A Dclass_exists_002.phpt2 Testing several valid and invalid parameters

Completed in 25 milliseconds

12345678910