Home
last modified time | relevance | path

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

1234567891011

/PHP-5.5/ext/gd/tests/
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
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_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_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-5.5/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.5/ext/reflection/tests/
H A DReflectionFunction_getClosureScopeClass.phpt11 $closure = function($param) { return "this is a closure"; };
17 return function($param) { return "this is a closure"; };
H A DReflectionFunction_isGenerator_basic.phpt7 $closure2 = function($param) {
8 yield $param;
/PHP-5.5/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.5/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.5/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.5/Zend/tests/
H A Dclosure_032.phpt11 $c = function($param) { print_r(debug_backtrace()); debug_print_backtrace(); };
58 [$param] => <required>
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug50282.phpt25 <param>
36 </param>
H A D002.phpt16 $r = xmlrpc_encode_request("method", 'param');
41 string(5) "param"
/PHP-5.5/ext/soap/
H A Dphp_packet_soap.c258 sdlParamPtr *h_param, param = NULL; in parse_packet_soap() local
271 param = (*h_param); in parse_packet_soap()
273 if (param->element) { in parse_packet_soap()
274 name = param->element->name; in parse_packet_soap()
275 ns = param->element->namens; in parse_packet_soap()
281 name = param->paramName; in parse_packet_soap()
301 val = get_node(cur->children, param->paramName); in parse_packet_soap()
327 if (param != NULL) { in parse_packet_soap()
328 tmp = master_to_zval(param->encode, val TSRMLS_CC); in parse_packet_soap()
333 add_assoc_zval(return_value, param->paramName, tmp); in parse_packet_soap()
/PHP-5.5/ext/posix/tests/
H A Dposix_getsid_error.phpt4 cases: no params, wrong param, wrong param range
/PHP-5.5/tests/classes/
H A Dbug27504.phpt9 private function bar ( $param ) {
10 echo 'Called function foo:bar('.$param.')'."\n";
/PHP-5.5/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-5.5/sapi/nsapi/
H A Dnsapi.c417 add_assoc_string(return_value, entry->param->name, entry->param->value, 1); in PHP_FUNCTION()
441 add_assoc_string(return_value, entry->param->name, entry->param->value, 1); in PHP_FUNCTION()
677 …if (strcasecmp(entry->param->name, "content-length")==0 || strcasecmp(entry->param->name, "content… in sapi_nsapi_register_server_variables()
678 value=estrdup(entry->param->name); in sapi_nsapi_register_server_variables()
681 spprintf(&value, 0, "HTTP_%s", entry->param->name); in sapi_nsapi_register_server_variables()
691 php_register_variable(value, entry->param->value, track_vars_array TSRMLS_CC); in sapi_nsapi_register_server_variables()
856 ok&=(strcasecmp(entry->param->name, nsapi_exclude_from_ini_entries[j])!=0); in nsapi_php_ini_entries()
861 if (zend_alter_ini_entry(entry->param->name, strlen(entry->param->name)+1, in nsapi_php_ini_entries()
862 entry->param->value, strlen(entry->param->value), in nsapi_php_ini_entries()
864 …), NSG(rq), "Cannot change php.ini key \"%s\" to \"%s\"", entry->param->name, entry->param->value); in nsapi_php_ini_entries()
/PHP-5.5/ext/openssl/tests/
H A D019.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
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug38067.phpt9 function Test($param) {
11 $g = $param->str;

Completed in 42 milliseconds

1234567891011