Home
last modified time | relevance | path

Searched refs:d (Results 201 – 225 of 7032) sorted by relevance

12345678910>>...282

/PHP-7.3/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-7.3/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 Didate_variation1.phpt120 Warning: idate(): idate format is one char in %s on line %d
123 Warning: idate(): idate format is one char in %s on line %d
128 Warning: idate(): idate format is one char in %s on line %d
131 Warning: idate(): idate format is one char in %s on line %d
136 Warning: idate(): idate format is one char in %s on line %d
139 Warning: idate(): idate format is one char in %s on line %d
144 Warning: idate(): idate format is one char in %s on line %d
147 Warning: idate(): idate format is one char in %s on line %d
152 Warning: idate(): idate format is one char in %s on line %d
155 Warning: idate(): idate format is one char in %s on line %d
[all …]
H A Dbug48097.phpt7 $d = date_create( "Sun, 22 May 1955 02: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_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 …]
/PHP-7.3/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}.
H A Dclosure_044.phpt25 $d = $nonstaticUnscoped->bindTo(null, null); $d(); echo "\n";
26 $d = $nonstaticScoped->bindTo(null, null); $d(); echo "\n";
29 $d = $nonstaticUnscoped->bindTo(new A, null); $d(); echo "\n";
30 $d = $nonstaticScoped->bindTo(new A, null); $d(); echo "\n";
33 $d = $nonstaticUnscoped->bindTo(null, 'A'); $d(); echo "\n";
34 $d = $nonstaticScoped->bindTo(null, 'A'); $d(); echo "\n";
37 $d = $nonstaticUnscoped->bindTo(new A, 'A'); $d(); echo "\n";
38 $d = $nonstaticScoped->bindTo(new A, 'A'); $d(); echo "\n";
H A Dsettype_resource.phpt40 Warning: settype(): Cannot convert to resource type in %s on line %d
43 Warning: settype(): Cannot convert to resource type in %s on line %d
46 Warning: settype(): Cannot convert to resource type in %s on line %d
49 Warning: settype(): Cannot convert to resource type in %s on line %d
52 Warning: settype(): Cannot convert to resource type in %s on line %d
55 Warning: settype(): Cannot convert to resource type in %s on line %d
58 Warning: settype(): Cannot convert to resource type in %s on line %d
62 Warning: settype(): Cannot convert to resource type in %s on line %d
72 Warning: settype(): Cannot convert to resource type in %s on line %d
82 resource(%d) of type (stream)
[all …]
/PHP-7.3/ext/oci8/tests/
H A Dlob_aliases.phpt43 Warning: oci_lob_load() expects exactly 1 parameter, 0 given in %s on line %d
46 Warning: oci_lob_tell() expects exactly 1 parameter, 0 given in %s on line %d
52 Warning: oci_lob_erase() expects at least 1 parameter, 0 given in %s on line %d
55 Warning: oci_lob_flush() expects at least 1 parameter, 0 given in %s on line %d
64 Warning: oci_lob_rewind() expects exactly 1 parameter, 0 given in %s on line %d
67 Warning: oci_lob_read() expects exactly 2 parameters, 0 given in %s on line %d
70 Warning: oci_lob_eof() expects exactly 1 parameter, 0 given in %s on line %d
73 Warning: oci_lob_seek() expects at least 2 parameters, 0 given in %s on line %d
76 Warning: oci_lob_write() expects at least 2 parameters, 0 given in %s on line %d
82 Warning: oci_lob_size() expects exactly 1 parameter, 0 given in %s on line %d
[all …]
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_max_links.phpt24 …printf("[%03d] One link is already open, it should not be possible to open more, [%d] %s, [%d] %s\…
30 printf("[%03d] Can run query on link %d\n", 5 + $i, $i);
47 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
49 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
51 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
53 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
55 Warning: mysqli_%sonnect(): Too many open links (1) in %s on line %d
57 Warning: mysqli_query() expects parameter 1 to be mysqli, bool given in %s on line %d
59 Warning: mysqli_close() expects parameter 1 to be mysqli, bool given in %s on line %d
61 Warning: mysqli_query() expects parameter 1 to be mysqli, bool given in %s on line %d
[all …]
H A Dmysqli_multi_query.phpt28 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
39 printf("[006] %d\n", $i);
42 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
50 printf("%d/%d\n", $i, mysqli_insert_id($link));
53 printf("[008] %d\n", $i);
64 printf("[010] %d\n", $i);
72 printf("[012 - %d] [%d] %s\n", $res_num, mysqli_errno($link), mysqli_error($link));
88 printf("[015 - %d] [%d] %s\n", $res_num, mysqli_errno($link), mysqli_error($link));
91 printf("[016 - %d] Expecting 2 column lengths got %d [%d] %s\n", $res_num, count($lengths));
95 printf("[017 - %d] Strange column lengths for column %d, got %d expecting any > 0\n",
[all …]
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-7.3/ext/xsl/tests/
H A Dbug49634.phpt55 Exception: Test exception. in %s:%d
58 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
60 Exception: Test exception. in %s:%d
65 Exception: Test exception. in %s:%d
70 Exception: Test exception. in %s:%d
75 Exception: Test exception. in %s:%d
80 Exception: Test exception. in %s:%d
85 Exception: Test exception. in %s:%d
90 Exception: Test exception. in %s:%d
95 Exception: Test exception. in %s:%d
[all …]
/PHP-7.3/ext/standard/tests/array/
H A Darray_rand_variation2.phpt100 int(%d)
115 int(%d)
117 int(%d)
119 int(%d)
121 int(%d)
123 int(%d)
125 int(%d)
127 int(%d)
129 int(%d)
167 int(%d)
[all …]
H A Darray_rand.phpt19 Warning: array_rand() expects at least 1 parameter, 0 given in %s on line %d
22 Warning: array_rand(): Array is empty in %s on line %d
25 Warning: array_rand(): Array is empty in %s on line %d
28 Warning: array_rand() expects parameter 1 to be array, int given in %s on line %d
31 …and(): Second argument has to be between 1 and the number of elements in the array in %s on line %d
34 …and(): Second argument has to be between 1 and the number of elements in the array in %s on line %d
41 int(%d)
43 int(%d)
45 int(%d)
49 int(%d)
[all …]
H A Darray_intersect_variation9.phpt64 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
66 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
68 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
70 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
72 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
74 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
76 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
78 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
80 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
82 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
[all …]
/PHP-7.3/ext/standard/tests/file/
H A Dfputcsv_variation13.phpt103 string(%d) "water,fruit
130 string(%d) "water,fruit
157 string(%d) "water,fruit
184 string(%d) "water,fruit
535 string(%d) "&water&:&fruit&
562 string(%d) "&water&:&fruit&
589 string(%d) "&water&:&fruit&
616 string(%d) "&water&:&fruit&
643 string(%d) "=water===fruit=
670 string(%d) "=water===fruit=
[all …]
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-7.3/ext/standard/tests/serialize/
H A Dbug31402.phpt38 object(TestY)#%d (2) {
42 object(TestX)#%d (1) {
47 &object(TestX)#%d (1) {
52 &object(TestX)#%d (1) {
58 object(TestX)#%d (1) {
63 object(TestY)#%d (2) {
67 object(TestX)#%d (1) {
72 &object(TestX)#%d (1) {
77 &object(TestX)#%d (1) {
83 object(TestX)#%d (1) {
/PHP-7.3/ext/intl/tests/
H A Dcalendar_get_getActualMaximum_Minumum_error.phpt31 Warning: IntlCalendar::get() expects exactly 1 parameter, 0 given in %s on line %d
33 Warning: IntlCalendar::get(): intlcal_get: bad arguments in %s on line %d
36 Warning: IntlCalendar::getActualMaximum() expects exactly 1 parameter, 0 given in %s on line %d
41 Warning: IntlCalendar::getActualMinimum() expects exactly 1 parameter, 0 given in %s on line %d
46 Warning: IntlCalendar::get(): intlcal_get: invalid field in %s on line %d
55 Warning: IntlCalendar::get() expects parameter 1 to be int, string given in %s on line %d
57 Warning: IntlCalendar::get(): intlcal_get: bad arguments in %s on line %d
70 Warning: IntlCalendar::get() expects exactly 1 parameter, 2 given in %s on line %d
72 Warning: IntlCalendar::get(): intlcal_get: bad arguments in %s on line %d
75 Warning: IntlCalendar::getActualMaximum() expects exactly 1 parameter, 2 given in %s on line %d
[all …]
/PHP-7.3/ext/gd/tests/
H A Dbug77198_threshold.phpt24 printf("Pixel at %d, %d: unexpected NULL crop\n", $x, $y);
28 printf("Pixel at %d, %d: unexpected width (%d)\n", $x, $y, $width);
32 printf("Pixel at %d, %d: unexpected height (%d)\n", $x, $y, $height);
36 printf("Pixel at %d, %d: unexpected color (%d)\n", $x, $y, $color);
/PHP-7.3/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-7.3/tests/lang/
H A DforeachLoopObjects.002.phpt10 protected $d = "Original d";
65 protected $d = "Overridden d";
180 object(C)#%d (5) {
187 ["d":protected]=>
201 object(D)#%d (7) {
226 object(E)#%d (8) {
255 object(C)#%d (5) {
276 object(D)#%d (7) {
301 object(E)#%d (8) {
330 object(C)#%d (5) {
[all …]

Completed in 48 milliseconds

12345678910>>...282