Home
last modified time | relevance | path

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

12345678910>>...254

/php-src/ext/date/tests/
H A Dgmstrftime_variation15.phpt33 Deprecated: Function gmstrftime() is deprecated in %s on line %d
34 string(%d) "%d:%d:%d %c%c"
36 Deprecated: Function gmstrftime() is deprecated in %s on line %d
41 Deprecated: Function gmstrftime() is deprecated in %s on line %d
42 string(%d) "%d:%d"
44 Deprecated: Function gmstrftime() is deprecated in %s on line %d
49 Deprecated: Function gmstrftime() is deprecated in %s on line %d
50 string(%d) "%d:%d:%d"
52 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dstrftime_variation15.phpt33 Deprecated: Function strftime() is deprecated in %s on line %d
34 string(%d) "%d:%d:%d %s"
36 Deprecated: Function strftime() is deprecated in %s on line %d
41 Deprecated: Function strftime() is deprecated in %s on line %d
42 string(%d) "%d:%d"
44 Deprecated: Function strftime() is deprecated in %s on line %d
49 Deprecated: Function strftime() is deprecated in %s on line %d
50 string(%d) "%d:%d:%d"
52 Deprecated: Function strftime() is deprecated in %s on line %d
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: Function date_sunrise() is deprecated in %s on line %d
29 %s %s %d %d, sunrise time : %d:%d
31 Deprecated: Function date_sunset() is deprecated in %s on line %d
32 %s %s %d %d, sunset time : %d:%d
34 Deprecated: Function date_sunrise() is deprecated in %s on line %d
37 Deprecated: Function date_sunset() is deprecated in %s on line %d
H A Dgmstrftime_variation14.phpt40 Deprecated: Function gmstrftime() is deprecated in %s on line %d
41 string(%d) "%d"
43 Deprecated: Function gmstrftime() is deprecated in %s on line %d
48 Deprecated: Function gmstrftime() is deprecated in %s on line %d
49 string(%d) "%d/%d/%d"
51 Deprecated: Function gmstrftime() is deprecated in %s on line %d
56 Deprecated: Function gmstrftime() is deprecated in %s on line %d
57 string(%d) "%d"
59 Deprecated: Function gmstrftime() is deprecated in %s on line %d
64 Deprecated: Function gmstrftime() is deprecated in %s on line %d
[all …]
H A Dstrftime_variation14.phpt40 Deprecated: Function strftime() is deprecated in %s on line %d
41 string(%d) "%d"
43 Deprecated: Function strftime() is deprecated in %s on line %d
48 Deprecated: Function strftime() is deprecated in %s on line %d
49 string(%d) "%d/%d/%d"
51 Deprecated: Function strftime() is deprecated in %s on line %d
56 Deprecated: Function strftime() is deprecated in %s on line %d
57 string(%d) "%d"
59 Deprecated: Function strftime() is deprecated in %s on line %d
64 Deprecated: Function strftime() is deprecated in %s on line %d
[all …]
H A Dgmstrftime_variation16.phpt39 Deprecated: Function gmstrftime() is deprecated in %s on line %d
40 string(%d) "%d:%d:%d %s"
42 Deprecated: Function gmstrftime() is deprecated in %s on line %d
47 Deprecated: Function gmstrftime() is deprecated in %s on line %d
48 string(%d) "%d:%d"
50 Deprecated: Function gmstrftime() is deprecated in %s on line %d
55 Deprecated: Function gmstrftime() is deprecated in %s on line %d
56 string(%d) "%d:%d:%d"
58 Deprecated: Function gmstrftime() is deprecated in %s on line %d
H A Dstrftime_variation16.phpt39 Deprecated: Function strftime() is deprecated in %s on line %d
40 string(%d) "%d:%d:%d %s"
42 Deprecated: Function strftime() is deprecated in %s on line %d
47 Deprecated: Function strftime() is deprecated in %s on line %d
48 string(%d) "%d:%d"
50 Deprecated: Function strftime() is deprecated in %s on line %d
55 Deprecated: Function strftime() is deprecated in %s on line %d
56 string(%d) "%d:%d:%d"
58 Deprecated: Function strftime() is deprecated in %s on line %d
/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/reflection/tests/
H A DReflectionGenerator_basic.phpt44 string(%d) "%s"
46 int(%d)
58 string(%d) "class@anonymous%s"
60 object(class@anonymous)#%d (0) {
69 int(%d)
70 string(%d) "%sReflectionGenerator_basic.%s"
77 string(%d) "class@anonymous%s"
87 string(%d) "{closure:%s:%d}"
93 int(%d)
99 string(%d) "{closure:%s:%d}"
[all …]
/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/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/Zend/tests/
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/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/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/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/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/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/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 39 milliseconds

12345678910>>...254