Home
last modified time | relevance | path

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

12345678910>>...32

/PHP-5.6/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-5.6/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-5.6/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-5.6/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-5.6/Zend/tests/
H A D034.phpt2 Testing multiples 'default:' in switch
13 default:
16 default:
19 default:
H A Dunset_cv11.phpt5 $x = array("default"=>"ok");
8 unset($cf['default']);
14 ["default"]=>
18 ["default"]=>
/PHP-5.6/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-5.6/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-5.6/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-5.6/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
251 Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
255 Test 1.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default
283 Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
287 Test 2.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default
314 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
253 Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: default
257 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_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
237 Test 2.1: Type: default. Length: default
239 Test 2.2: Type: AFC. Length: default
252 Test 3.1: Type: default. Length: default
257 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
235 Test 2.1: Type: default. Length: default
237 Test 2.2: Type: AFC. Length: default
250 Test 3.1: Type: default. Length: default
255 Test 3.2: Type: AFC. Length: default
[all …]
/PHP-5.6/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 --
H A Dchunk_split_variation13.phpt2 Test chunk_split() function : usage variations - default 'chunklen' with long string as 'str'argume…
12 * passing long string as 'str' and testing default value of chunklen which is 76
15 echo "*** Testing chunk_split() : default 'chunklen' with long string 'str' ***\n";
23 //loop through each element of values for 'str' and default value of 'chunklen'
32 *** Testing chunk_split() : default 'chunklen' with long string 'str' ***
/PHP-5.6/sapi/cli/tests/
H A D005.phpt55 Property [ <default> protected $message ]
56 Property [ <default> private $string ]
57 Property [ <default> protected $code ]
58 Property [ <default> protected $file ]
59 Property [ <default> protected $line ]
60 Property [ <default> private $trace ]
61 Property [ <default> private $previous ]

Completed in 58 milliseconds

12345678910>>...32