Home
last modified time | relevance | path

Searched refs:optional (Results 26 – 50 of 120) sorted by relevance

12345

/PHP-5.4/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt28 Parameter #1 [ <optional> $return ]
134 Parameter #0 [ <optional> $filter ]
155 Parameter #0 [ <optional> $filter ]
262 Parameter #0 [ <optional> array $args ]
289 Parameter #1 [ <optional> $default ]
H A Dbug60357.phpt10 Parameter #0 [ <optional> array $x = Array ]
H A DReflectionExtension_getDependencies_variation2.phpt2 ReflectionExtension::getDependencies() method on an extension with one optional dependency
H A D009.phpt57 Parameter #1 [ <optional> $b = 1 ]
58 Parameter #2 [ <optional> $c = '' ]
H A D025.phpt59 Parameter #1 [ <optional> $b = 1 ]
60 Parameter #2 [ <optional> $c = '' ]
H A DReflectionParameter_export_basic.phpt18 Parameter #1 [ <optional> $test2 = NULL ]
H A DReflectionParameter_toString_basic.phpt19 Parameter #1 [ <optional> $test2 = NULL ]
H A DReflectionParameter_DefaultValueConstant_error.phpt2 ReflectionParameter::getDefaultValueConstant() should raise exception on non optional parameter
H A Dparameters_001.phpt2 ReflectionParameter Check for parameter being 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/pgsql/tests/
H A D19pg_ping.phpt7 // optional functions
H A D20pg_get_pid.phpt7 // optional functions
H A D21pg_get_notify.phpt7 // optional functions
H A D18pg_escape_bytea_before.phpt7 // optional functions
H A D18pg_escape_bytea_hex.phpt10 // optional functions
H A D18pg_escape_bytea_esc.phpt7 // optional functions
/PHP-5.4/Zend/tests/
H A D022.phpt2 Implementating abstracting methods and optional parameters
/PHP-5.4/tests/classes/
H A Dmethod_override_optional_arg_002.phpt2 Omitting optional arg in method inherited from abstract class
H A Dmethod_override_optional_arg_001.phpt2 Method override allows optional default argument
/PHP-5.4/sapi/cli/tests/
H A D004.phpt29 Parameter #0 [ <optional> $what ]
/PHP-5.4/ext/dom/tests/
H A DDOMDocument_saveHTML_variant1.phpt2 DOMDocument::saveHTML() optional parameters
/PHP-5.4/ext/zip/tests/
H A Dbug14962.phpt2 Bug #14962 (::extractTo second argument is not really optional)
/PHP-5.4/
H A DREADME.EXT_SKEL77 other with a comma and optional space. Argument_type can be one of int,
80 An optional argument is separated from the previous by an optional space,
81 then '[' and of course comma and optional space, like all the other
82 arguments. You should close a row of optional arguments with same amount of
95 Arguments arg3 and arg4 are optional.
/PHP-5.4/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt11 -s sections....................... Create optional sections, colon separated list
/PHP-5.4/ext/standard/tests/array/
H A Darray_walk_basic2.phpt49 echo "-- Using array_walk with one optional parameter to modify contents --\n";
73 -- Using array_walk with one optional parameter to modify contents --

Completed in 29 milliseconds

12345