Home
last modified time | relevance | path

Searched refs:d (Results 601 – 625 of 6498) sorted by relevance

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

/PHP-8.2/Zend/tests/
H A Dobjects_022.phpt32 object(foo)#%d (0) {
34 object(bar)#%d (0) {
36 object(baz)#%d (0) {
39 … TypeError: foo::testFoo(): Argument #1 ($obj) must be of type foo, stdClass given, called in %s:%d
41 #0 %s(%d): foo->testFoo(Object(stdClass))
43 thrown in %s on line %d
H A Dexception_008.phpt27 Fatal error: Uncaught Exception: First in %sexception_008.php:%d
29 #0 %sexception_008.php(%d): TestFirst->__destruct()
32 Next Exception: Second in %sexception_008.php:%d
34 #0 %sexception_008.php(%d): TestSecond->__destruct()
36 thrown in %sexception_008.php on line %d
H A Dbug72347.phpt6 $d = 1.5;
8 return $d;
10 var_dump($d);
16 Deprecated: Implicit conversion from float 1.5 to int loses precision in %s on line %d
H A Dstring_offset_int_min_max.phpt12 Warning: Uninitialized string offset %d in %s on line %d
15 Warning: Uninitialized string offset -%d in %s on line %d
H A Dns_077_5.phpt13 Fatal error: Uncaught Error: Undefined constant "unknown" in %s:%d
15 #0 %s(%d): foo()
17 thrown in %sns_077_%d.php on line %d
H A Dns_077_7.phpt13 Fatal error: Uncaught Error: Undefined constant "unknown" in %s:%d
15 #0 %s(%d): foo()
17 thrown in %sns_077_%d.php on line %d
H A Dbug43201.phpt29 Warning: Undefined variable $ref in %s on line %d
31 Warning: Undefined variable $undef in %s on line %d
33 …cated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on line %d
37 Warning: Undefined variable $undef in %s on line %d
39 …cated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on line %d
43 Warning: Undefined variable $undef in %s on line %d
45 …cated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on line %d
49 Warning: Undefined variable $undef in %s on line %d
51 …cated: chop(): Passing null to parameter #1 ($string) of type string is deprecated in %s on line %d
55 Warning: Undefined variable $undef in %s on line %d
[all …]
/PHP-8.2/Zend/tests/fibers/
H A Dget-return-after-bailout.phpt25 … error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) %sget-return-after…
27 …ot get fiber return value: The fiber exited with a fatal error in %sget-return-after-bailout.php:%d
29 #0 %sget-return-after-bailout.php(%d): Fiber->getReturn()
32 thrown in %sget-return-after-bailout.php on line %d
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_get_client_stats_implicit_free.phpt21 printf("BEGINNING: implicit_free_result = %d\n", $stats['implicit_free_result']);
24 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
31 …("[002] Where is the missing mysqli_free_result() call? implicit_free_result has changed by %d.\n",
35 printf("END: implicit_free_result = %d\n", $stats['implicit_free_result']);
44 BEGINNING: implicit_free_result = %d
45 END: implicit_free_result = %d
H A Dmysqli_expire_password.phpt48 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
66 printf("[001] Cannot connect [%d] %s\n",
70 printf("[002] Connect should fail, [%d] %s\n", $link->errno, $link->error);
77 printf("[003] Cannot connect [%d] %s\n",
88 printf("[005] Cannot connect [%d] %s\n",
100 printf("[007] Cannot connect [%d] %s\n",
115 printf("[001] Cannot connect [%d] %s\n",
135 Warning: mysqli%sconnect(): (HY000/%d): %s in %s on line %d
136 [001] Cannot connect [%d] %s
138 Warning: mysqli%sconnect(): (HY000/%d): %s in %s on line %d
[all …]
H A Dlocal_infile_tools.inc63 printf("[%03d + 1] Cannot create CVS file '%s'\n", $offset, $file);
74 printf("[%03d + 3] Cannot write CVS file '%s'\n", $offset, $file);
82 …printf("[%03d + 4] Cannot change the file perms of '%s' from 0600 to 0644, MySQL might not be able…
94 printf("[%03d] Cannot set infile handler to '%s'\n", $offset, $handler);
100 …printf("[%03d] Cannot remove records, [%d] %s\n", $offset + 1, mysqli_errno($link), mysqli_error($…
109 printf("[%03d] LOAD DATA failed, [%d] %s\n",
115 printf("[%03d] [%d] %s\n", $offset + 3, mysqli_errno($link), mysqli_error($link));
124 … printf("[%03d/%d] [%d] '%s'\n", $offset + 4, $k, mysqli_errno($link), mysqli_error($link));
128 printf("[%03d/%d] Expecting %s got %s\n",
134 printf("[%03d/%d] Expecting %s got %s\n",
[all …]
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt14 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
17 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
20 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
23 printf("[004] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
28 printf("[005] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
31 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
34 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
53 printf("[009] Expecting boolean/true, got %s/%s. [%d] %s\n",
58 printf("[010] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
65 …d_long_data(): Skipped %d bytes. Last command STMT_SEND_LONG_DATA hasn't consumed all the output f…
[all …]
H A Dmysqli_stmt_send_long_data.phpt16 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
19 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
22 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
25 printf("[007] [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
33 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
36 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
74 printf("[014] Expecting boolean/false, got %s/%s. [%d] %s\n",
78 printf("[015] Expecting boolean/true, got %s/%s. [%d] %s\n",
87 printf("[017] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
90 printf("[018] Expecting 1 rows, mysqli_num_rows() reports %d rows. [%d] %s\n",
[all …]
H A Dmysqli_fetch_assoc_bit.phpt44 …, $sql = sprintf('CREATE TABLE test(id BIGINT, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DEFAUL…
45 printf("[002 - %d] [%d] %s\n",$bits, mysqli_errno($link), mysqli_error($link));
75 printf("[003 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
79 printf("[004 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
82 printf("[005 - %d] [%d] %s\n", $bits, mysqli_errno($link), mysqli_error($link));
86 … printf("[006 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
93 printf("[007 - %d] Expecting %s got %s\n", $bits, $value, $row['bit_value']);
99 …printf("[008 - %d] Expecting null got %s/%s\n", $bits, gettype($row['bit_value']), $row['bit_value…
/PHP-8.2/ext/date/tests/
H A Ddate_add_basic.phpt12 $format = 'Y-m-d H:i:s';
20 $d = new DateTime($startDate);
21 var_dump( $d->format($format) );
24 date_add($d, new DateInterval($interval) );
25 var_dump( $d->format($format) );
H A Ddate_sub_basic.phpt12 $format = 'Y-m-d H:i:s';
20 $d = new DateTime($startDate);
21 var_dump( $d->format($format) );
24 date_sub($d, new DateInterval($interval) );
25 var_dump( $d->format($format) );
/PHP-8.2/ext/standard/tests/array/
H A Drsort_object2.phpt97 object(for_integer_rsort)#%d (3) {
106 object(for_integer_rsort)#%d (3) {
115 object(for_integer_rsort)#%d (3) {
124 object(for_integer_rsort)#%d (3) {
136 object(for_string_rsort)#%d (3) {
145 object(for_string_rsort)#%d (3) {
154 object(for_string_rsort)#%d (3) {
163 object(for_string_rsort)#%d (3) {
216 object(for_string_rsort)#%d (3) {
225 object(for_string_rsort)#%d (3) {
[all …]
/PHP-8.2/ext/snmp/tests/
H A Dsnmp3.phpt81 string(%d) "%s"
83 string(%d) "%s"
85 string(%d) "%s"
87 string(%d) "%s"
89 string(%d) "%s"
91 string(%d) "%s"
100 string(%d) "%s"
117 int(%d)
119 string(%d) "%s"
122 int(%d)
[all …]
/PHP-8.2/tests/lang/
H A Dbug24054.phpt8 printf("%d,%d,%d,%d\n",is_int(LONG_MIN ),is_int(LONG_MAX ),
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug62900.phpt49 $args = ["-d", "display_startup_errors=0", "-d", "extension_dir=" . ini_get("extension_dir"), "-d",…
75 #0 %s(%d): SoapClient->__construct(%s)
77 thrown in %s on line %d
79 …sbug62900.xsd', missing 'targetNamespace', expected 'http://www.w3.org/XML/1998/namespace' in %s:%d
81 #0 %s(%d): SoapClient->__construct(%s)
83 thrown in %s on line %d
87 #0 %s(%d): SoapClient->__construct(%s)
89 thrown in %s on line %d
91 …r: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't bind to service in %s:%d
93 #0 %s(%d): SoapClient->__construct(%s)
[all …]
/PHP-8.2/scripts/dev/
H A Dbless_tests.php183 for ($d = 0; $d <= $max; $d++) {
185 for ($k = -$d; $k <= $d; $k += 2) {
186 if ($k === -$d || ($k !== $d && $v[$k-1] < $v[$k+1])) {
209 for ($d = \count($trace) - 1; $d >= 0; $d--) {
210 $v = $trace[$d];
213 if ($k === -$d || ($k !== $d && $v[$k-1] < $v[$k+1])) {
228 if ($d === 0) {
/PHP-8.2/ext/standard/tests/strings/
H A Dprintf_variation2.phpt162 Warning: Array to string conversion in %s on line %d
166 Warning: Array to string conversion in %s on line %d
172 Warning: Array to string conversion in %s on line %d
176 Warning: Array to string conversion in %s on line %d
182 Warning: Array to string conversion in %s on line %d
186 Warning: Array to string conversion in %s on line %d
192 Warning: Array to string conversion in %s on line %d
289 Resource id #%d
290 int(%d)
291 Resource id #%d
[all …]
H A Dsprintf_variation2.phpt141 Warning: Array to string conversion in %s on line %d
144 Warning: Array to string conversion in %s on line %d
149 Warning: Array to string conversion in %s on line %d
152 Warning: Array to string conversion in %s on line %d
157 Warning: Array to string conversion in %s on line %d
160 Warning: Array to string conversion in %s on line %d
165 Warning: Array to string conversion in %s on line %d
168 Warning: Array to string conversion in %s on line %d
173 Warning: Array to string conversion in %s on line %d
232 string(%d) "Resource id #%d"
[all …]
/PHP-8.2/ext/spl/tests/
H A Diterator_044.phpt81 Warning: Undefined array key "0" in %s on line %d
84 object(stdClass)#%d (0) {
89 object(MyFoo)#%d (0) {
93 Warning: Undefined array key "foo" in %s on line %d
101 …tor::offsetGet(): Passing null to parameter #1 ($key) of type string is deprecated in %s on line %d
103 Warning: Undefined array key "" in %s on line %d
109 Warning: Undefined array key "2" in %s on line %d
115 Warning: Undefined array key "foo" in %s on line %d
121 Warning: Undefined array key "3" in %s on line %d
146 Warning: Undefined array key "" in %s on line %d
[all …]
/PHP-8.2/ext/phar/tests/
H A Dphar_oo_002.phpt68 int(%d)
69 int(%d)
70 int(%d)
81 int(%d)
82 int(%d)
83 int(%d)
94 int(%d)
95 int(%d)
96 int(%d)
107 int(%d)
[all …]

Completed in 41 milliseconds

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