Home
last modified time | relevance | path

Searched refs:optional (Results 1 – 25 of 126) sorted by relevance

123456

/PHP-5.5/ext/mysql/tests/
H A Dmysql_reflection_functions.phpt60 Parameter #0 [ <optional> $hostname ]
61 Parameter #1 [ <optional> $username ]
62 Parameter #2 [ <optional> $password ]
63 Parameter #3 [ <optional> $new ]
64 Parameter #4 [ <optional> $flags ]
77 Parameter #2 [ <optional> $field ]
91 Parameter #2 [ <optional> $field ]
314 Parameter #3 [ <optional> $flags ]
338 Parameter #2 [ <optional> $field ]
368 Parameter #2 [ <optional> $field ]
[all …]
/PHP-5.5/sapi/cli/tests/
H A D006.phpt63 Parameter #3 [ <optional> $flags ]
64 Parameter #4 [ <optional> $offset ]
73 Parameter #3 [ <optional> $flags ]
74 Parameter #4 [ <optional> $offset ]
83 Parameter #3 [ <optional> $limit ]
84 Parameter #4 [ <optional> &$count ]
93 Parameter #3 [ <optional> $limit ]
103 Parameter #3 [ <optional> $limit ]
112 Parameter #2 [ <optional> $limit ]
113 Parameter #3 [ <optional> $flags ]
[all …]
/PHP-5.5/ext/date/tests/
H A Dgmmktime_variation7.phpt2 Test gmmktime() function : usage variation - Checking with few optional arguments.
20 echo "\n-- Testing gmmktime() function with one optional argument --\n";
23 echo "\n-- Testing gmmktime() function with two optional argument --\n";
26 echo "\n-- Testing gmmktime() function with three optional argument --\n";
29 echo "\n-- Testing gmmktime() function with four optional argument --\n";
32 echo "\n-- Testing gmmktime() function with five optional argument --\n";
40 -- Testing gmmktime() function with one optional argument --
43 -- Testing gmmktime() function with two optional argument --
46 -- Testing gmmktime() function with three optional argument --
49 -- Testing gmmktime() function with four optional argument --
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt53 Parameter #2 [ <optional> C or NULL $c = NULL ]
54 Parameter #3 [ <optional> $d = '16 chars long -...' ]
55 Parameter #4 [ <optional> $e = '15 chars long -' ]
56 Parameter #5 [ <optional> $f = NULL ]
57 Parameter #6 [ <optional> $g = false ]
58 Parameter #7 [ <optional> array or NULL $h = NULL ]
H A Dbug33389.phpt47 Parameter #0 [ <optional> $arg = 1 ]
55 Parameter #0 [ <optional> $arg = NULL ]
63 Parameter #0 [ <optional> $arg = false ]
71 Parameter #0 [ <optional> $arg = 'foo' ]
79 Parameter #0 [ <optional> $arg = 1 ]
H A DReflectionParameter_003.phpt29 echo "this parameter is optional\n";
31 echo "this parameter is not optional\n";
66 this parameter is not optional
73 this parameter is optional
80 this parameter is optional
87 this parameter is optional
H A Dbug45765.phpt54 Parameter #0 [ <optional> $a = 'foo's bar' ]
62 Parameter #0 [ <optional> $a = 'foobar' ]
70 Parameter #0 [ <optional> $a = 'foo's bar' ]
78 Parameter #0 [ <optional> $a = 'foobar' ]
H A DReflectionParameter_getDeclaringFunction_basic.phpt24 Parameter #1 [ <optional> $test2 = NULL ]
33 Parameter #1 [ <optional> $test2 = NULL ]
/PHP-5.5/ext/oci8/tests/
H A Dreflection2.phpt45 Parameter #0 [ <optional> $length ]
52 Parameter #0 [ <optional> $offset ]
53 Parameter #1 [ <optional> $length ]
60 Parameter #0 [ <optional> $flag ]
100 Parameter #1 [ <optional> $whence ]
108 Parameter #1 [ <optional> $length ]
129 Parameter #1 [ <optional> $start ]
130 Parameter #2 [ <optional> $length ]
138 Parameter #1 [ <optional> $start ]
139 Parameter #2 [ <optional> $length ]
[all …]
H A Dreflection1.phpt140 Parameter #3 [ <optional> $type ]
151 Parameter #4 [ <optional> $type ]
163 Parameter #5 [ <optional> $type ]
227 Parameter #1 [ <optional> $mode ]
270 Parameter #1 [ <optional> $mode ]
279 Parameter #2 [ <optional> $mode ]
288 Parameter #2 [ <optional> $skip ]
487 Parameter #1 [ <optional> $flag ]
584 Parameter #1 [ <optional> $type ]
698 Parameter #4 [ <optional> $type ]
[all …]
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php138 function check_param($db, $idx, $exp, $optional) argument
156 if ($optional && !$db[$idx][2]) {
159 } elseif (!$optional && $db[$idx][2]) {
213 $optional = $varargs = false;
222 if ($optional) {
225 $optional = true;
249 check_param($params, ++$j, 'UConverter*', $optional);
265 check_param($params, ++$j, 'zval****', $optional);
266 check_param($params, ++$j, 'int*', $optional);
277 check_param($params, ++$j, $exp, $optional);
/PHP-5.5/ext/standard/tests/strings/
H A Dsscanf_basic1.phpt19 echo "\n-- Try sccanf() WITHOUT optional args --\n";
24 echo "\n-- Try sccanf() WITH optional args --\n";
34 -- Try sccanf() WITHOUT optional args --
39 -- Try sccanf() WITH optional args --
H A Dsscanf_basic2.phpt19 echo "\n-- Try sccanf() WITHOUT optional args --\n";
24 echo "\n-- Try sccanf() WITH optional args --\n";
34 -- Try sccanf() WITHOUT optional args --
39 -- Try sccanf() WITH optional args --
H A Dsscanf_basic4.phpt16 echo "\n-- Try sccanf() WITHOUT optional args --\n";
21 echo "\n-- Try sccanf() WITH optional args --\n";
31 -- Try sccanf() WITHOUT optional args --
37 -- Try sccanf() WITH optional args --
H A Dsscanf_basic3.phpt16 echo "\n-- Try sccanf() WITHOUT optional args --\n";
21 echo "\n-- Try sccanf() WITH optional args --\n";
31 -- Try sccanf() WITHOUT optional args --
37 -- Try sccanf() WITH optional args --
H A Dsscanf_basic7.phpt16 echo "\n-- Try sccanf() WITHOUT optional args --\n";
21 echo "\n-- Try sccanf() WITH optional args --\n";
31 -- Try sccanf() WITHOUT optional args --
39 -- Try sccanf() WITH optional args --
H A Dsscanf_basic6.phpt22 echo "\n-- Try sccanf() WITHOUT optional args --\n";
27 echo "\n-- Try sccanf() WITH optional args --\n";
37 -- Try sccanf() WITHOUT optional args --
45 -- Try sccanf() WITH optional args --
H A Dsscanf_basic5.phpt17 echo "\n-- Try sccanf() WITHOUT optional args --\n";
24 echo "\n-- Try sccanf() WITH optional args --\n";
37 -- Try sccanf() WITHOUT optional args --
47 -- Try sccanf() WITH optional args --
H A Dsscanf_basic8.phpt17 echo "\n-- Try sccanf() WITHOUT optional args --\n";
24 echo "\n-- Try sccanf() WITH optional args --\n";
36 -- Try sccanf() WITHOUT optional args --
50 -- Try sccanf() WITH optional args --
/PHP-5.5/ext/pgsql/tests/
H A D07optional.phpt2 PostgreSQL optional functions
7 // optional functions
/PHP-5.5/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt41 Parameter #0 [ <optional> $dir_handle ]
48 Parameter #0 [ <optional> $dir_handle ]
55 Parameter #0 [ <optional> $dir_handle ]
/PHP-5.5/ext/standard/tests/array/
H A Darray_rand_basic1.phpt21 // Calling array_rand() with optional argument
22 echo"\n-- with all default and optional arguments --\n";
34 -- with all default and optional arguments --
H A Darray_rand_basic2.phpt26 // Calling array_rand() with optional argument
27 echo"\n-- with all default and optional arguments --\n";
39 -- with all default and optional arguments --
/PHP-5.5/ext/skeleton/
H A Dcreate_stubs104 args_max = args_min = optional = i = spec_opt = 0
119 if (gobble("\\[")) optional = 1
131 if (optional) {
136 optionals[num_funcs,i] = optional
143 optional++
147 if (!x && y && optional) {
/PHP-5.5/ext/hash/
H A DREADME18 hash(), hash_file(), and hash_final() each support an optional boolean parameter $raw_output which …
19 manner as sha1()'s optional parameter.

Completed in 38 milliseconds

123456