Home
last modified time | relevance | path

Searched refs:param (Results 101 – 125 of 291) sorted by relevance

12345678910>>...12

/PHP-7.0/ext/standard/tests/mail/
H A Dmail_include.inc16 * @param int message_count number of test msgs to be written to new mailbox
52 * @param resource $imap_stream
53 * @param string $mailbox
85 * @param resource $imap_stream
86 * @param string $mailbox
137 * @param string mailbox complete mailbox name
/PHP-7.0/ext/xmlrpc/tests/
H A Dbug50282.phpt25 <param>
36 </param>
H A Dbug74975.phpt38 <param>
55 </param>
H A D002.phpt16 $r = xmlrpc_encode_request("method", 'param');
41 string(5) "param"
H A Dbug44996.phpt10 …sion=\"1.0\"?><methodResponse><params><param><value><dateTime.iso8601>$datetime</dateTime.iso8601>…
/PHP-7.0/Zend/tests/
H A Dclosure_032.phpt11 $c = function($param) { print_r(debug_backtrace()); debug_print_backtrace(); };
58 [$param] => <required>
/PHP-7.0/ext/phar/phar/
H A Dpharcommand.inc37 * @param string $l1 Eleven
38 * @param string $l2 Twelve
39 * @param string $arg_inf
208 * @param string $key The key
273 * @param string $key The key
704 * @param string $pn
705 * @param unknown_type $f
897 * @param string $pn
1091 * @param arguments $args
1454 * @param args $args
[all …]
/PHP-7.0/ext/posix/tests/
H A Dposix_getsid_error.phpt4 cases: no params, wrong param, wrong param range
/PHP-7.0/ext/gd/tests/
H A Dimageantialias_error2.phpt21 var_dump(imageantialias($image, 'wrong param')); // 'wrogn param' is converted to true
H A Dimagefilltoborder_error5.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 50, imagecolorallocate( $image, 0, 0, 0 ), 'wrong param' );
H A Dimagefilltoborder_error1.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( 'wrong param', 50, 50, imagecolorallocate( $image, 0, 0, 0 ), imagecolorallocate…
H A Dimagefilltoborder_error4.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 50, 'wrong param', imagecolorallocate( $image, 255, 0, 0 ) );
H A Dimagefilltoborder_error2.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 'wrong param', 50, imagecolorallocate( $image, 0, 0, 0 ), imagecolorallo…
H A Dimagefilltoborder_error3.phpt2 Testing wrong param passing imagefilltoborder() of GD library
22 imagefilltoborder( $image, 50, 'wrong param', imagecolorallocate( $image, 0, 0, 0 ), imagecolorallo…
/PHP-7.0/ext/spl/examples/
H A Drecursivecomparedualiterator.inc26 * @param $it RecursiveDualIterator
27 * @param $mode should be LEAVES_ONLY
28 * @param $flags should be 0
H A Drecursivedualiterator.inc23 * @param lhs Left Hand Side Iterator
24 * @param rhs Right Hand Side Iterator
25 * @param flags iteration flags
H A Dregexfindfile.inc22 * @param $path the directory to search in
25 * @param $regex perl style regular expression to find files with
/PHP-7.0/ext/reflection/tests/
H A DReflectionFunction_isGenerator_basic.phpt7 $closure2 = function($param) {
8 yield $param;
/PHP-7.0/tests/classes/
H A Dbug27504.phpt9 private function bar ( $param ) {
10 echo 'Called function foo:bar('.$param.')'."\n";
/PHP-7.0/ext/soap/
H A Dsoap.c2878 zval *param; local
3347 sdlParamPtr param; local
4297 xmlNodePtr param; local
4429 if (param != NULL && param->paramName != NULL) {
4459 } else if (param->element->def && !param->element->nillable) {
4588 sdlParamPtr param; local
4595 if (param->encode && param->encode->details.type_str) {
4608 if (param->encode && param->encode->details.type_str) {
4614 smart_str_appendl(buf, param->paramName, strlen(param->paramName));
4632 if (param->encode && param->encode->details.type_str) {
[all …]
/PHP-7.0/ext/mysqli/
H A Dmysqli_api.c193 if (stmt->param.var_cnt) { in mysqli_stmt_bind_param_do_bind()
202 zval *param; in mysqli_stmt_bind_param_do_bind() local
204 param = Z_REFVAL(args[i]); in mysqli_stmt_bind_param_do_bind()
206 param = &args[i]; in mysqli_stmt_bind_param_do_bind()
875 if (stmt->param.var_cnt) {
883 if (Z_TYPE(stmt->param.vars[j]) == Z_TYPE(stmt->param.vars[i]) &&
884 Z_REFVAL(stmt->param.vars[j]) == Z_REFVAL(stmt->param.vars[i])) {
893 zval *param; local
895 param = Z_REFVAL(stmt->param.vars[i]);
897 param = &stmt->param.vars[i];
[all …]
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c1498 param = intern->ptr; in _reflection_param_get_default_param()
1504 return param; in _reflection_param_get_default_param()
1513 if (param == NULL) { in _reflection_param_get_default_precv()
1517 precv = _get_recv_op((zend_op_array*)param->fptr, param->offset); in _reflection_param_get_default_precv()
2552 _parameter_string(&str, param->fptr, param->arg_info, param->offset, param->required, ""); in ZEND_METHOD()
2832 RETVAL_BOOL(param->offset >= param->required); in ZEND_METHOD()
2854 precv = _get_recv_op((zend_op_array*)param->fptr, param->offset); in ZEND_METHOD()
2874 if (!param) { in ZEND_METHOD()
2908 if (!param) { in ZEND_METHOD()
2933 if (!param) { in ZEND_METHOD()
[all …]
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_verify_basic.phpt22 Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
25 Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
H A Dbug38255.phpt33 Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
35 Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
38 Warning: openssl_verify(): supplied key param cannot be coerced into a public key in %s on line %d
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug38067.phpt9 function Test($param) {
11 $g = $param->str;

Completed in 89 milliseconds

12345678910>>...12