Home
last modified time | relevance | path

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

123456

/PHP-7.2/ext/snmp/tests/
H A Dreflection.phpt31 Parameter #3 [ <optional> $timeout ]
32 Parameter #4 [ <optional> $retries ]
59 Parameter #1 [ <optional> $use_orignames ]
67 Parameter #1 [ <optional> $use_orignames ]
/PHP-7.2/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-7.2/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.
/PHP-7.2/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.2/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.phpt61 Parameter #1 [ <optional> $b = 1 ]
62 Parameter #2 [ <optional> $c = '' ]
H A DReflectionParameter_DefaultValueConstant_error.phpt2 ReflectionParameter::getDefaultValueConstant() should raise exception on non optional parameter
/PHP-7.2/sapi/cli/tests/
H A D005.phpt71 Parameter #0 [ <optional> $message ]
72 Parameter #1 [ <optional> $code ]
73 Parameter #2 [ <optional> $previous ]
/PHP-7.2/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.2/ext/date/tests/
H A Dbug70266.phpt2 Bug #70266 (DateInterval::__construct.interval_spec is not supposed to be optional)
/PHP-7.2/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.2/ext/intl/tests/
H A Dbug75318.phpt2 Bug #75318 (The parameter of UConverter::getAliases() is not optional)
/PHP-7.2/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.2/Zend/tests/
H A D022.phpt2 Implementating abstracting methods and optional parameters
/PHP-7.2/ext/intl/uchar/tests/
H A Dbug70454.phpt2 Bug #70454 (IntlChar::forDigit second parameter should be optional)
/PHP-7.2/ext/spl/tests/
H A Dbug64782.phpt2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
/PHP-7.2/tests/classes/
H A Dmethod_override_optional_arg_002.phpt2 Omitting optional arg in method inherited from abstract class

Completed in 39 milliseconds

123456