Home
last modified time | relevance | path

Searched refs:d (Results 226 – 250 of 6284) sorted by relevance

12345678910>>...252

/PHP-5.5/ext/standard/tests/array/
H A Darray_diff_variation9.phpt43 Notice: Array to string conversion in %sarray_diff_variation9.php on line %d
45 Notice: Array to string conversion in %sarray_diff_variation9.php on line %d
47 Notice: Array to string conversion in %sarray_diff_variation9.php on line %d
49 Notice: Array to string conversion in %sarray_diff_variation9.php on line %d
51 Notice: Array to string conversion in %sarray_diff_variation9.php on line %d
53 Notice: Array to string conversion in %sarray_diff_variation9.php on line %d
55 Notice: Array to string conversion in %sarray_diff_variation9.php on line %d
57 Notice: Array to string conversion in %sarray_diff_variation9.php on line %d
61 Notice: Array to string conversion in %sarray_diff_variation9.php on line %d
63 Notice: Array to string conversion in %sarray_diff_variation9.php on line %d
[all …]
H A Darray_walk_recursive_variation1.phpt98 Warning: array_walk_recursive() expects parameter 1 to be array, integer given in %s on line %d
101 Warning: array_walk_recursive() expects parameter 1 to be array, integer given in %s on line %d
126 Warning: array_walk_recursive() expects parameter 1 to be array, double given in %s on line %d
129 Warning: array_walk_recursive() expects parameter 1 to be array, double given in %s on line %d
161 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
164 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
168 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
171 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
238 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
241 Warning: array_walk_recursive() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_walk_variation1.phpt98 Warning: array_walk() expects parameter 1 to be array, integer given in %s on line %d
126 Warning: array_walk() expects parameter 1 to be array, double given in %s on line %d
129 Warning: array_walk() expects parameter 1 to be array, double given in %s on line %d
161 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
164 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
168 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
171 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
238 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
241 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
245 Warning: array_walk() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Darray_unique_variation8.phpt17 // initialize the 2-d array
32 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
34 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
36 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
38 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
40 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
42 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
44 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
46 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
48 Notice: Array to string conversion in %sarray_unique_variation8.php on line %d
[all …]
/PHP-5.5/ext/mbstring/tests/
H A Dmb_split_variation1.phpt19 $string = 'a b c d e f g';
107 string(13) "a b c d e f g"
113 string(13) "a b c d e f g"
119 string(13) "a b c d e f g"
125 string(13) "a b c d e f g"
131 string(13) "a b c d e f g"
137 string(13) "a b c d e f g"
143 string(13) "a b c d e f g"
149 string(13) "a b c d e f g"
155 string(13) "a b c d e f g"
[all …]
/PHP-5.5/ext/date/tests/
H A Ddate_sunset_variation3.phpt108 float(17.730%d)
113 float(17.749%d)
123 float(17.598%d)
172 float(17.730%d)
177 float(17.730%d)
182 float(17.749%d)
187 float(17.730%d)
192 float(17.749%d)
197 float(17.730%d)
290 float(17.730%d)
[all …]
H A Dbug48097.phpt7 $d = date_create( "Mon, 23 May 1955 00:00:00 +0200" );
8 var_dump( $d );
9 echo $d->format( DATE_ISO8601 ), "\n";
10 echo $d->format( 'U' ), "\n\n";
12 $d->setTimeZone( new DateTimeZone( 'Europe/Budapest' ) );
13 var_dump( $d );
14 echo $d->format( DATE_ISO8601 ), "\n\n";
15 echo $d->format( 'U' ), "\n\n";
H A Ddate_sunrise_variation3.phpt105 float(1.174%d)
110 float(1.155%d)
125 Warning: date_sunrise() expects parameter 3 to be double, array given in %s on line %d
169 float(1.174%d)
174 float(1.174%d)
179 float(1.155%d)
184 float(1.174%d)
189 float(1.155%d)
194 float(1.174%d)
287 float(1.174%d)
[all …]
H A Dbug27719.phpt11 echo "$a ".date("m/d/y h:i:s\n",$a);
12 echo "$b ".date("m/d/y h:i:s\n",$b);
13 echo "$c ".date("m/d/y h:i:s\n",$c);
19 echo "$a ".date("m/d/y h:i:s\n",$a);
20 echo "$b ".date("m/d/y h:i:s\n",$b);
21 echo "$c ".date("m/d/y h:i:s\n",$c);
27 echo "$a ".date("m/d/y h:i:s\n",$a);
28 echo "$b ".date("m/d/y h:i:s\n",$b);
29 echo "$c ".date("m/d/y h:i:s\n",$c);
35 echo "$a ".date("m/d/y h:i:s\n",$a);
[all …]
H A Dbug45554.phpt7 $format = "m-d-Y H:i:s.u T";
8 $d = date_create_from_format($format, "03-15-2005 12:22:29.000000 PST");
9 echo $d->format($format), "\n";
11 $d = date_create_from_format($format, "03-15-2005 12:22:29.001001 PST");
12 echo $d->format($format), "\n";
14 $d = date_create_from_format($format, "03-15-2005 12:22:29.0010 PST");
15 echo $d->format($format), "\n";
H A Dgmdate_variation3.phpt20 'Day with leading zeros' => 'd',
41 string(%d) "%d"
45 string(%d) "%d"
49 string(%d) "%d"
53 string(%d) "%d"
57 string(%d) "%d"
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt35 $this->d = -2.34444;
49 $this->d = $z;
98 ["d"]=>
148 ["d"]=>
167 ["d"]=>
186 ["d"]=>
205 ["d"]=>
246 ["d"]=>
278 ["d"]=>
292 object(members)#%d (3) {
[all …]
/PHP-5.5/ext/intl/tests/
H A Dcalendar_setSkipped_RepeatedWallTimeOption_error.phpt36 …ing: IntlCalendar::setSkippedWallTimeOption() expects exactly 1 parameter, 0 given in %s on line %d
38 …r::setSkippedWallTimeOption(): intlcal_set_skipped_wall_time_option: bad arguments in %s on line %d
41 …ng: IntlCalendar::setRepeatedWallTimeOption() expects exactly 1 parameter, 0 given in %s on line %d
46 …ing: IntlCalendar::setSkippedWallTimeOption() expects exactly 1 parameter, 2 given in %s on line %d
48 …r::setSkippedWallTimeOption(): intlcal_set_skipped_wall_time_option: bad arguments in %s on line %d
51 …ng: IntlCalendar::setRepeatedWallTimeOption() expects exactly 1 parameter, 2 given in %s on line %d
56 …tlCalendar::setSkippedWallTimeOption() expects parameter 1 to be long, array given in %s on line %d
61 …lCalendar::setRepeatedWallTimeOption() expects parameter 1 to be long, array given in %s on line %d
72 …ning: intlcal_set_skipped_wall_time_option() expects exactly 2 parameters, 1 given in %s on line %d
74 …et_skipped_wall_time_option(): intlcal_set_skipped_wall_time_option: bad arguments in %s on line %d
[all …]
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation2.phpt127 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
131 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
135 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
139 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
143 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
147 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
151 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
155 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
159 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
163 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
[all …]
H A Dmcrypt_cbc_variation3.phpt127 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
131 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
135 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
139 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
143 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
147 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
151 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
155 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
159 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
163 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
[all …]
H A Dmcrypt_decrypt_variation4.phpt127 Error: 2 - mcrypt_decrypt(): Module initialization failed, %s(%d)
131 Error: 2 - mcrypt_decrypt(): Module initialization failed, %s(%d)
135 Error: 2 - mcrypt_decrypt(): Module initialization failed, %s(%d)
139 Error: 2 - mcrypt_decrypt(): Module initialization failed, %s(%d)
143 Error: 2 - mcrypt_decrypt(): Module initialization failed, %s(%d)
147 Error: 2 - mcrypt_decrypt(): Module initialization failed, %s(%d)
151 Error: 2 - mcrypt_decrypt(): Module initialization failed, %s(%d)
163 Error: 8 - Array to string conversion, %s(%d)
168 Error: 8 - Array to string conversion, %s(%d)
173 Error: 8 - Array to string conversion, %s(%d)
[all …]
H A Dmcrypt_encrypt_variation4.phpt127 Error: 2 - mcrypt_encrypt(): Module initialization failed, %s(%d)
131 Error: 2 - mcrypt_encrypt(): Module initialization failed, %s(%d)
135 Error: 2 - mcrypt_encrypt(): Module initialization failed, %s(%d)
139 Error: 2 - mcrypt_encrypt(): Module initialization failed, %s(%d)
143 Error: 2 - mcrypt_encrypt(): Module initialization failed, %s(%d)
147 Error: 2 - mcrypt_encrypt(): Module initialization failed, %s(%d)
151 Error: 2 - mcrypt_encrypt(): Module initialization failed, %s(%d)
163 Error: 8 - Array to string conversion, %s(%d)
168 Error: 8 - Array to string conversion, %s(%d)
173 Error: 8 - Array to string conversion, %s(%d)
[all …]
/PHP-5.5/ext/hash/
H A Dhash_sha.c181 #define FF(a, b, c, d, e, w) { \ argument
186 #define GG(a, b, c, d, e, w) { \ argument
191 #define HH(a, b, c, d, e, w) { \ argument
196 #define II(a, b, c, d, e, w) { \ argument
230 FF(a, b, c, d, e, x[0]); /* 1 */ in SHA1Transform()
231 FF(e, a, b, c, d, x[1]); /* 2 */ in SHA1Transform()
232 FF(d, e, a, b, c, x[2]); /* 3 */ in SHA1Transform()
233 FF(c, d, e, a, b, x[3]); /* 4 */ in SHA1Transform()
320 state[3] += d; in SHA1Transform()
507 state[3] += d; in SHA256Transform()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt40 printf("Testing %d columns with %d rows...\n", $num_params, $rows);
43 printf("[%03d + 01] [%d] %s\n", $offset, $link->errno, $link->error);
49 printf("[%03d + 02] [%d] %s\n", $offset, $link->errno, $link->error);
53 …printf("[%03d + 03] Parameter count should be %d but got %d\n", $offset, $num_params * $rows, $stm…
56 printf("... statement with %d parameters prepared\n", $stmt->param_count);
60 printf("[%03d + 03] [%d] %s\n", $offset, $stmt->errno, $stmt->error);
70 printf("[%03d + 03] [%d] %s\n", $offset, $stmt->errno, $stmt->error);
75 …printf("[%03d + 03] Parameter count should be %d but got %d\n", $offset, $num_params * $rows, $stm…
80 printf("[%03d + 04] [%d] %s\n", $offset, $stmt->errno, $stmt->error);
88 printf("[%03d + 05] [%d] %s\n", $offset, $link->errno, $link->error);
[all …]
H A Dmysqli_multi_query.phpt33 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
58 printf("[006] %d\n", $i);
61 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
69 printf("%d/%d\n", $i, mysqli_insert_id($link));
72 printf("[008] %d\n", $i);
95 printf("[010] %d\n", $i);
103 printf("[012 - %d] [%d] %s\n", $res_num, mysqli_errno($link), mysqli_error($link));
119 printf("[015 - %d] [%d] %s\n", $res_num, mysqli_errno($link), mysqli_error($link));
122 printf("[016 - %d] Expecting 2 column lengths got %d [%d] %s\n", $res_num, count($lengths));
126 printf("[017 - %d] Strange column lengths for column %d, got %d expecting any > 0\n",
[all …]
/PHP-5.5/ext/sysvshm/tests/
H A D002.phpt36 Warning: shm_attach() expects at least 1 parameter, 0 given in %s on line %d
39 Warning: shm_attach() expects at most 3 parameters, 4 given in %s on line %d
42 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
45 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
48 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
51 Warning: shm_attach(): Segment size must be greater than zero in %s on line %d
60 resource(%d) of type (sysvshm)
63 resource(%d) of type (sysvshm)
64 resource(%d) of type (sysvshm)
65 resource(%d) of type (sysvshm)
[all …]
/PHP-5.5/ext/xsl/tests/
H A Dbug49634.phpt55 exception 'Exception' with message 'Test exception.' in %s:%d
58 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
60 exception 'Exception' with message 'Test exception.' in %s:%d
63 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
65 exception 'Exception' with message 'Test exception.' in %s:%d
68 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
70 exception 'Exception' with message 'Test exception.' in %s:%d
73 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
75 exception 'Exception' with message 'Test exception.' in %s:%d
78 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
[all …]
/PHP-5.5/ext/standard/tests/file/
H A D007_error.phpt73 Warning: fopen() expects at least 2 parameters, 1 given in %s on line %d
76 Warning: fopen() expects at least 2 parameters, 0 given in %s on line %d
79 Warning: fclose(): %d is not a valid stream resource in %s on line %d
85 Warning: fclose() expects exactly 1 parameter, 0 given in %s on line %d
88 Warning: feof(): %d is not a valid stream resource in %s on line %d
94 Warning: feof() expects exactly 1 parameter, 0 given in %s on line %d
97 Warning: fopen() expects at most 4 parameters, 5 given in %s on line %d
100 Warning: fclose() expects exactly 1 parameter, 2 given in %s on line %d
103 Warning: feof() expects exactly 1 parameter, 2 given in %s on line %d
168 Warning: fopen(): Filename cannot be empty in %s on line %d
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_open_basic.phpt35 resource(%d) of type (file_info)
36 resource(%d) of type (file_info)
37 resource(%d) of type (file_info)
38 resource(%d) of type (file_info)
39 resource(%d) of type (file_info)
40 resource(%d) of type (file_info)
41 resource(%d) of type (file_info)
42 object(finfo)#%d (%d) {
44 object(finfo)#%d (%d) {
/PHP-5.5/sapi/cgi/tests/
H A D002.phpt2 defining INI options with -d
18 var_dump(`$php -n -d max_execution_time=111 $file`);
19 var_dump(`$php -n -d max_execution_time=500 $file`);
20 var_dump(`$php -n -d max_execution_time=500 -d max_execution_time=555 $file`);
24 var_dump(`$php -n -d upload_tmp_dir=/test/path -d max_execution_time=555 $file`);
31 string(%d) "X-Powered-By: PHP/%s
36 string(%d) "X-Powered-By: PHP/%s
41 string(%d) "X-Powered-By: PHP/%s
46 string(%d) "X-Powered-By: PHP/%s

Completed in 68 milliseconds

12345678910>>...252