Home
last modified time | relevance | path

Searched refs:d (Results 726 – 750 of 6498) sorted by relevance

1...<<21222324252627282930>>...260

/PHP-8.2/ext/zend_test/tests/
H A Dobserver_retval_05.phpt22 <!-- init '%s%eobserver_retval_%d.php' -->
23 <file '%s%eobserver_retval_%d.php'>
27 Warning: Undefined variable $i_do_not_exist in %s on line %d
31 Warning: Undefined variable $i_do_not_exist in %s on line %d
34 </file '%s%eobserver_retval_%d.php'>
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_references.phpt15 $sql = sprintf("SELECT id, label FROM test WHERE id = '%d' AND label = '%s'",
18 printf("[%03d + 1] %s failed, [%d] %s\n",
23 printf("[%03d + 2] fetch for %s failed, [%d] %s\n",
30 printf("[%03d + 3] Expecting %s/%s got %s/%s\n",
38 printf("[%03d + 4] Expecting %s/%s got %s/%s\n",
45 $sql = sprintf("DELETE FROM test WHERE id = '%d' AND label = '%s'",
48 printf("[%03d + 5] %s failed, [%d] %s\n",
60 printf("[001] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
68 printf("[003] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
79 printf("[006] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
[all …]
H A Dmysqli_stmt_close.phpt16 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
26 printf("[005] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
38 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
41 printf("[009] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
45 printf("[010] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
49 printf("[011] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
60 printf("[013] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
63 printf("[014] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
67 printf("[015] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
70 printf("[016] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dmysqli_stmt_num_rows.phpt16 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
21 printf("[%03d] [%d] %s\n", $offset, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
26 … printf("[%03d] [%d] %s\n", $offset + 1, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
31 … printf("[%03d] [%d] %s\n", $offset + 2, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
36 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 3,
59 printf("[050] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
65 printf("[051] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
72 printf("[53 - %03d] Expecting int/0, got %s/%s\n", $i, gettype($tmp), $tmp);
90 printf("[055] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dbug51647.phpt16 die(sprintf("skip Connect failed, [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
36 die(sprintf("skip Failed to test for MySQL SSL support, [%d] %s", $link->errno, $link->error));
39 die(sprintf("skip MySQL has no SSL support, [%d] %s", $link->errno, $link->error));
62 printf("[005] [%d] %s\n", $link->errno, $link->error);
65 printf("[004] [%d] %s\n", $link->errno, $link->error);
69 printf("[006] [%d] %s\n", $link->errno, $link->error);
92 printf("[010] [%d] %s\n", $link->errno, $link->error);
95 printf("[011] [%d] %s\n", $link->errno, $link->error);
99 printf("[012] [%d] %s\n", $link->errno, $link->error);
114 string(%d) "%S"
[all …]
H A Dmysqli_commit_oo.phpt9 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
12 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
42 printf("[004] [%d] %s\n", $mysqli->errno, $mysqli->error);
46 printf("[005] Cannot create test table, [%d] %s\n", $mysqli->errno, $mysqli->error);
50 printf("[006] [%d] %s\n", $mysqli->errno, $mysqli->error);
59 printf("[008] [%d] %s\n", $mysqli->errno, $mysqli->error);
62 printf("[009] [%d] %s\n", $mysqli->errno, $mysqli->error);
67 printf("[010] Expecting 1 row in table test, found %d rows\n", $tmp['num']);
72 printf("[011] [%d] %s\n", $mysqli->errno, $mysqli->error);
76 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
[all …]
/PHP-8.2/ext/standard/tests/array/
H A Dcompact_basic.phpt14 $d=array("key"=>"val");
19 var_dump (compact(array("a", "b", "c", "d", "e", "f")));
21 var_dump (compact("a", "b", "c", "d", "e", "f"));
36 ["d"]=>
53 ["d"]=>
70 Warning: compact(): Undefined variable $g in %s on line %d
H A Darray_filter_object.phpt99 object(SimpleClass)#%d (1) {
104 object(EmptyClass)#%d (0) {
107 object(ChildClass)#%d (2) {
114 object(FinalClass)#%d (1) {
119 object(StaticClass)#%d (0) {
124 object(SimpleClass)#%d (1) {
129 object(EmptyClass)#%d (0) {
132 object(ChildClass)#%d (2) {
139 object(FinalClass)#%d (1) {
144 object(StaticClass)#%d (0) {
/PHP-8.2/ext/standard/tests/file/
H A Dreadlink_variation1.phpt35 Warning: readlink(): %s in %s on line %d
38 Warning: readlink(): %s in %s on line %d
41 Warning: readlink(): %s in %s on line %d
44 Warning: readlink(): %s in %s on line %d
47 Warning: readlink(): %s in %s on line %d
50 Warning: readlink(): %s in %s on line %d
H A Dmkdir-002.phpt36 string(%d) "%s
37 d%s subdir
43 string(%d) "%s
44 d%s subdir
50 string(%d) "%s
51 d%s subdir
/PHP-8.2/ext/iconv/tests/
H A Dbug52941.phpt33 string(%d) "%s"
34 string(%d) "%sFoo"
35 string(%d) "%sFoo"
38 string(%d) "%s"
39 string(%d) "%sFoo"
40 string(%d) "%sFoo"
/PHP-8.2/ext/odbc/tests/
H A Dodbc_columnprivileges_001.phpt25 resource(%d) of type (odbc result)
28 …nprivileges(): Passing null to parameter #3 ($schema) of type string is deprecated in %s on line %d
30 …mnprivileges(): Passing null to parameter #4 ($table) of type string is deprecated in %s on line %d
32 …nprivileges(): Passing null to parameter #5 ($column) of type string is deprecated in %s on line %d
33 resource(%d) of type (odbc result)
35 resource(%d) of type (odbc result)
/PHP-8.2/ext/reflection/tests/
H A DReflectionGenerator_in_Generator.phpt46 int(%d)
47 string(%d) "%sReflectionGenerator_in_Generator.%s"
59 string(%d) "%s"
61 int(%d)
77 int(%d)
78 string(%d) "%sReflectionGenerator_in_Generator.%s"
/PHP-8.2/ext/session/tests/
H A D006.phpt53 object(a)#%d (1) {
57 object(b)#%d (1) {
59 &object(a)#%d (1) {
65 object(a)#%d (1) {
69 object(b)#%d (1) {
71 &object(a)#%d (1) {
/PHP-8.2/ext/zip/tests/
H A Dzip_entry_close.phpt20 Deprecated: Function zip_open() is deprecated in %s on line %d
22 Deprecated: Function zip_read() is deprecated in %s on line %d
24 Deprecated: Function zip_entry_open() is deprecated in %s on line %d
27 Deprecated: Function zip_entry_close() is deprecated in %s on line %d
30 Deprecated: Function zip_entry_close() is deprecated in %s on line %d
33 Deprecated: Function zip_close() is deprecated in %s on line %d
/PHP-8.2/Zend/tests/
H A Dbug67856.phpt11 Warning: {closure}(): Argument #1 ($a) must be passed by reference, value given in %s on line %d
13 Warning: {closure}(): Argument #2 ($b) must be passed by reference, value given in %s on line %d
15 Warning: {closure}(): Argument #1 ($a) must be passed by reference, value given in %s on line %d
17 Warning: {closure}(): Argument #2 ($b) must be passed by reference, value given in %s on line %d
19 Warning: {closure}(): Argument #1 ($a) must be passed by reference, value given in %s on line %d
21 Warning: {closure}(): Argument #2 ($b) must be passed by reference, value given in %s on line %d
/PHP-8.2/ext/date/tests/
H A DDateTimeImmutable_createFromInterface-002.phpt34 object(MyDateTimeImmutable)#%d (3) {
42 object(MyDateTimeImmutable)#%d (3) {
50 object(MyDateTimeImmutable)#%d (3) {
58 object(MyDateTimeImmutable)#%d (3) {
66 object(MyDateTimeImmutable)#%d (3) {
74 object(MyDateTimeImmutable)#%d (3) {
H A DDateTime_createFromInterface-002.phpt34 object(MyDateTime)#%d (3) {
42 object(MyDateTime)#%d (3) {
50 object(MyDateTime)#%d (3) {
58 object(MyDateTime)#%d (3) {
66 object(MyDateTime)#%d (3) {
74 object(MyDateTime)#%d (3) {
H A Ddate_modify-1.phpt7 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
9 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
13 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
15 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
18 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
20 echo date_format($ts, 'D, d M Y H:i:s T'), "\n";
H A Ddate_period-immutable.phpt14 echo $dt->format( "l Y-m-d\n" );
15 echo $dt->modify( "3 tuesday" )->format( "l Y-m-d\n" );
16 echo $dt->format( "l Y-m-d\n\n" );
22 echo $dt->format( "l Y-m-d\n" );
23 echo $dt->modify( "3 tuesday" )->format( "l Y-m-d\n" );
24 echo $dt->format( "l Y-m-d\n\n" );
H A Dstrtotime-mysql-64bit.phpt10 $d[] = '19970523091528';
11 $d[] = '20001231185859';
12 $d[] = '20800410101010'; // overflow..
14 foreach($d as $date) {
/PHP-8.2/ext/intl/tests/
H A Dformatter_format7.phpt75 '1234567.8912345\d+'
79 '1.2345678912345\d+E6'
87 '1234567.8912345\d+'
91 '1.2345678912345\d+E6'
99 '1234567.8912345\d+'
103 '1.2345678912345\d+E6'
111 '1234567.8912345\d+'
115 '1.2345678912345\d+E6'
123 '1234567.8912345\d+'
127 '1.2345678912345\d+E6'
H A Dformatter_format8.phpt74 '1234567.8912345\d+'
78 '1.2345678912345\d+E6'
86 '1234567.8912345\d+'
90 '1.2345678912345\d+E6'
98 '1234567.8912345\d+'
102 '1.2345678912345\d+E6'
110 '1234567.8912345\d+'
114 '1.2345678912345\d+E6'
122 '1234567.8912345\d+'
126 '1.2345678912345\d+E6'
/PHP-8.2/ext/imap/tests/
H A Dimap_rfc822_parse_headers_basic.phpt111 string(%d) "%s"
112 string(%d) "%s"
113 string(%d) "%s"
114 string(%d) "%s"
115 string(%d) "%s"
116 string(%d) "%s"
123 string(%d) "%s"
124 string(%d) "%d"
125 int(%d)
/PHP-8.2/ext/oci8/tests/
H A Dbug51291_1.phpt198 int(%d)
209 int(%d)
223 int(%d)
236 int(%d)
250 int(%d)
264 int(%d)
278 int(%d)
292 int(%d)
307 int(%d)
326 int(%d)
[all …]

Completed in 84 milliseconds

1...<<21222324252627282930>>...260