Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/standard/tests/strings/
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-7.4/ext/standard/tests/array/
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-7.4/ext/reflection/tests/
H A DReflectionParameter_getDeclaringFunction_basic.phpt24 Parameter #1 [ <optional> $test2 = NULL ]
33 Parameter #1 [ <optional> $test2 = NULL ]
H A DReflectionClass_toString_001.phpt28 Parameter #1 [ <optional> $return ]
140 Parameter #0 [ <optional> $filter ]
161 Parameter #0 [ <optional> $filter ]
281 Parameter #0 [ <optional> array $args ]
308 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 DReflectionParameter_export_basic.phpt18 Parameter #1 [ <optional> $test2 = NULL ]
H A D009.phpt59 Parameter #1 [ <optional> $b = 1 ]
60 Parameter #2 [ <optional> $c = '' ]
H A D025.phpt59 Parameter #1 [ <optional> $b = 1 ]
60 Parameter #2 [ <optional> $c = '' ]
H A DReflectionParameter_DefaultValueConstant_error.phpt2 ReflectionParameter::getDefaultValueConstant() should raise exception on non optional parameter
/PHP-7.4/sapi/cli/tests/
H A D005.phpt68 Parameter #0 [ <optional> $message ]
69 Parameter #1 [ <optional> $code ]
70 Parameter #2 [ <optional> $previous ]
H A D004.phpt26 Parameter #0 [ <optional> $what ]
/PHP-7.4/ext/date/tests/
H A Dbug70266.phpt2 Bug #70266 (DateInterval::__construct.interval_spec is not supposed to be optional)
/PHP-7.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
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c284 …ibeValue_worker(const char* type, const char* id, const char* desc, int optional, const char* defa… in describeValue_worker() argument
291 if(optional != 2) { in describeValue_worker()
292 XMLRPC_VectorAppendInt(xParam, xi_token_optional, optional); in describeValue_worker()
294 if(optional == 1 && default_val) { in describeValue_worker()
315 int optional = 0; in xml_element_to_method_description() local
334 optional = 1; in xml_element_to_method_description()
361 …lue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), optional, def, xSubList); in xml_element_to_method_description()
/PHP-7.4/ext/intl/tests/
H A Dbug75318.phpt2 Bug #75318 (The parameter of UConverter::getAliases() is not optional)
/PHP-7.4/Zend/tests/variadic/
H A Dadding_additional_optional_parameter.phpt2 It's possible to add additional optional arguments with matching signature
H A Dadding_additional_optional_parameter_error.phpt2 Additional optional parameters must have a matching prototype
/PHP-7.4/Zend/tests/
H A D022.phpt2 Implementating abstracting methods and optional parameters
/PHP-7.4/ext/intl/uchar/tests/
H A Dbug70454.phpt2 Bug #70454 (IntlChar::forDigit second parameter should be optional)
/PHP-7.4/ext/spl/tests/
H A Dbug64782.phpt2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
/PHP-7.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

Completed in 61 milliseconds

12345