Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 803) sorted by relevance

12345678910>>...33

/PHP-7.0/Zend/tests/
H A Dbug69889.phpt7 var_dump($foo[0] ?? "default");
9 var_dump($foo[5] ?? "default");
10 var_dump(isset($foo[5]) ? $foo[5] : "default");
12 var_dump($foo["str"] ?? "default");
13 var_dump(isset($foo["str"]) ? $foo["str"] : "default");
18 string(7) "default"
19 string(7) "default"
20 string(7) "default"
21 string(7) "default"
H A D034.phpt2 Testing multiples 'default:' in switch
13 default:
16 default:
19 default:
26 Fatal error: Switch statements may only contain one default clause in %s on line 13
H A Dunset_cv11.phpt5 $x = array("default"=>"ok");
8 unset($cf['default']);
14 ["default"]=>
18 ["default"]=>
/PHP-7.0/tests/lang/
H A D020.phpt22 default:
40 default:
48 Inner default...
51 Inner default...
54 Inner default...
57 Inner default...
60 Inner default...
63 Inner default...
66 Inner default...
69 Inner default...
[all …]
/PHP-7.0/ext/soap/interop/
H A Ddatabase_round2.sql19 endpointName varchar(50) NOT NULL default '',
21 wsdlURL varchar(255) NOT NULL default '',
22 class varchar(20) NOT NULL default '',
23 status int(11) NOT NULL default '1',
34 endpoint int(11) NOT NULL default '0',
35 stamp int(11) NOT NULL default '0',
36 class varchar(10) NOT NULL default '',
37 type varchar(10) default NULL,
38 wsdl int(11) NOT NULL default '0',
39 function varchar(255) NOT NULL default '',
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Dsizeof_basic2.phpt13 * in default, COUNT_NORMAL and COUNT_RECURSIVE modes.
26 echo "default mode: ";
37 echo "default mode: ";
48 echo "default mode: ";
59 echo "default mode: ";
73 default mode: int(4)
79 -- Testing sizeof() with string array in default, COUNT_NORMAL, COUNT_RECURSIVE modes --
80 default mode: int(3)
87 default mode: int(3)
93 -- Testing sizeof() with mixed array in default, COUNT_NORMAL, COUNT_RECURSIVE modes --
[all …]
H A Darray_rand_basic1.phpt2 Test array_rand() function : basic functionality - array with default keys
11 * Test array_rand() when array with default keys is passed to 'input' argument
14 echo "*** Testing array_rand() : array with default keys ***\n";
22 echo"\n-- with all default and optional arguments --\n";
25 // Calling array_rand() with default arguments
26 echo"\n-- with default argument --\n";
32 *** Testing array_rand() : array with default keys ***
34 -- with all default and optional arguments --
50 -- with default argument --
H A Dsizeof_basic1.phpt13 * in default, COUNT_NORMAL and COUNT_RECURSIVE modes.
22 echo "-- Testing sizeof() for integer type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --\n";
23 echo "default mode: ";
33 echo "-- Testing sizeof() for float type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --\n";
34 echo "default mode: ";
47 -- Testing sizeof() for integer type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --
48 default mode: int(1)
54 -- Testing sizeof() for float type in default, COUNT_NORMAL and COUNT_RECURSIVE modes --
55 default mode: int(1)
H A Darray_reverse_variation3.phpt68 // with default argument
87 - with default argument -
109 - with default argument -
131 - with default argument -
171 - with default argument -
193 - with default argument -
203 - with default argument -
219 - with default argument -
265 - with default argument -
293 - with default argument -
[all …]
H A Darray_merge_recursive_basic1.phpt2 Test array_merge_recursive() function : basic functionality - array with default keys
10 echo "*** Testing array_merge_recursive() : array with default keys ***\n";
17 // Calling array_merge_recursive() with default arguments
18 echo "-- With default argument --\n";
29 *** Testing array_merge_recursive() : array with default keys ***
30 -- With default argument --
/PHP-7.0/ext/filter/tests/
H A D051.phpt2 filter_var() and default values
7 $tmp = $default = 321;
8 var_dump(filter_var("123asd", FILTER_VALIDATE_INT, array("options"=>array("default"=>$default))));
H A Dbug42718.phpt2 Bug #42718 (unsafe_raw filter not applied when configured as default filter)
4 FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags
8 filter.default=unsafe_raw
14 echo ini_get('filter.default') . "\n";
/PHP-7.0/ext/dom/tests/
H A DDOMDocument_loadXML_variation4.phpt26 <!ATTLIST title default CDATA "default title">
32default="default title">The Grapes of Wrath</title><author>John Steinbeck</author></book><book><ti…
H A DDOMDocument_load_variation4.phpt25default="default title">The Grapes of Wrath</title><author>John Steinbeck</author></book><book><ti…
H A Ddomxpath.phpt24 $dom->loadXML(b'<root xmlns="urn::default"><child>myval</child></root>');
31 $xpath->registerNamespace("def", "urn::default");
46 $root->appendChild($dom->createElementNS("urn::default", "testnode", 3));
47 $root->appendChild($dom->createElementNS("urn::default", "testnode", 4));
48 $root->appendChild($dom->createElementNS("urn::default", "testnode", 4));
49 $root->appendChild($dom->createElementNS("urn::default", "testnode", 5));
/PHP-7.0/ext/interbase/tests/
H A D005.phpt17 echo "default transaction:\n";
21 default committed when you call ibase_close().
24 If you not open default transaction with
25 ibase_trans, default transaction open
42 /* in default transaction context */
48 ibase_rollback(); /* default rolled */
64 default transaction on default link
74 /* all default */
103 three transaction on default link
120 /* as default */
[all …]
/PHP-7.0/tests/output/
H A Dob_020.phpt25 [0] => default output handler
29 [0] => default output handler
30 [1] => default output handler
34 [0] => default output handler
/PHP-7.0/ext/standard/tests/strings/
H A Dchunk_split_basic.phpt13 * arguments as well as with default arguments chunklen and ending
29 // Calling chunk_split() with default ending string
30 echo "-- Testing chunk_split() with default ending string --\n";
34 //Calling chunk_split() with default chunklen and ending string
35 echo "-- Testing chunk_split() with default chunklen and ending string --\n";
44 -- Testing chunk_split() with default ending string --
50 -- Testing chunk_split() with default chunklen and ending string --
/PHP-7.0/ext/oci8/tests/
H A Dbind_char_3.phpt30 echo "Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: defa…
39 echo "Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa…
105 echo "Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa…
175 echo "Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa…
247 Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: default
252 Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
256 Test 1.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default
285 Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
289 Test 2.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default
316 Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
[all …]
H A Dbind_char_3_11gR1.phpt30 echo "Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: defa…
39 echo "Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa…
105 echo "Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa…
175 echo "Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa…
247 Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: default
252 Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
256 Test 1.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default
285 Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
289 Test 2.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default
316 Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
[all …]
H A Dbind_char_4.phpt32 echo "Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: defa…
41 echo "Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa…
107 echo "Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa…
177 echo "Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa…
249 Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: default
254 Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
258 Test 1.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default
287 Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
291 Test 2.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default
318 Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
[all …]
H A Dbind_char_4_11gR1.phpt32 echo "Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: defa…
41 echo "Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa…
107 echo "Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa…
177 echo "Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa…
249 Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: default
254 Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
258 Test 1.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default
287 Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
291 Test 2.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default
318 Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
[all …]
H A Dbind_char_1.phpt38 echo "Test 1.1: Type: default. Length: default\n";
73 echo "Test 2.1: Type: default. Length: default\n";
109 echo "Test 3.1: Type: default. Length: default\n";
145 echo "Test 4.1: Type: default. Length: default\n";
207 Test 1.1: Type: default. Length: default
209 Test 1.2: Type: AFC. Length: default
234 Test 2.1: Type: default. Length: default
236 Test 2.2: Type: AFC. Length: default
249 Test 3.1: Type: default. Length: default
254 Test 3.2: Type: AFC. Length: default
[all …]
H A Dbind_char_1_11gR1.phpt40 echo "Test 1.1: Type: default. Length: default\n";
75 echo "Test 2.1: Type: default. Length: default\n";
111 echo "Test 3.1: Type: default. Length: default\n";
147 echo "Test 4.1: Type: default. Length: default\n";
209 Test 1.1: Type: default. Length: default
211 Test 1.2: Type: AFC. Length: default
236 Test 2.1: Type: default. Length: default
238 Test 2.2: Type: AFC. Length: default
251 Test 3.1: Type: default. Length: default
256 Test 3.2: Type: AFC. Length: default
[all …]
/PHP-7.0/ext/opcache/tests/
H A Dbug69038.phpt16 default: break;
32 default :
36 default:
47 default : return "bad";
54 default: return "bad";

Completed in 47 milliseconds

12345678910>>...33