Home
last modified time | relevance | path

Searched refs:param (Results 76 – 100 of 299) sorted by relevance

12345678910>>...12

/PHP-7.1/ext/spl/internal/
H A Drecursivetreeiterator.inc28 * @param it iterator to use as inner iterator
29 * @param rit_flags flags passed to RecursiveIteratoIterator (parent)
30 * @param cit_flags flags passed to RecursiveCachingIterator (for hasNext)
31 * @param mode mode passed to RecursiveIteratoIterator (parent)
56 * @param $part any PREFIX_* const.
57 * @param $value new prefix string for specified part.
/PHP-7.1/ext/xmlrpc/tests/
H A Dbug18916.phpt18 <param>
22 </param>
H A Dbug71501.phpt17 <param>
21 </param>
H A Dbug72155.phpt21 <param>
25 </param>
H A Dbug72647.phpt19 <param>
35 </param>
H A Dbug70728_64bit.phpt19 <param>
23 </param>
H A Dbug70728.phpt19 <param>
23 </param>
/PHP-7.1/ext/reflection/tests/
H A DReflectionParameter_DefaultValueConstant_error.phpt12 foreach($reflect->getParameters() as $param) {
14 echo $param->getDefaultValueConstantName() . "\n";
/PHP-7.1/ext/bz2/tests/
H A Dbug72447.phpt8 $param = array('blocks' => $input);
11 stream_filter_append($fp, 'bzip2.compress', STREAM_FILTER_WRITE, $param);
/PHP-7.1/sapi/fpm/tests/
H A Dfcgi.inc245 * @param int millisecond timeout
297 * @param int $type Type of the packet
299 * @param int $requestId RequestId
319 * @param string $name Name
320 * @param string $value Value
458 * @param array $params Array of parameters
459 * @param string $stdin Content
475 * @param string $stdin Content
499 * @param string $stdin Content
561 * @param int $requestId
[all …]
/PHP-7.1/ext/spl/examples/
H A Ddualiterator.inc36 * @param lhs Left Hand Side Iterator
37 * @param rhs Right Hand Side Iterator
38 * @param flags iteration flags
62 /** @param flags new flags
157 * @param lhs Left Hand Side Iterator
158 * @param rhs Right Hand Side Iterator
159 * @param identical whether to use areEqual() or areIdentical()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_help.c237 if (!param || param->type == EMPTY_PARAM) { in PHPDBG_COMMAND()
242 if (param && param->type == STR_PARAM) { in PHPDBG_COMMAND()
243 n = get_command(param->str, param->len, &cmd, phpdbg_prompt_commands); in PHPDBG_COMMAND()
251 if (param->len > 1) { in PHPDBG_COMMAND()
253 if (!strncmp(cmd->name, param->str, param->len)) { in PHPDBG_COMMAND()
260 …e=\"ambiguousalias\" alias=\"%s\"", "Internal help error, non-unique alias \"%c\"", param->str[0]); in PHPDBG_COMMAND()
265 n = get_command( param->str, param->len, &cmd, phpdbg_help_commands); in PHPDBG_COMMAND()
269 return cmd->handler(param); in PHPDBG_COMMAND()
/PHP-7.1/ext/imap/tests/
H A Dimap_include.inc36 * @param array resp element from the return value of imap_fetch_overview()
61 * @param string mailbox_suffix Suffix used to uniquely identify mailboxes
62 * @param int message_count number of test msgs to be written to new mailbox
98 * @param resource $imap_stream
99 * @param string $mailbox
131 * @param resource $imap_stream
132 * @param string $mailbox
183 * @param string mailbox complete mailbox name
/PHP-7.1/ext/gd/tests/
H A Dimageellipse_error1.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse('wrong param', 200, 150, 300, 200, 16777215);
H A Dimageellipse_error2.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse($image, 'wrong param', 150, 300, 200, 16777215);
H A Dimageellipse_error3.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse($image, 200, 'wrong param', 300, 200, 16777215);
H A Dimageellipse_error4.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse($image, 200, 150, 'wrong param', 200, 16777215);
H A Dimageellipse_error5.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse($image, 200, 150, 300, 'wrong param', 16777215);
H A Dimageellipse_error6.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse($image, 200, 150, 300, 200, 'wrong param');
H A Dimagerectangle_error1.phpt2 Testing wrong param passing imagerectangle() of GD library
16 imagerectangle( 'wrong param', 0, 0, 50, 50, imagecolorallocate($image, 255, 255, 255) );
H A Dimagerectangle_error3.phpt2 Testing wrong param passing imagerectangle() of GD library
16 imagerectangle( $image, 'wrong param', 0, 50, 50, imagecolorallocate($image, 255, 255, 255) );
H A Dimagerectangle_error4.phpt2 Testing wrong param passing imagerectangle() of GD library
16 imagerectangle( $image, 0, 'wrong param', 50, 50, imagecolorallocate($image, 255, 255, 255) );
H A Dimagerectangle_error5.phpt2 Testing wrong param passing imagerectangle() of GD library
16 imagerectangle( $image, 0, 0, 'wrong param', 50, imagecolorallocate($image, 255, 255, 255) );
H A Dimagerectangle_error6.phpt2 Testing wrong param passing imagerectangle() of GD library
16 imagerectangle( $image, 0, 0, 50, 'wrong param', imagecolorallocate($image, 255, 255, 255) );
H A Dimagerectangle_error7.phpt2 Testing wrong param passing imagerectangle() of GD library
16 imagerectangle( $image, 0, 0, 50, 50, 'wrong param' );

Completed in 27 milliseconds

12345678910>>...12