Home
last modified time | relevance | path

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

12345678910>>...234

/PHP-5.4/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.4/ext/mcrypt/tests/
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.4/ext/mysql/tests/
H A Dmysql_db_name.phpt24 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
27 printf("[004] Empty database list? [%d] %s\n", mysql_errno($link), mysql_error($link));
30 printf("[005] Expecting boolean/false, got %s/%s. [%d] %s\n",
34 printf("[006] Expecting boolean/false, got %s/%s. [%d] %s\n",
40 printf("[%03d] Got empty database name! [%d] %s\n",
44 printf("[%03d] Expecting unicode string! [%d] %s\n",
53 printf("[999] Expecting boolean/false, got %s/%s. [%d] %s\n",
61 Warning: mysql_db_name(): Unable to jump to row -1 on MySQL result index %d in %s on line %d
63 Warning: mysql_db_name(): Unable to jump to row %d on MySQL result index %d in %s on line %d
65 Warning: mysql_db_name(): %d is not a valid MySQL result resource in %s on line %d
/PHP-5.4/ext/date/tests/
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 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"
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";
/PHP-5.4/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.4/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.4/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.4/ext/standard/tests/array/
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 …]
H A Darray_merge_recursive_variation1.phpt114 Warning: array_merge_recursive(): Argument #1 is not an array in %s on line %d
117 Warning: array_merge_recursive(): Argument #1 is not an array in %s on line %d
122 Warning: array_merge_recursive(): Argument #1 is not an array in %s on line %d
125 Warning: array_merge_recursive(): Argument #1 is not an array in %s on line %d
130 Warning: array_merge_recursive(): Argument #1 is not an array in %s on line %d
133 Warning: array_merge_recursive(): Argument #1 is not an array in %s on line %d
138 Warning: array_merge_recursive(): Argument #1 is not an array in %s on line %d
141 Warning: array_merge_recursive(): Argument #1 is not an array in %s on line %d
146 Warning: array_merge_recursive(): Argument #1 is not an array in %s on line %d
149 Warning: array_merge_recursive(): Argument #1 is not an array in %s on line %d
[all …]
/PHP-5.4/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.4/ext/standard/tests/file/
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.4/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.4/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.4/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 …]
H A Dsession_encode_error.phpt102 Warning: session_encode() expects exactly 0 parameters, 1 given in %s on line %d
107 Warning: session_encode() expects exactly 0 parameters, 1 given in %s on line %d
112 Warning: session_encode() expects exactly 0 parameters, 1 given in %s on line %d
117 Warning: session_encode() expects exactly 0 parameters, 1 given in %s on line %d
122 Warning: session_encode() expects exactly 0 parameters, 1 given in %s on line %d
127 Warning: session_encode() expects exactly 0 parameters, 1 given in %s on line %d
132 Warning: session_encode() expects exactly 0 parameters, 1 given in %s on line %d
137 Warning: session_encode() expects exactly 0 parameters, 1 given in %s on line %d
142 Warning: session_encode() expects exactly 0 parameters, 1 given in %s on line %d
147 Warning: session_encode() expects exactly 0 parameters, 1 given in %s on line %d
[all …]
H A Dsession_get_cookie_params_error.phpt99 Warning: session_get_cookie_params() expects exactly 0 parameters, 1 given in %s on line %d
104 Warning: session_get_cookie_params() expects exactly 0 parameters, 1 given in %s on line %d
109 Warning: session_get_cookie_params() expects exactly 0 parameters, 1 given in %s on line %d
114 Warning: session_get_cookie_params() expects exactly 0 parameters, 1 given in %s on line %d
119 Warning: session_get_cookie_params() expects exactly 0 parameters, 1 given in %s on line %d
124 Warning: session_get_cookie_params() expects exactly 0 parameters, 1 given in %s on line %d
129 Warning: session_get_cookie_params() expects exactly 0 parameters, 1 given in %s on line %d
134 Warning: session_get_cookie_params() expects exactly 0 parameters, 1 given in %s on line %d
139 Warning: session_get_cookie_params() expects exactly 0 parameters, 1 given in %s on line %d
144 Warning: session_get_cookie_params() expects exactly 0 parameters, 1 given in %s on line %d
[all …]
/PHP-5.4/tests/lang/
H A DpassByReference_006.phpt70 object(stdClass)#%d (1) {
74 object(stdClass)#%d (1) {
81 object(stdClass)#%d (1) {
106 object(stdClass)#%d (1) {
110 object(stdClass)#%d (1) {
117 object(stdClass)#%d (1) {
141 object(stdClass)#%d (1) {
145 object(stdClass)#%d (1) {
152 object(stdClass)#%d (1) {
175 object(stdClass)#%d (1) {
[all …]
/PHP-5.4/tests/security/
H A Dopen_basedir_scandir.phpt34 Warning: scandir(): (errno 1): %s in %s on line %d
41 Warning: scandir(): (errno 1): %s in %s on line %d
46 Warning: scandir(..): failed to open dir: %s in %s on line %d
48 Warning: scandir(): (errno 1): %s in %s on line %d
53 Warning: scandir(../): failed to open dir: %s in %s on line %d
55 Warning: scandir(): (errno 1): %s in %s on line %d
60 Warning: scandir(/): failed to open dir: %s in %s on line %d
62 Warning: scandir(): (errno 1): %s in %s on line %d
69 Warning: scandir(): (errno 1): %s in %s on line %d
76 Warning: scandir(): (errno 1): %s in %s on line %d
[all …]
/PHP-5.4/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 …]

Completed in 51 milliseconds

12345678910>>...234