/PHP-5.5/tests/lang/ |
H A D | 020.phpt | 22 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.5/ext/soap/interop/ |
H A D | database_round2.sql | 19 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.5/ext/standard/tests/array/ |
H A D | sizeof_basic2.phpt | 13 * 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 D | array_rand_basic1.phpt | 2 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 D | sizeof_basic1.phpt | 13 * 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 D | array_reverse_variation3.phpt | 68 // 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 D | array_merge_recursive_basic1.phpt | 2 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.5/ext/dom/tests/ |
H A D | DOMDocument_loadXML_variation4.phpt | 26 <!ATTLIST title default CDATA "default title"> 32 …default="default title">The Grapes of Wrath</title><author>John Steinbeck</author></book><book><ti…
|
H A D | domxpath.phpt | 24 $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));
|
H A D | DOMDocument_load_variation4.phpt | 25 …default="default title">The Grapes of Wrath</title><author>John Steinbeck</author></book><book><ti…
|
/PHP-5.5/Zend/tests/ |
H A D | 034.phpt | 2 Testing multiples 'default:' in switch 13 default: 16 default: 19 default:
|
H A D | unset_cv11.phpt | 5 $x = array("default"=>"ok"); 8 unset($cf['default']); 14 ["default"]=> 18 ["default"]=>
|
/PHP-5.5/ext/filter/tests/ |
H A D | 051.phpt | 2 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 D | bug42718.phpt | 2 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.5/ext/interbase/tests/ |
H A D | 005.phpt | 17 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.5/tests/output/ |
H A D | ob_020.phpt | 25 [0] => default output handler 29 [0] => default output handler 30 [1] => default output handler 34 [0] => default output handler
|
/PHP-5.5/ext/oci8/tests/ |
H A D | bind_char_3_11gR1.phpt | 31 echo "Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: defa… 40 echo "Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa… 106 echo "Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa… 176 echo "Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa… 248 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 286 Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: default 290 Test 2.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default 317 Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: default [all …]
|
H A D | bind_char_4.phpt | 36 echo "Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: defa… 45 echo "Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa… 111 echo "Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa… 181 echo "Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa… 253 Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: default 257 Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: default 261 Test 1.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default 289 Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: default 293 Test 2.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default 320 Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: default [all …]
|
H A D | bind_char_4_11gR1.phpt | 33 echo "Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: defa… 42 echo "Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa… 108 echo "Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa… 178 echo "Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa… 250 Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: default 255 Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: default 259 Test 1.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default 288 Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: default 292 Test 2.3 In Length: -1. In Type: AFC. Out Length: 10. Out Type: default 319 Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: default [all …]
|
H A D | bind_char_3.phpt | 34 echo "Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: defa… 43 echo "Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa… 109 echo "Test 2.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa… 179 echo "Test 3.2 In Length: default. In Type: default. Out Length: 10. Out Type: defa… 251 Test 1.1 In Length: default. In Type: default. Out Length: default. Out Type: default 255 Test 1.2 In Length: default. In Type: default. Out Length: 10. Out Type: default 259 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 D | bind_char_1.phpt | 42 echo "Test 1.1: Type: default. Length: default\n"; 77 echo "Test 2.1: Type: default. Length: default\n"; 113 echo "Test 3.1: Type: default. Length: default\n"; 149 echo "Test 4.1: Type: default. Length: default\n"; 211 Test 1.1: Type: default. Length: default 213 Test 1.2: Type: AFC. Length: default 241 Test 2.1: Type: default. Length: default 243 Test 2.2: Type: AFC. Length: default 256 Test 3.1: Type: default. Length: default 261 Test 3.2: Type: AFC. Length: default [all …]
|
H A D | bind_char_1_11gR1.phpt | 41 echo "Test 1.1: Type: default. Length: default\n"; 76 echo "Test 2.1: Type: default. Length: default\n"; 112 echo "Test 3.1: Type: default. Length: default\n"; 148 echo "Test 4.1: Type: default. Length: default\n"; 210 Test 1.1: Type: default. Length: default 212 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-5.5/ext/standard/tests/strings/ |
H A D | chunk_split_basic.phpt | 13 * 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 D | chunk_split_variation13.phpt | 2 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.5/sapi/cli/tests/ |
H A D | 005.phpt | 55 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 ]
|