Home
last modified time | relevance | path

Searched refs:optional (Results 1 – 25 of 120) sorted by last modified time

12345

/PHP-5.4/win32/
H A Dinstall.txt430 The following steps are optional:
889 The php_ini parameter is optional but with it you
/PHP-5.4/win32/build/
H A Dconfutils.js1164 function ADD_EXTENSION_DEP(extname, dependson, optional) argument
1186 if (optional) {
1197 if (optional) {
/PHP-5.4/tests/classes/
H A Dmethod_override_optional_arg_001.phpt2 Method override allows optional default argument
H A Dmethod_override_optional_arg_002.phpt2 Omitting optional arg in method inherited from abstract class
/PHP-5.4/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);
H A Dgenerate-phpt.phar146 * Get the names of function arguments and initialise mandatory and optional argument arrays
266 -s sections....................... Create optional sections, colon separated list
703 throw new gtUnknownSectionException('Unrecognised optional section');
871 * Set the names of the mandatory and optional arguments to the method
1065 * Return the list of all optional argument names
/PHP-5.4/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt11 -s sections....................... Create optional sections, colon separated list
/PHP-5.4/sapi/cli/tests/
H A D004.phpt29 Parameter #0 [ <optional> $what ]
H A D005.phpt71 Parameter #0 [ <optional> $message ]
72 Parameter #1 [ <optional> $code ]
73 Parameter #2 [ <optional> $previous ]
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.4/sapi/apache_hooks/
H A Dconfig.m424 EXPERIMENTAL: Build shared Apache 1.x module. FILE is the optional
/PHP-5.4/sapi/apache2handler/
H A Dconfig.m46 [ --with-apxs2[=FILE] Build shared Apache 2.0 Handler module. FILE is the optional
/PHP-5.4/sapi/apache/
H A Dconfig.m423 [ --with-apxs[=FILE] Build shared Apache 1.x module. FILE is the optional
/PHP-5.4/sapi/apache2filter/
H A Dconfig.m47 EXPERIMENTAL: Build shared Apache 2.0 Filter module. FILE is the optional
/PHP-5.4/ext/zip/tests/
H A Dbug14962.phpt2 Bug #14962 (::extractTo second argument is not really optional)
/PHP-5.4/ext/xmlwriter/tests/
H A Dbug41287.phpt2 Bug #41287 (Namespace functions don't allow xmlns definition to be optional)
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c287 …ibeValue_worker(const char* type, const char* id, const char* desc, int optional, const char* defa… in describeValue_worker() argument
294 if(optional != 2) { in describeValue_worker()
295 XMLRPC_VectorAppendInt(xParam, xi_token_optional, optional); in describeValue_worker()
297 if(optional == 1 && default_val) { in describeValue_worker()
318 int optional = 0; in xml_element_to_method_description() local
337 optional = 1; in xml_element_to_method_description()
364 …lue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), optional, def, xSubList); in xml_element_to_method_description()
/PHP-5.4/ext/standard/tests/strings/
H A Dwordwrap_basic.phpt20 // Calling wordwrap() with all possible optional arguments
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_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_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_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_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 --

Completed in 65 milliseconds

12345