Home
last modified time | relevance | path

Searched refs:d (Results 126 – 150 of 6651) sorted by relevance

12345678910>>...267

/php-src/Zend/tests/
H A Dbug39018.phpt65 Warning: String offset cast occurred in %s on line %d
67 Warning: Uninitialized string offset %d in %s on line %d
69 Warning: Uninitialized string offset 0 in %s on line %d
71 Warning: Uninitialized string offset 0 in %s on line %d
73 Warning: String offset cast occurred in %s on line %d
77 Warning: String offset cast occurred in %s on line %d
81 Warning: Uninitialized string offset 0 in %s on line %d
93 Warning: String offset cast occurred in %s on line %d
97 Warning: String offset cast occurred in %s on line %d
101 Warning: String offset cast occurred in %s on line %d
[all …]
H A Dcall_user_func_003.phpt24 object(Closure)#%d (4) {
26 string(%d) "{closure:%s:%d}"
28 string(%d) "%s"
30 int(%d)
34 object(Closure)#%d (3) {
36 string(%d) "{closure:%s:%d}"
38 string(%d) "%s"
40 int(%d)
H A Dconcat_001.phpt18 $d = 2323.444;
23 var_dump($a.$d);
29 var_dump($o.$d);
35 var_dump($s.$d);
41 var_dump($i.$d);
44 var_dump($d.$a);
45 var_dump($d.$o);
46 var_dump($d.$s);
47 var_dump($d.$i);
48 var_dump($d.$d);
[all …]
/php-src/ext/zend_test/tests/
H A Dobserver_backtrace_01.phpt41 <!-- init '%s%eobserver_backtrace_%d.php' -->
43 {main} %s%eobserver_backtrace_%d.php
45 <file '%s%eobserver_backtrace_%d.php'>
49 {main} %s%eobserver_backtrace_%d.php
56 {main} %s%eobserver_backtrace_%d.php
96 <TestClass::{closure:%s:%d}>
110 </TestClass::{closure:%s:%d}>
111 <TestClass::{closure:%s:%d}>
114 </TestClass::{closure:%s:%d}>
123 {main} %s%eobserver_backtrace_%d.php
[all …]
/php-src/ext/standard/tests/file/
H A Dfilestat.phpt34 int(%d)
35 int(%d)
36 int(%d)
37 int(%d)
39 int(%d)
40 int(%d)
41 int(%d)
42 int(%d)
44 int(%d)
45 int(%d)
[all …]
/php-src/ext/simplexml/tests/
H A D024.phpt37 object(SimpleXMLElement)#%d (1) {
45 object(SimpleXMLElement)#%d (1) {
53 object(SimpleXMLElement)#%d (1) {
64 object(SimpleXMLElement)#%d (1) {
72 object(SimpleXMLElement)#%d (1) {
80 object(SimpleXMLElement)#%d (1) {
91 object(SimpleXMLElement)#%d (1) {
99 object(SimpleXMLElement)#%d (1) {
107 object(SimpleXMLElement)#%d (1) {
115 object(SimpleXMLElement)#%d (1) {
[all …]
/php-src/ext/date/tests/
H A Ddate_sunrise_and_sunset_basic.phpt17 echo date("D M d Y") . ', sunrise time : ' . date_sunrise(time(), SUNFUNCS_RET_STRING, 38.4, -9, 90…
18 echo date("D M d Y") . ', sunset time : ' . date_sunset(time(), SUNFUNCS_RET_STRING, 38.4, -9, 90, …
28 Deprecated: Constant SUNFUNCS_RET_STRING is deprecated in %s on line %d
30 …ated: Function date_sunrise() is deprecated since 8.1, use date_sun_info() instead in %s on line %d
31 %s %s %d %d, sunrise time : %d:%d
33 Deprecated: Constant SUNFUNCS_RET_STRING is deprecated in %s on line %d
35 …cated: Function date_sunset() is deprecated since 8.1, use date_sun_info() instead in %s on line %d
36 %s %s %d %d, sunset time : %d:%d
38 …ated: Function date_sunrise() is deprecated since 8.1, use date_sun_info() instead in %s on line %d
41 …cated: Function date_sunset() is deprecated since 8.1, use date_sun_info() instead in %s on line %d
/php-src/Zend/tests/type_declarations/union_types/
H A Dtype_checking_strict.phpt69 "42" => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, string given
70 "42.0" => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, string given
71 "42x" => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, string given
72 "x" => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, string given
73 "" => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, string given
74 true => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, true given
75 false => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, false given
76 null => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, null given
77 [] => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|float, array given
115 42.0 => {closure:%s:%d}(): Argument #1 ($arg) must be of type int|bool, float given
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_geom.phpt21 printf("[%04d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
33 … printf("[%04d] [%d] %s\n", $offset + 2 + $id, mysqli_errno($link), mysqli_error($link));
38 printf("[%04d] [%d] %s\n", $offset + 6, mysqli_errno($link), mysqli_error($link));
43 … printf("[%04d] [%d] %s\n", $offset + 7, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
49 … printf("[%04d] [%d] %s\n", $offset + 8, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
55 … printf("[%04d] [%d] %s\n", $offset + 9, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
63 …printf("[%04d] [%d] %s wrong type %d\n", $offset + 10, mysqli_stmt_errno($stmt), mysqli_stmt_error…
74 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
82 printf("[%04d] [%d] %s\n", $offset + 10, mysqli_errno($link), mysqli_error($link));
105 printf("[%04d] [%d] %s\n", $offset + 14, mysqli_errno($link), mysqli_error($link));
[all …]
H A Dmysqli_stmt_get_result_geom.phpt21 printf("[%04d] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
33 … printf("[%04d] [%d] %s\n", $offset + 2 + $id, mysqli_errno($link), mysqli_error($link));
38 printf("[%04d] [%d] %s\n", $offset + 6, mysqli_errno($link), mysqli_error($link));
43 … printf("[%04d] [%d] %s\n", $offset + 7, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
49 … printf("[%04d] [%d] %s\n", $offset + 8, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
54 … printf("[%04d] [%d] %s\n", $offset + 9, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
62 …printf("[%04d] [%d] %s wrong type %d\n", $offset + 10, mysqli_stmt_errno($stmt), mysqli_stmt_error…
70 printf("[%04d] [%d] %s\n", $offset + 11, mysqli_errno($link), mysqli_error($link));
93 printf("[%04d] [%d] %s\n", $offset + 15, mysqli_errno($link), mysqli_error($link));
98 printf("[%04d] [%d] %s\n", $offset + 16, mysqli_errno($link), mysqli_error($link));
[all …]
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt46 printf("[004] Expecting charset %s/%d got %d\n",
51 printf("[005] Expecting length %d got %d\n",
78 string(%d) "%s"
110 int(%d)
112 int(%d)
114 int(%d)
140 int(%d)
166 int(%d)
168 int(%d)
170 int(%d)
[all …]
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_closure.phpt17 #0 %s(%d): {closure:%s:%d}(Object(SensitiveParameterValue))
22 string(%d) "%ssensitive_parameter_closure.php"
26 string(%d) "{closure:%s:%d}"
30 object(SensitiveParameterValue)#%d (0) {
39 string(%d) "%ssensitive_parameter_closure.php"
43 string(%d) "{closure:%s:%d}"
47 object(SensitiveParameterValue)#%d (0) {
/php-src/ext/spl/tests/
H A Dobserver_006.phpt82 object(MyStorage)#%d (2) {
90 object(TestClass)#%d (1) {
100 object(TestClass)#%d (1) {
109 string(%d) "%s"
114 object(MyStorage)#%d (2) {
122 object(TestClass)#%d (1) {
142 object(MyStorage)#%d (2) {
175 object(stdClass)#%d (0) {
194 object(TestClass)#%d (1) {
201 object(MyStorage)#%d (2) {
[all …]
/php-src/ext/standard/tests/array/
H A Drsort_object1.phpt86 object(for_integer_rsort)#%d (1) {
91 object(for_integer_rsort)#%d (1) {
96 object(for_integer_rsort)#%d (1) {
119 object(for_string_rsort)#%d (1) {
124 object(for_string_rsort)#%d (1) {
129 object(for_string_rsort)#%d (1) {
134 object(for_string_rsort)#%d (1) {
139 object(for_string_rsort)#%d (1) {
144 object(for_string_rsort)#%d (1) {
149 object(for_string_rsort)#%d (1) {
[all …]
H A Dasort_object1.phpt88 object(for_integer_asort)#%d (1) {
121 object(for_string_asort)#%d (1) {
126 object(for_string_asort)#%d (1) {
131 object(for_string_asort)#%d (1) {
136 object(for_string_asort)#%d (1) {
141 object(for_string_asort)#%d (1) {
145 ["d"]=>
146 object(for_string_asort)#%d (1) {
151 object(for_string_asort)#%d (1) {
156 object(for_string_asort)#%d (1) {
[all …]
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_variation5.phpt65 CreateID [PHPT-%d]
66 Read [%s,PHPT-%d]
70 string(%d) "PHPT-%d"
71 Write [%s,PHPT-%d,]
74 string(%d) "PHPT-%d"
76 string(%d) "PHPT-%d"
82 Read [%s,PHPT-%d]
86 Write [%s,PHPT-%d,]
89 string(%d) "PHPT-%d"
91 string(%d) "PHPT-%d"
[all …]
/php-src/Zend/tests/traits/
H A Dget_declared_traits_003.phpt9 abstract class d { }
16 array(%d) {%A
17 [%d]=>
19 [%d]=>
20 string(1) "d"
21 [%d]=>
24 array(%d) {%A
25 [%d]=>
/php-src/ext/standard/tests/general_functions/
H A Dgetservbyname_basic.phpt28 int(%d)
29 int(%d)
30 int(%d)
31 int(%d)
32 int(%d)
33 int(%d)
34 int(%d)
35 int(%d)
36 int(%d)
37 int(%d)
[all …]
/php-src/Zend/tests/fibers/
H A Ddestructors_004.phpt18 printf("%d: Start destruct\n", $id);
24 printf("%d: End destruct\n", $id);
51 Exception: 1 exception in %s:%d
55 #2 %s(%d): gc_collect_cycles()
57 #4 %s(%d): Fiber->start()
60 Next Exception: 2 exception in %s:%d
64 #2 %s(%d): gc_collect_cycles()
66 #4 %s(%d): Fiber->start()
74 #2 %s(%d): Fiber->resume()
76 #4 %s(%d): Fiber->start()
[all …]
/php-src/ext/tokenizer/tests/
H A Dbug60097.phpt22 int(%d)
32 int(%d)
42 int(%d)
51 int(%d)
62 int(%d)
72 int(%d)
81 int(%d)
95 int(%d)
105 int(%d)
116 int(%d)
/php-src/Zend/tests/generators/
H A Dgenerator_closure_collection.phpt28 object(Closure)#%d (3) {
30 string(%d) "{closure:%s:%d}"
32 string(%d) "%s"
34 int(%d)
39 object(Closure)#%d (3) {
41 string(%d) "{closure:%s:%d}"
43 string(%d) "%s"
45 int(%d)
/php-src/ext/openssl/tests/
H A Dopenssl_get_cert_locations_basic.phpt13 string(%d) "%s"
15 string(%d) "%s"
17 string(%d) "%s"
19 string(%d) "%s"
21 string(%d) "%s"
23 string(%d) "%s"
25 string(%d) ""
27 string(%d) ""
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation54.phpt57 d with null:
63 d with true:
66 d with 2:
69 d with 3.5:
75 d with []:
78 d with [1]:
82 %d
84 d with {}:
114 %d
146 %d.000000
[all …]
/php-src/ext/dom/tests/modern/extensions/
H A DElement_getDescendantNamespaces.phpt27 <b:sibling xmlns:b="urn:b" xmlns:d="urn:d" d:foo="bar">
28 <d:child xmlns:d="urn:d2"/>
36 dump($dom, 'd:child');
62 prefix: string(1) "d"
63 namespaceURI: string(5) "urn:d"
74 prefix: string(1) "d"
79 === d:child ===
88 prefix: string(1) "d"
110 prefix: string(1) "d"
111 namespaceURI: string(5) "urn:d"
[all …]
/php-src/ext/date/lib/
H A Dtm2unixtime.c92 *d += days; in do_range_limit_days_relative()
102 *d += days; in do_range_limit_days_relative()
121 if (*d >= DAYS_PER_ERA || *d <= -DAYS_PER_ERA) { in do_range_limit_days()
123 *d -= DAYS_PER_ERA * (*d / DAYS_PER_ERA); in do_range_limit_days()
223 time->d = dd; in magic_date_calc()
257 time->d += time->relative.d; in do_adjust_relative()
264 time->d = 1; in do_adjust_relative()
267 time->d = 0; in do_adjust_relative()
299 time->d += 1; in do_adjust_special_weekday()
356 time->d = 1; in do_adjust_special_early()
[all …]

Completed in 29 milliseconds

12345678910>>...267