Home
last modified time | relevance | path

Searched refs:default (Results 51 – 75 of 803) sorted by relevance

12345678910>>...33

/PHP-7.0/ext/standard/tests/array/
H A Dusort_basic.phpt28 // Int array with default keys
31 echo "\n-- Numeric array with default keys --\n";
35 // String array with default keys
38 echo "\n-- String array with default keys --\n";
60 -- Numeric array with default keys --
79 -- String array with default keys --
H A Darray_rand_variation4.phpt53 // with default argument
54 echo"\nWith default argument\n";
57 // with default and optional arguments
74 With default argument
90 With default argument
106 With default argument
122 With default argument
138 With default argument
154 With default argument
H A Darray_reverse_variation5.phpt89 - default argument -
99 - default argument -
115 - default argument -
131 - default argument -
165 - default argument -
181 - default argument -
215 - default argument -
252 - default argument -
286 - default argument -
308 - default argument -
[all …]
H A Darray_intersect_assoc_basic.phpt13 * Function is tested by passing associative array as well as array with default keys.
18 // array with default keys
24 // default key array for both $arr1 and $arr2 argument
27 // default key array for $arr1 and associative array for $arr2 argument
30 // associative array for $arr1 and default key array for $arr2
H A Darray_intersect_basic.phpt12 * Function is tested by passing associative array as well as array with default keys.
17 // array with default keys
23 // default key array for both $arr1 and $arr2 argument
26 // default key array for $arr1 and associative array for $arr2 argument
29 // associative array for $arr1 and default key array for $arr2
H A Duasort_basic1.phpt32 // Int array with default keys
34 echo "-- Numeric array with default keys --\n";
38 // String array with default keys
40 echo "-- String array with default keys --\n";
60 -- Numeric array with default keys --
78 -- String array with default keys --
H A Drsort_variation8.phpt39 echo "\n-- 'flag' value is default --\n";
59 -- 'flag' value is default --
71 -- 'flag' value is default --
89 -- 'flag' value is default --
123 -- 'flag' value is default --
H A Darray_merge_recursive_variation4.phpt64 // with default argument
65 echo "-- With default argument --\n";
87 -- With default argument --
123 -- With default argument --
171 -- With default argument --
207 -- With default argument --
251 -- With default argument --
295 -- With default argument --
341 -- With default argument --
385 -- With default argument --
H A Darray_merge_recursive_variation5.phpt64 // with default argument
65 echo "-- With default argument --\n";
83 -- With default argument --
113 -- With default argument --
151 -- With default argument --
195 -- With default argument --
243 -- With default argument --
281 -- With default argument --
319 -- With default argument --
356 -- With default argument --
/PHP-7.0/ext/standard/tests/class_object/
H A Dinterface_exists_variation4.phpt2 Test interface_exists() function : test autoload default value
11 echo "*** Testing interface_exists() : test autoload default value ***\n";
24 *** Testing interface_exists() : test autoload default value ***
/PHP-7.0/ext/intl/tests/
H A Dformatter_get_set_text_attribute.phpt42 // Get default attribute's value
48 …$res_str .= "Formatting number with default value: " . ut_nfmt_format( $fmt, $test_number ) . "\n…
64 // Restore attribute's value to default
86 Formatting number with default value: 12,345.123
92 Formatting number with default value: 12,345.123
98 Formatting number with default value: -12,345.123
104 Formatting number with default value: -12,345.123
110 Formatting number with default value: ***********12,345.123
116 Formatting number with default value: 12,345.123
H A Dformatter_get_set_text_attribute_var2.phpt42 // Get default attribute's value
48 …$res_str .= "Formatting number with default value: " . ut_nfmt_format( $fmt, $test_number ) . "\n…
64 // Restore attribute's value to default
86 Formatting number with default value: 12,345.123
92 Formatting number with default value: 12,345.123
98 Formatting number with default value: -12,345.123
104 Formatting number with default value: -12,345.123
110 Formatting number with default value: 12,345.123
116 Formatting number with default value: 12,345.123
/PHP-7.0/ext/standard/tests/general_functions/
H A Dbug49692.ini3 /home = default:index
4 /info = default:info
/PHP-7.0/ext/pgsql/tests/
H A Dpg_meta_data_001.phpt41 ["has default"]=>
58 ["has default"]=>
77 ["has default"]=>
94 ["has default"]=>
113 ["has default"]=>
138 ["has default"]=>
H A D11pg_meta_data.phpt29 ["has default"]=>
46 ["has default"]=>
63 ["has default"]=>
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_getStaticPropertyValue_001.phpt24 var_dump($rcA->getStaticPropertyValue("privateOverridden", "default value"));
26 var_dump($rcA->getStaticPropertyValue("protectedOverridden", "default value"));
37 echo "\nRetrieving non-existent values from A with no default value:\n";
55 string(13) "default value"
57 string(13) "default value"
67 Retrieving non-existent values from A with no default value:
H A D024.phpt34 Property [ <default> private $p1 ]
35 Property [ <default> protected $p2 ]
36 Property [ <default> public $p3 ]
/PHP-7.0/ext/standard/tests/strings/
H A Dparse_str_basic2.phpt2 Test parse_str() function : non-default arg_separator.input specified
12 echo "*** Testing parse_str() : non-default arg_separator.input specified ***\n";
21 *** Testing parse_str() : non-default arg_separator.input specified ***
/PHP-7.0/ext/session/tests/
H A Dsession_set_save_handler_class_004.phpt2 Test session_set_save_handler() : default object
19 echo "*** Testing session_set_save_handler() : default object ***\n";
38 *** Testing session_set_save_handler() : default object ***
/PHP-7.0/ext/intl/doc/
H A Dlocale_api.php221 * @param string $default the locale to use if no match is found
225 public static function lookup(array $langtag, $locale, $default = null) {} argument
404 * @param string $default the locale to use if no match is found
408 function locale_lookup(array $langtag, $locale, $default = null) {} argument
/PHP-7.0/Zend/tests/variadic/
H A Dno_default_error.phpt2 Variadic argument cannot have a default value
10 Fatal error: Variadic parameter cannot have a default value in %s on line %d
/PHP-7.0/ext/curl/tests/
H A Dbug48203_multi.phpt76 Warning: curl_multi_exec(): CURLOPT_WRITEHEADER resource has gone away, resetting to default in %s …
78 Warning: curl_multi_exec(): CURLOPT_WRITEHEADER resource has gone away, resetting to default in %s …
81 Warning: curl_multi_exec(): CURLOPT_FILE resource has gone away, resetting to default in %s on line…
83 Warning: curl_multi_exec(): CURLOPT_FILE resource has gone away, resetting to default in %s on line…
88 Warning: curl_multi_exec(): CURLOPT_INFILE resource has gone away, resetting to default in %s on li…
90 Warning: curl_multi_exec(): CURLOPT_INFILE resource has gone away, resetting to default in %s on li…
/PHP-7.0/ext/oci8/tests/
H A Dbind_char_2.phpt35 echo "Test 1.1: Type: default. Length: default\n";
41 echo "Test 1.2: Type: AFC. Length: default\n";
95 Test 1.1: Type: default. Length: default
99 Test 1.2: Type: AFC. Length: default
H A Dbind_char_2_11gR1.phpt35 echo "Test 1.1: Type: default. Length: default\n";
41 echo "Test 1.2: Type: AFC. Length: default\n";
95 Test 1.1: Type: default. Length: default
99 Test 1.2: Type: AFC. Length: default
/PHP-7.0/ext/standard/tests/file/
H A Dunlink_variation1-win32.phpt15 /* Delete file having default permission but its dir having readonly permission
16 Delete file having readonly permission but dir having default permission
34 echo "-- Unlink file having default permission and its dir having read only permission --\n";
46 echo "\n-- Unlinking file without write permission, its dir having default permission --\n";
72 -- Unlink file having default permission and its dir having read only permission --
78 -- Unlinking file without write permission, its dir having default permission --

Completed in 62 milliseconds

12345678910>>...33