Home
last modified time | relevance | path

Searched refs:d (Results 351 – 375 of 6284) sorted by relevance

1...<<11121314151617181920>>...252

/PHP-5.5/ext/xml/tests/
H A Dxml_get_error_code_variation1.phpt102 Warning: xml_get_error_code() expects parameter 1 to be resource, integer given in %s on line %d
122 Warning: xml_get_error_code() expects parameter 1 to be resource, double given in %s on line %d
127 Warning: xml_get_error_code() expects parameter 1 to be resource, double given in %s on line %d
147 Warning: xml_get_error_code() expects parameter 1 to be resource, array given in %s on line %d
152 Warning: xml_get_error_code() expects parameter 1 to be resource, array given in %s on line %d
157 Warning: xml_get_error_code() expects parameter 1 to be resource, array given in %s on line %d
162 Warning: xml_get_error_code() expects parameter 1 to be resource, array given in %s on line %d
167 Warning: xml_get_error_code() expects parameter 1 to be resource, array given in %s on line %d
172 Warning: xml_get_error_code() expects parameter 1 to be resource, null given in %s on line %d
177 Warning: xml_get_error_code() expects parameter 1 to be resource, null given in %s on line %d
[all …]
H A Dxml_parser_free_variation1.phpt102 Warning: xml_parser_free() expects parameter 1 to be resource, integer given in %s on line %d
122 Warning: xml_parser_free() expects parameter 1 to be resource, double given in %s on line %d
127 Warning: xml_parser_free() expects parameter 1 to be resource, double given in %s on line %d
147 Warning: xml_parser_free() expects parameter 1 to be resource, array given in %s on line %d
152 Warning: xml_parser_free() expects parameter 1 to be resource, array given in %s on line %d
157 Warning: xml_parser_free() expects parameter 1 to be resource, array given in %s on line %d
162 Warning: xml_parser_free() expects parameter 1 to be resource, array given in %s on line %d
167 Warning: xml_parser_free() expects parameter 1 to be resource, array given in %s on line %d
172 Warning: xml_parser_free() expects parameter 1 to be resource, null given in %s on line %d
177 Warning: xml_parser_free() expects parameter 1 to be resource, null given in %s on line %d
[all …]
H A Dxml_parser_get_option_variation1.phpt103 Warning: xml_parser_get_option() expects parameter 1 to be resource, integer given in %s on line %d
123 Warning: xml_parser_get_option() expects parameter 1 to be resource, double given in %s on line %d
128 Warning: xml_parser_get_option() expects parameter 1 to be resource, double given in %s on line %d
148 Warning: xml_parser_get_option() expects parameter 1 to be resource, array given in %s on line %d
153 Warning: xml_parser_get_option() expects parameter 1 to be resource, array given in %s on line %d
158 Warning: xml_parser_get_option() expects parameter 1 to be resource, array given in %s on line %d
163 Warning: xml_parser_get_option() expects parameter 1 to be resource, array given in %s on line %d
168 Warning: xml_parser_get_option() expects parameter 1 to be resource, array given in %s on line %d
173 Warning: xml_parser_get_option() expects parameter 1 to be resource, null given in %s on line %d
178 Warning: xml_parser_get_option() expects parameter 1 to be resource, null given in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtolower.phpt88 0d => 0d
104 1d => 1d
120 2d => 2d
136 3d => 3d
152 4d => 6d
168 5d => 5d
184 6d => 6d
200 7d => 7d
237 Warning: strtolower() expects parameter 1 to be string, array given in %s on line %d
244 Warning: strtolower() expects exactly 1 parameter, 0 given in %s on line %d
[all …]
H A Dstrtoupper1.phpt88 0d => 0d
104 1d => 1d
120 2d => 2d
136 3d => 3d
152 4d => 4d
168 5d => 5d
184 6d => 4d
200 7d => 7d
238 Warning: strtoupper() expects parameter 1 to be string, array given in %s on line %d
245 Warning: strtoupper() expects exactly 1 parameter, 0 given in %s on line %d
[all …]
H A Dconvert_cyr_string.phpt15 var_dump(convert_cyr_string((binary)"[[[[[[", "d", "i"));
18 var_dump(convert_cyr_string((binary)"", "d", "i"));
23 Warning: convert_cyr_string() expects exactly 3 parameters, 0 given in %s on line %d
26 Warning: convert_cyr_string() expects exactly 3 parameters, 1 given in %s on line %d
29 Warning: convert_cyr_string() expects exactly 3 parameters, 2 given in %s on line %d
32 Warning: convert_cyr_string(): Unknown source charset: in %s on line %d
34 Warning: convert_cyr_string(): Unknown destination charset: in %s on line %d
37 Warning: convert_cyr_string() expects parameter 1 to be string, array given in %s on line %d
40 Warning: convert_cyr_string(): Unknown source charset: q in %s on line %d
47 Warning: convert_cyr_string(): Unknown destination charset: q in %s on line %d
/PHP-5.5/ext/date/tests/
H A Ddate_create-2.phpt8 $d = date_create("2005-07-18 22:10:00 +0400");
9 echo $d->format('D, d M Y H:i:s T'), "\n";
11 $d = date_create("@1121710200 +0912");
12 echo $d->format('D, d M Y H:i:s T'), "\n";
H A Dgmstrftime_variation14.phpt46 string(%d) "%d"
50 string(%d) "%d/%d/%d"
54 string(%d) "%d"
58 string(%d) "%d"
H A Dstrftime_variation14.phpt46 string(%d) "%d"
50 string(%d) "%d/%d/%d"
54 string(%d) "%d"
58 string(%d) "%d"
H A Ddate_modify-2.phpt8 $d = date_create("2005-07-18 22:10:00 +0400");
9 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
10 date_modify($d, "+1 hour");
11 echo date_format($d, 'D, d M Y H:i:s T'), "\n";
/PHP-5.5/ext/standard/tests/network/
H A Dinet.phpt44 Warning: inet_ntop() expects exactly 1 parameter, 0 given in %s on line %d
47 Warning: inet_ntop(): Invalid in_addr value in %s on line %d
50 Warning: inet_ntop(): Invalid in_addr value in %s on line %d
53 Warning: inet_ntop(): Invalid in_addr value in %s on line %d
59 Warning: inet_pton(): Unrecognized address in %s on line %d
62 Warning: inet_pton(): Unrecognized address -1 in %s on line %d
65 Warning: inet_pton(): Unrecognized address abra in %s on line %d
67 %unicode|string%(%d) "7f000001"
69 %unicode|string%(%d) "42a3a174"
71 %unicode|string%(%d) "ffffffff"
[all …]
/PHP-5.5/tests/lang/
H A D019.phpt10 eval("echo \"hey, this is a regular echo'd eval()\\n\";");
17 hey, this is a regular echo'd eval()
19 hey, this is a regular echo'd eval()
21 hey, this is a regular echo'd eval()
23 hey, this is a regular echo'd eval()
25 hey, this is a regular echo'd eval()
27 hey, this is a regular echo'd eval()
29 hey, this is a regular echo'd eval()
31 hey, this is a regular echo'd eval()
33 hey, this is a regular echo'd eval()
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_001.phpt17 Warning: finfo_open() expects parameter 2 to be a valid path, string given in %s on line %d
19 resource(%d) of type (file_info)
20 resource(%d) of type (file_info)
22 Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
24 Warning: finfo_open(%s123): failed to open stream: No such file or directory in %s on line %d
26 Warning: finfo_open(): Failed to load magic database at '%s123'. in %s on line %d
29 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
31 Warning: finfo_open(%s1): failed to open stream: No such file or directory in %s on line %d
33 Warning: finfo_open(): Failed to load magic database at '%s1'. in %s on line %d
36 Warning: finfo_open(%sinexistent): failed to open stream: No such file or directory in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_merge_recursive_variation2.phpt105 Warning: array_merge_recursive(): Argument #2 is not an array in %s on line %d
109 Warning: array_merge_recursive(): Argument #2 is not an array in %s on line %d
113 Warning: array_merge_recursive(): Argument #2 is not an array in %s on line %d
117 Warning: array_merge_recursive(): Argument #2 is not an array in %s on line %d
121 Warning: array_merge_recursive(): Argument #2 is not an array in %s on line %d
125 Warning: array_merge_recursive(): Argument #2 is not an array in %s on line %d
129 Warning: array_merge_recursive(): Argument #2 is not an array in %s on line %d
133 Warning: array_merge_recursive(): Argument #2 is not an array in %s on line %d
137 Warning: array_merge_recursive(): Argument #2 is not an array in %s on line %d
141 Warning: array_merge_recursive(): Argument #2 is not an array in %s on line %d
[all …]
H A Darray_merge_variation1.phpt106 Warning: array_merge(): Argument #1 is not an array in %s on line %d
111 Warning: array_merge(): Argument #1 is not an array in %s on line %d
116 Warning: array_merge(): Argument #1 is not an array in %s on line %d
121 Warning: array_merge(): Argument #1 is not an array in %s on line %d
126 Warning: array_merge(): Argument #1 is not an array in %s on line %d
131 Warning: array_merge(): Argument #1 is not an array in %s on line %d
136 Warning: array_merge(): Argument #1 is not an array in %s on line %d
141 Warning: array_merge(): Argument #1 is not an array in %s on line %d
146 Warning: array_merge(): Argument #1 is not an array in %s on line %d
151 Warning: array_merge(): Argument #1 is not an array in %s on line %d
[all …]
H A Darray_merge_variation2.phpt105 Warning: array_merge(): Argument #2 is not an array in %s on line %d
110 Warning: array_merge(): Argument #2 is not an array in %s on line %d
115 Warning: array_merge(): Argument #2 is not an array in %s on line %d
120 Warning: array_merge(): Argument #2 is not an array in %s on line %d
125 Warning: array_merge(): Argument #2 is not an array in %s on line %d
130 Warning: array_merge(): Argument #2 is not an array in %s on line %d
135 Warning: array_merge(): Argument #2 is not an array in %s on line %d
140 Warning: array_merge(): Argument #2 is not an array in %s on line %d
145 Warning: array_merge(): Argument #2 is not an array in %s on line %d
150 Warning: array_merge(): Argument #2 is not an array in %s on line %d
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt25 printf("[003] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
42 printf("[008] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
45 printf("[009] Results seem wrong, got %s, [%d] %s\n",
58 printf("[013] [%d] %s\n", $link->errno, $link->error);
65 printf("[014] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
82 printf("[018] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
85 printf("[019] Results seem wrong, got %s, [%d] %s\n",
90 printf("[020] [%d] %s\n", $link->errno, $link->error);
98 printf("[022] Results seem wrong, got %s, [%d] %s\n",
107 printf("[024] [%d] %s\n", $link->errno, $link->error);
[all …]
/PHP-5.5/ext/session/tests/
H A Dsession_module_name_error.phpt99 Warning: session_module_name(): Cannot find named PHP session module (0) in %s on line %d
104 Warning: session_module_name(): Cannot find named PHP session module (1) in %s on line %d
144 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
149 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
154 Warning: session_module_name(): Cannot find named PHP session module (1) in %s on line %d
159 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
169 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
174 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
179 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
204 Warning: session_module_name(): Cannot find named PHP session module () in %s on line %d
[all …]
H A Dsession_set_save_handler_error.phpt100 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
105 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
110 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
115 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
120 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
125 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
130 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
135 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
140 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
145 Warning: session_set_save_handler(): Argument 1 is not a valid callback in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation24.phpt98 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
100 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
110 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
112 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
122 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
124 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
134 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
136 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
146 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
148 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
[all …]
/PHP-5.5/ext/intl/tests/
H A Dbreakiter_factories_error.phpt20 …lBreakIterator::createWordInstance() expects parameter 1 to be string, array given in %s on line %d
22 …BreakIterator::createWordInstance(): breakiter_create_word_instance: bad arguments in %s on line %d
25 …: IntlBreakIterator::createSentenceInstance() expects exactly 1 parameter, 2 given in %s on line %d
27 …rator::createSentenceInstance(): breakiter_create_sentence_instance: bad arguments in %s on line %d
30 … IntlBreakIterator::createCharacterInstance() expects exactly 1 parameter, 2 given in %s on line %d
32 …tor::createCharacterInstance(): breakiter_create_character_instance: bad arguments in %s on line %d
35 …ing: IntlBreakIterator::createTitleInstance() expects exactly 1 parameter, 2 given in %s on line %d
37 …eakIterator::createTitleInstance(): breakiter_create_title_instance: bad arguments in %s on line %d
40 …ning: IntlBreakIterator::createLineInstance() expects exactly 1 parameter, 2 given in %s on line %d
42 …BreakIterator::createLineInstance(): breakiter_create_line_instance: bad arguments in %s on line %d
/PHP-5.5/ext/simplexml/tests/
H A D007.phpt51 object(SimpleXMLElement)#%d (3) {
58 object(SimpleXMLElement)#%d (0) {
61 object(SimpleXMLElement)#%d (1) {
63 object(SimpleXMLElement)#%d (1) {
65 object(SimpleXMLElement)#%d (1) {
67 object(SimpleXMLElement)#%d (0) {
74 object(SimpleXMLElement)#%d (1) {
78 object(SimpleXMLElement)#%d (1) {
83 object(SimpleXMLElement)#%d (1) {
87 object(SimpleXMLElement)#%d (1) {
/PHP-5.5/ext/zlib/tests/
H A D007.phpt30 Warning: gzencode() expects at least 1 parameter, 0 given in %s on line %d
33 Warning: gzencode() expects at most 3 parameters, 4 given in %s on line %d
36 Warning: gzencode(): compression level (-10) must be within -1..9 in %s on line %d
39 Warning: gzencode(): compression level (100) must be within -1..9 in %s on line %d
42 …mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENCODING_DEFLATE in %s on line %d
44 string(%d) "%s"
45 string(%d) "%s"
47 …mode must be either ZLIB_ENCODING_RAW, ZLIB_ENCODING_GZIP or ZLIB_ENCODING_DEFLATE in %s on line %d
49 string(%d) "%s"
50 string(%d) "%s"
/PHP-5.5/ext/standard/tests/general_functions/
H A Dimport_request1.phpt22 …ning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line %d
24 …ing: import_request_variables(): Attempted super-global (_POST) variable overwrite in %s on line %d
26 …g: import_request_variables(): Attempted super-global (_COOKIE) variable overwrite in %s on line %d
28 …ng: import_request_variables(): Attempted super-global (_FILES) variable overwrite in %s on line %d
30 …: import_request_variables(): Attempted super-global (_REQUEST) variable overwrite in %s on line %d
32 …ning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line %d
34 …ing: import_request_variables(): Attempted super-global (_POST) variable overwrite in %s on line %d
36 …g: import_request_variables(): Attempted super-global (_COOKIE) variable overwrite in %s on line %d
38 …ng: import_request_variables(): Attempted super-global (_FILES) variable overwrite in %s on line %d
42 …ning: import_request_variables(): Attempted super-global (_GET) variable overwrite in %s on line %d
[all …]
/PHP-5.5/ext/gettext/tests/
H A D44938.phpt44 Warning: dngettext(): domain passed too long in %s on line %d
47 Warning: dngettext(): msgid1 passed too long in %s on line %d
50 Warning: dngettext(): msgid2 passed too long in %s on line %d
53 Warning: gettext(): msgid passed too long in %s on line %d
56 Warning: ngettext(): msgid1 passed too long in %s on line %d
59 Warning: ngettext(): msgid2 passed too long in %s on line %d
62 Warning: dcgettext(): domain passed too long in %s on line %d
65 Warning: dcgettext(): msgid passed too long in %s on line %d
68 Warning: dcngettext(): domain passed too long in %s on line %d
77 Warning: dgettext(): domain passed too long in %s on line %d
[all …]

Completed in 32 milliseconds

1...<<11121314151617181920>>...252