Home
last modified time | relevance | path

Searched refs:d (Results 476 – 500 of 6495) sorted by relevance

1...<<11121314151617181920>>...260

/PHP-8.2/ext/standard/tests/http/
H A Dbug61548.phpt46 Host: %s:%d
53 Host: %s:%d
60 Host: %s:%d
67 Host: %s:%d
74 Host: %s:%d
82 Host: %s:%d
89 Host: %s:%d
96 Host: %s:%d
102 Host: %s:%d
109 Host: %s:%d
[all …]
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_report.phpt247 … printf("[022 - %d] [%d] %s\n", $i - 99, mysqli_errno($link), mysqli_error($link));
315d/%d): You have an error in your SQL syntax; check the manual that corresponds to your %s server v…
317d/%d): You have an error in your SQL syntax; check the manual that corresponds to your %s server v…
320d/%d): You have an error in your SQL syntax; check the manual that corresponds to your %s server v…
322d/%d): You have an error in your SQL syntax; check the manual that corresponds to your %s server v…
324 Warning: mysqli_autocommit(): (%s/%d): Commands out of sync; you can't run this command now in %s o…
326 Warning: mysqli_commit(): (%s/%d): Commands out of sync; you can't run this command now in %s on li…
328 Warning: mysqli_rollback(): (%s/%d): Commands out of sync; you can't run this command now in %s on …
330 Warning: mysqli_stmt_prepare(): (%s/%d): Commands out of sync; you can't run this command now in %s…
336 Warning: mysqli_stmt_attr_set(): (%s/%d): Not implemented in %s on line %d
[all …]
H A Dmysqli_stmt_bind_result_format.phpt18 printf("[%03d] Cannot drop table test, [%d] %s\n",
27 printf("[%03d] Cannot create table test, [%d] %s\n",
40 printf("[%03d] Cannot insert data, [%d] %s\n",
53 printf("[%03d] Cannot create PS, [%d] %s\n",
65 printf("[%03d] Cannot prepare PS, [%d] %s\n",
72 printf("[%03d] Cannot execute PS, [%d] %s\n",
79 printf("[%03d] Cannot store result set, [%d] %s\n",
89 printf("[%03d] Cannot bind result, [%d] %s\n",
96 printf("[%03d] Cannot fetch result,, [%d] %s\n",
114 printf("[%03d] Cannot bind result, [%d] %s\n",
[all …]
/PHP-8.2/ext/standard/tests/strings/
H A Dstrtolower.phpt66 0d => 0d
82 1d => 1d
98 2d => 2d
114 3d => 3d
130 4d => 6d
146 5d => 5d
162 6d => 6d
178 7d => 7d
194 8d => 8d
210 9d => 9d
H A Dstrtoupper1.phpt64 0d => 0d
80 1d => 1d
96 2d => 2d
112 3d => 3d
128 4d => 4d
144 5d => 5d
160 6d => 4d
176 7d => 7d
192 8d => 8d
208 9d => 9d
H A Dsprintf_basic2.phpt10 $format1 = "%d";
11 $format2 = "%d %d";
12 $format3 = "%d %d %d";
/PHP-8.2/ext/bz2/tests/
H A D002.phpt84 resource(%d) of type (stream)
85 resource(%d) of type (stream)
86 resource(%d) of type (stream)
90 resource(%d) of type (stream)
91 resource(%d) of type (stream)
105 Warning: bzopen(): Cannot use stream opened in mode 'rw' in %s on line %d
108 Warning: bzopen(): Cannot use stream opened in mode 'rw' in %s on line %d
111 Warning: bzopen(): Cannot use stream opened in mode 'wr' in %s on line %d
114 Warning: bzopen(): Cannot use stream opened in mode 'wr' in %s on line %d
117 Warning: bzopen(): Cannot use stream opened in mode 'r+' in %s on line %d
[all …]
/PHP-8.2/ext/dba/tests/
H A Ddba_cdb_creation_matrix.phpt28 …g: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on line %d
32 …g: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on line %d
36 …g: dba_open(cdb_not_existing.db): Failed to open stream: No such file or directory in %s on line %d
85 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
89 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
93 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
97 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
142 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
146 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
150 Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
[all …]
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_saveHTML_variant2.phpt7 $d = new DOMDocument();
17 $d->loadHTML($str);
18 $e = $d->getElementsByTagName("p");
20 echo $d->saveXml($e),"\n";
21 echo $d->saveHtml($e),"\n";
/PHP-8.2/ext/date/tests/
H A Dbug34087.phpt2 Bug #34087 (strtotime() does not work with date format "Y/m/d")
6 echo "Y/m/d: ", strtotime("2005/8/12"), "\n";
7 echo "Y-m-d: ", strtotime("2005-8-12"), "\n";
15 Y/m/d: 1123804800
16 Y-m-d: 1123804800
H A DDateTime_construct_basic1.phpt19 object(DateTime)#%d (3) {
21 string(%d) "%s"
27 object(DateTime)#%d (3) {
29 string(%d) "%s"
35 object(DateTime)#%d (3) {
43 object(DateTime)#%d (3) {
H A Dmktime-1.phpt12 echo date("Y-m-d", mktime( 12, 0, 0, 3, 0, 2000)) ."\n";
13 echo date("Y-m-d", mktime( 12, 0, 0, 3, -1, 2000)) ."\n";
14 echo date("Y-m-d", mktime( 12, 0, 0, 2, 29, 2000)) ."\n";
15 echo date("Y-m-d", mktime( 12, 0, 0, 3, 0, 2001)) ."\n";
16 echo date("Y-m-d", mktime( 12, 0, 0, 2, 29, 2001)) ."\n";
17 echo date("Y-m-d", mktime( 12, 0, 0, 0, 0, 2000)) ."\n";
H A Dgmstrftime_variation10.phpt38 Deprecated: Function gmstrftime() is deprecated in %s on line %d
39 string(%d) "%d"
41 Deprecated: Function gmstrftime() is deprecated in %s on line %d
46 Deprecated: Function gmstrftime() is deprecated in %s on line %d
47 string(%d) "%d"
49 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dstrftime_variation10.phpt38 Deprecated: Function strftime() is deprecated in %s on line %d
39 string(%d) "%d"
41 Deprecated: Function strftime() is deprecated in %s on line %d
46 Deprecated: Function strftime() is deprecated in %s on line %d
47 string(%d) "%d"
49 Deprecated: Function strftime() is deprecated in %s on line %d
/PHP-8.2/ext/opcache/tests/jit/
H A Dinc_obj_001.phpt25 int(%d)
26 int(%d)
27 int(%d)
28 int(%d)
29 int(%d)
H A Dinc_obj_002.phpt25 int(%d)
26 int(%d)
27 int(%d)
28 int(%d)
29 int(%d)
/PHP-8.2/tests/lang/
H A DforeachLoopObjects.003.phpt11 protected $d = "Original d";
92 object(C)#%d (5) {
99 ["d":protected]=>
106 object(C)#%d (5) {
113 ["d":protected]=>
120 object(C)#%d (5) {
127 ["d":protected]=>
146 object(C)#%d (17) {
153 ["d":protected]=>
235 object(C)#%d (2) {
[all …]
/PHP-8.2/ext/pcre/tests/
H A D001.phpt9 (?P<year>(\d{2})?\d\d) -
10 (?P<month>(?:\d\d|[a-zA-Z]{2,3})) -
11 (?P<day>[0-3]?\d))
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_export_basic2.phpt9 public Foo $d;
12 class d extends c {}
15 echo new ReflectionClass("d"), "\n";
34 Property [ public Foo $d ]
41 Class [ <user> class d extends c ] {
55 Property [ public Foo $d ]
/PHP-8.2/ext/zip/tests/
H A Dzip_entry_read.phpt16 Deprecated: Function zip_open() is deprecated in %s on line %d
18 Deprecated: Function zip_read() is deprecated in %s on line %d
20 Deprecated: Function zip_entry_open() is deprecated in %s on line %d
22 Deprecated: Function zip_entry_read() is deprecated in %s on line %d
26 Deprecated: Function zip_entry_close() is deprecated in %s on line %d
28 Deprecated: Function zip_close() is deprecated in %s on line %d
/PHP-8.2/Zend/tests/
H A Darray_offset.phpt14 Warning: Undefined array key -1 in %s on line %d
16 Deprecated: Implicit conversion from float -1.1 to int loses precision in %s on line %d
18 Warning: Undefined array key -1 in %s on line %d
20 Warning: Undefined array key -1 in %s on line %d
22 Deprecated: Implicit conversion from float -1.1 to int loses precision in %s on line %d
24 Warning: Undefined array key -1 in %s on line %d
/PHP-8.2/ext/standard/tests/streams/
H A Dset_file_buffer.phpt38 option: %d, %d, %d
40 int(%d)
41 size: %d
43 int(%d)
/PHP-8.2/sapi/cli/tests/
H A D015.phpt24 PHP %d.%d.%d%s(cli) (built: %s)%s
33 PHP %d.%d.%d%s(cli) (built: %s)%s
/PHP-8.2/ext/standard/tests/array/
H A Darray_rand_basic2.phpt37 string(%d) "%s"
39 string(%d) "%s"
41 string(%d) "%s"
43 string(%d) "%s"
45 string(%d) "%s"
47 string(%d) "%s"
51 string(%d) "%s"
/PHP-8.2/ext/standard/tests/file/
H A Dfilegroup_basic.phpt53 int(%d)
54 int(%d)
55 int(%d)
56 int(%d)
57 int(%d)
60 int(%d)
61 int(%d)
62 int(%d)

Completed in 91 milliseconds

1...<<11121314151617181920>>...260