Home
last modified time | relevance | path

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

12345678910

/PHP-5.3/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.3/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.3/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_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_error3.phpt2 Testing wrong param passing imageellipse() of GD library
17 imageellipse($image, 200, 'wrong param', 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) );
H A Dimagerectangle_error7.phpt2 Testing wrong param passing imagerectangle() of GD library
16 imagerectangle( $image, 0, 0, 50, 50, 'wrong param' );
H A Dimageantialias_error2.phpt21 var_dump(imageantialias($image, 'wrong param')); // 'wrogn param' is converted to true
/PHP-5.3/ext/date/tests/
H A Dexamine_diff.inc21 * @param string|DateTime $end_date the end date in YYYY-MM-DD format
23 * @param string|DateTime $start_date the start date in YYYY-MM-DD format
25 * @param string $expect_spec the expected result of the tests, in the
29 * @param int $expect_days the number of days to compare with the
31 * @param bool $absolute should the result always be a positive number?
/PHP-5.3/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc27 * @param string relative path within the package
28 * @param string|resource file contents or open file handle
56 * @param string $dir
/PHP-5.3/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-5.3/sapi/nsapi/
H A Dnsapi.c417 if (!PG(safe_mode) || strncasecmp(entry->param->name, "authorization", 13)) { in PHP_FUNCTION()
418 add_assoc_string(return_value, entry->param->name, entry->param->value, 1); in PHP_FUNCTION()
443 add_assoc_string(return_value, entry->param->name, entry->param->value, 1); in PHP_FUNCTION()
679 if (!PG(safe_mode) || strncasecmp(entry->param->name, "authorization", 13)) { in sapi_nsapi_register_server_variables()
680 …if (strcasecmp(entry->param->name, "content-length")==0 || strcasecmp(entry->param->name, "content… in sapi_nsapi_register_server_variables()
681 value=estrdup(entry->param->name); in sapi_nsapi_register_server_variables()
684 spprintf(&value, 0, "HTTP_%s", entry->param->name); in sapi_nsapi_register_server_variables()
861 ok&=(strcasecmp(entry->param->name, nsapi_exclude_from_ini_entries[j])!=0); in nsapi_php_ini_entries()
866 if (zend_alter_ini_entry(entry->param->name, strlen(entry->param->name)+1, in nsapi_php_ini_entries()
867 entry->param->value, strlen(entry->param->value), in nsapi_php_ini_entries()
[all …]
/PHP-5.3/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-5.3/ext/xmlrpc/tests/
H A Dbug50282.phpt25 <param>
36 </param>
/PHP-5.3/Zend/tests/
H A Dclosure_032.phpt11 $c = function($param) { print_r(debug_backtrace()); debug_print_backtrace(); };
58 [$param] => <required>
/PHP-5.3/ext/soap/
H A Dphp_packet_soap.c260 sdlParamPtr *h_param, param = NULL; in parse_packet_soap() local
273 param = (*h_param); in parse_packet_soap()
275 if (param->element) { in parse_packet_soap()
276 name = param->element->name; in parse_packet_soap()
277 ns = param->element->namens; in parse_packet_soap()
283 name = param->paramName; in parse_packet_soap()
303 val = get_node(cur->children, param->paramName); in parse_packet_soap()
329 if (param != NULL) { in parse_packet_soap()
330 tmp = master_to_zval(param->encode, val); in parse_packet_soap()
335 add_assoc_zval(return_value, param->paramName, tmp); in parse_packet_soap()
/PHP-5.3/ext/posix/tests/
H A Dposix_getsid_error.phpt4 cases: no params, wrong param, wrong param range
/PHP-5.3/tests/classes/
H A Dbug27504.phpt9 private function bar ( $param ) {
10 echo 'Called function foo:bar('.$param.')'."\n";

Completed in 73 milliseconds

12345678910