Home
last modified time | relevance | path

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

12345678910>>...248

/PHP-5.6/ext/date/tests/
H A Dbug52062-64bit.phpt11 $d = new DateTime('@100000000000');
12 var_dump($d->format('Y-m-d H:i:s U'));
13 var_dump($d->getTimestamp());
15 $d->setTimestamp(100000000000);
16 var_dump($d->format('Y-m-d H:i:s U'));
17 var_dump($d->getTimestamp());
H A Ddate_date_set_variation2.phpt116 object(DateTime)#%d (3) {
118 string(%d) "%s"
126 object(DateTime)#%d (3) {
136 object(DateTime)#%d (3) {
178 string(%d) "%s"
208 string(%d) "%s"
218 string(%d) "%s"
238 string(%d) "%s"
258 string(%d) "%s"
308 string(%d) "%s"
[all …]
H A Ddate_sunrise_variation4.phpt107 float(5.200%d)
112 float(5.133%d)
117 float(21.759%d)
122 float(12.698%d)
171 float(5.200%d)
176 float(5.200%d)
181 float(5.133%d)
186 float(5.200%d)
191 float(5.133%d)
196 float(5.200%d)
[all …]
H A Ddate_sunrise_variation6.phpt106 float(5.800%d)
111 float(6.800%d)
116 float(14.800%d)
121 float(12.800%d)
170 float(5.800%d)
175 float(5.800%d)
180 float(6.800%d)
185 float(5.800%d)
190 float(6.800%d)
195 float(5.800%d)
[all …]
H A Ddate_sunset_variation4.phpt107 float(0.059%d)
112 float(23.992%d)
117 float(17.259%d)
122 float(12.316%d)
171 float(0.059%d)
176 float(0.059%d)
181 float(23.992%d)
186 float(0.059%d)
196 float(0.059%d)
289 float(0.059%d)
[all …]
H A Ddate_sunset_variation6.phpt107 float(12.681%d)
112 float(13.681%d)
117 float(21.681%d)
122 float(19.681%d)
171 float(12.681%d)
176 float(12.681%d)
181 float(13.681%d)
186 float(12.681%d)
191 float(13.681%d)
196 float(12.681%d)
[all …]
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";
/PHP-5.6/ext/spl/tests/
H A Ddit_001.phpt8 $d = new DirectoryIterator('.');
9 var_dump($d);
10 var_dump(is_string($d));
11 preg_match('/x/', $d);
12 var_dump(is_string($d));
16 object(DirectoryIterator)#%d (4) {
18 %s(%d) ".%c%s"
20 %s(%d) "%s"
/PHP-5.6/Zend/tests/
H A Dnowdoc_005.phpt9 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
14 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
22 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
23 This is nowdoc test #s $a, $b, $c['c'], and $d->d.
H A Dnowdoc_006.phpt9 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
14 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
22 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
23 This is nowdoc test #s {$a}, {$b}, {$c['c']}, and {$d->d}.
H A Dnowdoc_007.phpt9 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
14 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
22 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
23 This is nowdoc test #s $a, {$b}, {$c['c']}, and {$d->d}.
/PHP-5.6/ext/standard/tests/file/
H A Dfile_get_contents_variation3.phpt133 string(%d) "contents read"
136 string(%d) "contents read"
139 string(%d) "contents read"
142 string(%d) "contents read"
145 string(%d) "contents read"
148 string(%d) "contents read"
151 string(%d) "contents read"
170 string(%d) "contents read"
173 string(%d) "contents read"
176 string(%d) "contents read"
[all …]
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc.phpt21 printf("[009] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
47 printf("[017] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
50 printf("[018] Results seem wrong, got %s, [%d] %s\n",
65 printf("[019] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
88 printf("[026] Results seem wrong, got %s, [%d] %s\n",
102 printf("[028] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
125 printf("[034] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
128 printf("[035] Results seem wrong, got %s, [%d] %s\n",
140 printf("[037] [%d] %s.\n", mysqli_errno($link), mysqli_error($link));
170 printf("[045] Results seem wrong, got %s, [%d] %s\n",
[all …]
/PHP-5.6/ext/standard/tests/array/
H A Darray_pad_variation1.phpt104 Warning: array_pad() expects parameter 1 to be array, integer given in %s on line %d
132 Warning: array_pad() expects parameter 1 to be array, double given in %s on line %d
135 Warning: array_pad() expects parameter 1 to be array, double given in %s on line %d
167 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
170 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
174 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
177 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
251 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
254 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
258 Warning: array_pad() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Drsort_variation1.phpt109 Warning: rsort() expects parameter 1 to be array, integer given in %s on line %d
113 Warning: rsort() expects parameter 1 to be array, integer given in %s on line %d
117 Warning: rsort() expects parameter 1 to be array, integer given in %s on line %d
262 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
266 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
270 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
274 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
279 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
283 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
287 Warning: rsort() expects parameter 1 to be array, null given in %s on line %d
[all …]
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 …]
/PHP-5.6/ext/standard/tests/serialize/
H A Dbug31402.phpt37 object(TestY)#%d (2) {
41 object(TestX)#%d (1) {
46 &object(TestX)#%d (1) {
51 &object(TestX)#%d (1) {
57 object(TestX)#%d (1) {
62 object(TestY)#%d (2) {
66 object(TestX)#%d (1) {
71 &object(TestX)#%d (1) {
76 &object(TestX)#%d (1) {
82 object(TestX)#%d (1) {
/PHP-5.6/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 …tension is deprecated and will be removed in the future: use mysqli or PDO instead in %s on line %d
63 Warning: mysql_db_name(): Unable to jump to row -1 on MySQL result index %d in %s on line %d
65 Warning: mysql_db_name(): Unable to jump to row %d on MySQL result index %d in %s on line %d
[all …]
/PHP-5.6/sapi/fpm/tests/
H A D008.phpt72 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
73 [%d-%s-%d %d:%d:%d] NOTICE: ready to handle connections
74 int(%d)
76 int(%d)
78 int(%d)
H A D004.phpt54 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
55 [%d-%s-%d %d:%d:%d] NOTICE: ready to handle connections
H A D005.phpt52 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
53 [%d-%s-%d %d:%d:%d] NOTICE: ready to handle connections
H A D006.phpt52 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
53 [%d-%s-%d %d:%d:%d] NOTICE: ready to handle connections
/PHP-5.6/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 …]

Completed in 36 milliseconds

12345678910>>...248