Home
last modified time | relevance | path

Searched refs:d (Results 251 – 275 of 6327) sorted by relevance

1...<<11121314151617181920>>...254

/PHP-5.6/ext/standard/tests/array/
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.6/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.6/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.6/ext/mcrypt/tests/
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 …]
/PHP-5.6/sapi/fpm/tests/
H A D007.phpt57 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
58 [%d-%s-%d %d:%d:%d] NOTICE: ready to handle connections
59 int(%d)
61 int(%d)
/PHP-5.6/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.6/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.6/ext/gmp/tests/
H A Dgmp_root.phpt24 Warning: gmp_root() expects exactly 2 parameters, 0 given in %s on line %d
26 object(GMP)#%d (1) {
30 object(GMP)#%d (1) {
34 object(GMP)#%d (1) {
38 object(GMP)#%d (1) {
42 object(GMP)#%d (1) {
47 Warning: gmp_root(): Can't take even root of negative number in %s on line %d
49 object(GMP)#%d (1) {
54 Warning: gmp_root(): The root must be positive in %s on line %d
57 Warning: gmp_root(): The root must be positive in %s on line %d
/PHP-5.6/ext/date/tests/
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.6/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.6/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.6/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.6/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
/PHP-5.6/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 …]
H A Dfile_get_contents_variation6.phpt122 string(%d) ""
125 string(%d) "c"
142 string(%d) ""
161 string(%d) ""
164 string(%d) ""
167 string(%d) "c"
170 string(%d) ""
173 string(%d) "c"
176 string(%d) ""
211 string(%d) ""
[all …]
/PHP-5.6/ext/simplexml/tests/
H A D033.phpt59 object(SimpleXMLElement)#%d (1) {
67 object(SimpleXMLElement)#%d (2) {
74 object(SimpleXMLElement)#%d (1) {
76 object(SimpleXMLElement)#%d (1) {
86 object(SimpleXMLElement)#%d (1) {
95 object(SimpleXMLElement)#%d (0) {
97 object(SimpleXMLElement)#%d (1) {
101 object(SimpleXMLElement)#%d (1) {
109 object(SimpleXMLElement)#%d (2) {
116 object(SimpleXMLElement)#%d (1) {
[all …]
H A D001.phpt13 object(SimpleXMLElement)#%d (2) {
20 object(SimpleXMLElement)#%d (3) {
27 object(SimpleXMLElement)#%d (0) {
30 object(SimpleXMLElement)#%d (1) {
32 object(SimpleXMLElement)#%d (1) {
34 object(SimpleXMLElement)#%d (1) {
36 object(SimpleXMLElement)#%d (0) {
/PHP-5.6/ext/exif/tests/
H A Dbug76557.phpt11 …ocess tag(x010F=Make ): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on line %d
13 …ocess tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on line %d
15 …ocess tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on line %d
17 …ocess tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on line %d
19 …ocess tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on line %d
21 …ocess tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on line %d
23 …ocess tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on line %d
25 …ocess tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on line %d
27 …ocess tag(x3030=UndefinedTa): Illegal format code 0x3030, suppose BYTE in %sbug76557.php on line %d
75 Warning: exif_read_data(bug76557.jpg): File structure corrupted in %sbug76557.php on line %d
[all …]
H A Dbug72094.phpt26 Warning: exif_read_data(bug72094_1.jpg): Illegal IFD offset in %s%ebug72094.php on line %d
28 Warning: exif_read_data(bug72094_1.jpg): File structure corrupted in %s%ebug72094.php on line %d
30 Warning: exif_read_data(bug72094_1.jpg): Invalid JPEG file in %s%ebug72094.php on line %d
32 Warning: exif_read_data(bug72094_2.jpg): Illegal IFD size in %s%ebug72094.php on line %d
34 Warning: exif_read_data(bug72094_2.jpg): File structure corrupted in %s%ebug72094.php on line %d
36 Warning: exif_read_data(bug72094_2.jpg): Invalid JPEG file in %s%ebug72094.php on line %d
50 Warning: exif_read_data(bug72094_3.jpg): Illegal IFD size in %s%ebug72094.php on line %d
52 Warning: exif_read_data(bug72094_3.jpg): File structure corrupted in %s%ebug72094.php on line %d
54 Warning: exif_read_data(bug72094_3.jpg): Invalid JPEG file in %s%ebug72094.php on line %d
56 Warning: exif_read_data(bug72094_4.jpg): Invalid TIFF start (1) in %s%ebug72094.php on line %d
[all …]
/PHP-5.6/ext/session/tests/
H A Dsession_destroy_error.phpt100 Warning: session_destroy() expects exactly 0 parameters, 1 given in %s on line %d
105 Warning: session_destroy() expects exactly 0 parameters, 1 given in %s on line %d
110 Warning: session_destroy() expects exactly 0 parameters, 1 given in %s on line %d
115 Warning: session_destroy() expects exactly 0 parameters, 1 given in %s on line %d
120 Warning: session_destroy() expects exactly 0 parameters, 1 given in %s on line %d
125 Warning: session_destroy() expects exactly 0 parameters, 1 given in %s on line %d
130 Warning: session_destroy() expects exactly 0 parameters, 1 given in %s on line %d
135 Warning: session_destroy() expects exactly 0 parameters, 1 given in %s on line %d
140 Warning: session_destroy() expects exactly 0 parameters, 1 given in %s on line %d
145 Warning: session_destroy() expects exactly 0 parameters, 1 given in %s on line %d
[all …]

Completed in 96 milliseconds

1...<<11121314151617181920>>...254