Home
last modified time | relevance | path

Searched refs:param (Results 51 – 75 of 266) sorted by relevance

1234567891011

/PHP-5.5/ext/mysqli/tests/
H A Dbug52891.phpt36 $param = 42;
38 if (!$stmt1->bind_param("i", $param))
41 if (!$stmt2->bind_param("i", $param))
52 $param = -4294967297;
57 $param = 43;
66 $param = -4294967295;
70 $param = 4294967295;
77 $param = 4294967297;
/PHP-5.5/ext/xmlrpc/tests/
H A D007.phpt17 <param>
21 </param>
H A D006.phpt17 <param>
21 </param>
H A Dbug18916.phpt18 <param>
22 </param>
H A Dbug70728.phpt18 <param>
22 </param>
/PHP-5.5/ext/openssl/tests/
H A D014.phpt29 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
32 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
35 Warning: openssl_private_encrypt(): key param is not a valid private key in %s on line %d
/PHP-5.5/ext/spl/internal/
H A Dlimititerator.inc33 * @param it Iterator to limit
34 * @param offset Offset to first element
35 * @param count Maximum number of elements to show or -1 for all
52 * @param position offset to seek to (relative to beginning not offset
125 * @param func Name of method to invoke
126 * @param params Array of parameters to pass to method
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-5.5/ext/pcre/tests/
H A Dbug21732.phpt8 function cb($param) {
9 var_dump($param);
/PHP-5.5/ext/reflection/tests/
H A Dbug39884.phpt7 function paramTest(self $param)
15 $refParam = new ReflectionParameter(array('stubParamTest', 'paramTest'), 'param');
H A DReflectionParameter_DefaultValueConstant_error.phpt12 foreach($reflect->getParameters() as $param) {
14 echo $param->getDefaultValueConstantName() . "\n";
/PHP-5.5/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-5.5/ext/sybase_ct/tests/
H A Dbug22403.phpt24 create proc '.$sp_name.' (@param int)
27 select @param
28 select @param + 1
29 return @param
/PHP-5.5/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-5.5/ext/gd/tests/
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 Dimageellipse_error1.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse('wrong param', 200, 150, 300, 200, 16777215);
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) );

Completed in 30 milliseconds

1234567891011