Home
last modified time | relevance | path

Searched refs:d (Results 151 – 175 of 6392) sorted by relevance

12345678910>>...256

/PHP-7.3/ext/spl/tests/
H A Dobserver_006.phpt84 object(MyStorage)#%d (2) {
92 object(TestClass)#%d (1) {
102 object(TestClass)#%d (1) {
111 string(%d) "%s"
116 object(MyStorage)#%d (2) {
124 object(TestClass)#%d (1) {
144 object(MyStorage)#%d (2) {
177 object(stdClass)#%d (0) {
196 object(TestClass)#%d (1) {
203 object(MyStorage)#%d (2) {
[all …]
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt29 Error at offset %d of %d bytes
30 Error at offset %d of %d bytes
31 Error at offset %d of %d bytes
32 Error at offset %d of %d bytes
33 Error at offset %d of %d bytes
H A Dbug62978.phpt15 $d = array();
17 var_dump($d['epic_magic']);
28 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
31 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
34 Notice: Undefined variable: c in %sbug62978.php on line %d
37 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
40 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
43 Notice: Undefined index: epic_magic in %sbug62978.php on line %d
47 Notice: Resource ID#%d used as offset, casting to integer (%d) in %sbug62978.php on line %d
49 Notice: Undefined offset: %d in %sbug62978.php on line %d
/PHP-7.3/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-7.3/Zend/tests/
H A Dbug39018.phpt65 Notice: String offset cast occurred in %s on line %d
69 Notice: Uninitialized string offset: 0 in %s on line %d
71 Notice: Uninitialized string offset: 0 in %s on line %d
73 Notice: String offset cast occurred in %s on line %d
77 Notice: String offset cast occurred in %s on line %d
81 Notice: Uninitialized string offset: 0 in %s on line %d
83 Notice: Uninitialized string offset: 4 in %s on line %d
93 Notice: String offset cast occurred in %s on line %d
97 Notice: String offset cast occurred in %s on line %d
101 Notice: String offset cast occurred in %s on line %d
[all …]
H A Dnumeric_string_errors_assign.phpt115 Warning: A non-numeric value encountered in %s on line %d
117 Warning: A non-numeric value encountered in %s on line %d
126 Warning: A non-numeric value encountered in %s on line %d
128 Warning: A non-numeric value encountered in %s on line %d
137 Warning: A non-numeric value encountered in %s on line %d
139 Warning: A non-numeric value encountered in %s on line %d
148 Warning: A non-numeric value encountered in %s on line %d
150 Warning: A non-numeric value encountered in %s on line %d
152 Warning: Division by zero in %s on line %d
161 Warning: A non-numeric value encountered in %s on line %d
[all …]
H A D014.phpt26 string(%d) "%s"
30 string(%d) "%s"
32 string(%d) "%s"
35 Warning: get_included_files() expects exactly 0 parameters, 2 given in %s on line %d
39 string(%d) "%s"
41 string(%d) "%s"
44 Warning: get_included_files() expects exactly 0 parameters, 1 given in %s on line %d
48 string(%d) "%s"
50 string(%d) "%s"
/PHP-7.3/ext/mysqli/tests/
H A D047.phpt81 int(%d)
83 int(%d)
110 int(%d)
141 int(%d)
143 int(%d)
169 int(%d)
171 int(%d)
199 int(%d)
201 int(%d)
227 int(%d)
[all …]
H A Dmysqli_stmt_bind_param_type_juggling.phpt16 printf("[%03d + 1] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
23 printf("[%03d + 2] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
28 printf("[%03d + 3] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
33 printf("[%03d + 4] [%d] %s\n", $offset, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
38 printf("[%03d + 5] [%d] %s\n", $offset, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
43 printf("[%03d + 6] [%d] %s\n", $offset, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
58 printf("[%03d + 9] [%d] %s\n", $offset, mysqli_errno($link), mysqli_error($link));
63 …printf("[%03d + 10] Expecting 2 rows, got %d rows [%d] %s\n", $offset, $tmp, mysqli_errno($link), …
68 printf("[%03d + 11] Expecting col1 = %s, col2 = %s got col1 = %s, col2 = %s - [%d] %s\n",
89 bind_twice($link, $engine, 'FLOAT', 'FLOAT', 'd', 'd', 1.01, 1.02, 30);
[all …]
/PHP-7.3/ext/date/tests/
H A Dbug52062.phpt11 $d = new DateTime('@100000000000');
12 var_dump($d->format('Y-m-d H:i:s U'));
13 var_dump($d->getTimestamp());
14 var_dump($d->format('U'));
16 $d->setTimestamp(100000000000);
17 var_dump($d->format('Y-m-d H:i:s U'));
18 var_dump($d->getTimestamp());
28 Warning: DateTime::setTimestamp() expects parameter 1 to be int, float given 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, …
24 %s %s %d %d, sunrise time : %d:%d
25 %s %s %d %d, sunset time : %d:%d
H A Dgmstrftime_variation21.phpt45 string(%d) "%s %s %d %d:%d:%d %d"
49 string(%d) "%d/%d/%d"
53 string(%d) "%d:%d:%d"
H A Ddate-set-timestamp.phpt6 $d = new DateTime( '@1217184864' );
7 echo $d->format( "Y-m-d H:i e\n" );
9 $d = new DateTime();
10 $d->setTimestamp( 1217184864 );
11 echo $d->format( "Y-m-d H:i e\n" );
H A D007.phpt18 Warning: localtime() expects at most 2 parameters, 3 given in %s on line %d
22 int(%d)
24 int(%d)
26 int(%d)
28 int(%d)
30 int(%d)
32 int(%d)
34 int(%d)
36 int(%d)
38 int(%d)
/PHP-7.3/ext/standard/tests/array/
H A Dasort_object1.phpt94 object(for_integer_asort)#%d (1) {
127 object(for_string_asort)#%d (1) {
132 object(for_string_asort)#%d (1) {
137 object(for_string_asort)#%d (1) {
142 object(for_string_asort)#%d (1) {
147 object(for_string_asort)#%d (1) {
151 ["d"]=>
152 object(for_string_asort)#%d (1) {
157 object(for_string_asort)#%d (1) {
162 object(for_string_asort)#%d (1) {
[all …]
H A Dsort_object1.phpt91 object(for_integer_sort)#%d (1) {
96 object(for_integer_sort)#%d (1) {
124 object(for_string_sort)#%d (1) {
129 object(for_string_sort)#%d (1) {
134 object(for_string_sort)#%d (1) {
139 object(for_string_sort)#%d (1) {
144 object(for_string_sort)#%d (1) {
149 object(for_string_sort)#%d (1) {
154 object(for_string_sort)#%d (1) {
159 object(for_string_sort)#%d (1) {
[all …]
H A Dshuffle_variation4.phpt78 int(%d)
80 int(%d)
82 int(%d)
84 int(%d)
166 int(%d)
168 int(%d)
170 int(%d)
172 int(%d)
196 int(%d)
198 int(%d)
[all …]
/PHP-7.3/ext/date/lib/
H A Dtm2unixtime.c88 *d += days; in do_range_limit_days_relative()
98 *d += days; in do_range_limit_days_relative()
118 *d -= DAYS_PER_LYEAR_PERIOD * (*d / DAYS_PER_LYEAR_PERIOD); in do_range_limit_days()
136 if (*d <= 0) { in do_range_limit_days()
220 time->d = dd; in magic_date_calc()
254 time->d += time->relative.d; in do_adjust_relative()
261 time->d = 1; in do_adjust_relative()
264 time->d = 0; in do_adjust_relative()
296 time->d += 1; in do_adjust_special_weekday()
353 time->d = 1; in do_adjust_special_early()
[all …]
/PHP-7.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt121 object(object_class)#%d (6) refcount(%d){
141 object(no_member_class)#%d (0) refcount(%d){
152 object(object_class)#%d (6) refcount(%d){
172 object(object_class)#%d (6) refcount(%d){
192 object(object_class)#%d (6) refcount(%d){
212 object(object_class)#%d (6) refcount(%d){
238 object(object_class)#%d (6) refcount(%d){
258 object(object_class)#%d (6) refcount(%d){
283 object(object_class)#%d (6) refcount(%d){
303 object(object_class)#%d (6) refcount(%d){
[all …]
/PHP-7.3/ext/reflection/tests/
H A DReflectionClass_getMethods_003.phpt46 object(ReflectionMethod)#%d (2) {
53 object(ReflectionMethod)#%d (2) {
60 object(ReflectionMethod)#%d (2) {
67 object(ReflectionMethod)#%d (2) {
76 object(ReflectionMethod)#%d (2) {
83 object(ReflectionMethod)#%d (2) {
90 object(ReflectionMethod)#%d (2) {
97 object(ReflectionMethod)#%d (2) {
106 object(ReflectionMethod)#%d (2) {
113 object(ReflectionMethod)#%d (2) {
[all …]
H A DReflectionClass_getProperties_003.phpt44 object(ReflectionProperty)#%d (2) {
51 object(ReflectionProperty)#%d (2) {
58 object(ReflectionProperty)#%d (2) {
65 object(ReflectionProperty)#%d (2) {
74 object(ReflectionProperty)#%d (2) {
81 object(ReflectionProperty)#%d (2) {
88 object(ReflectionProperty)#%d (2) {
95 object(ReflectionProperty)#%d (2) {
104 object(ReflectionProperty)#%d (2) {
111 object(ReflectionProperty)#%d (2) {
[all …]
/PHP-7.3/ext/gmp/tests/
H A Dgmp_div_q.phpt30 Warning: gmp_div_q() expects at least 2 parameters, 0 given in %s on line %d
35 object(GMP)#%d (1) {
40 Warning: gmp_div_q(): Zero operand not allowed in %s on line %d
42 object(GMP)#%d (1) {
47 Warning: gmp_div_q(): Invalid rounding mode %s on line %d
49 object(GMP)#%d (1) {
53 object(GMP)#%d (1) {
57 object(GMP)#%d (1) {
61 object(GMP)#%d (1) {
65 object(GMP)#%d (1) {
[all …]
/PHP-7.3/tests/security/
H A Dopen_basedir_dir.phpt43 Warning: dir(..): failed to open dir: %s in %s on line %d
53 Warning: dir(/): failed to open dir: %s in %s on line %d
70 object(Directory)#%d (2) {
72 string(%d) "%s/test/ok/"
74 resource(%d) of type (stream)
76 object(Directory)#%d (2) {
78 string(%d) "%s/test/ok"
80 resource(%d) of type (stream)
82 object(Directory)#%d (2) {
84 string(%d) "%s/test/ok/../ok"
[all …]
/PHP-7.3/ext/standard/
H A Dphp_var.h48 PHPAPI void php_var_serialize_destroy(php_serialize_data_t d);
50 PHPAPI void php_var_unserialize_destroy(php_unserialize_data_t d);
51 PHPAPI HashTable *php_var_unserialize_get_allowed_classes(php_unserialize_data_t d);
54 #define PHP_VAR_SERIALIZE_INIT(d) \ argument
55 (d) = php_var_serialize_init()
57 #define PHP_VAR_SERIALIZE_DESTROY(d) \ argument
58 php_var_serialize_destroy(d)
60 #define PHP_VAR_UNSERIALIZE_INIT(d) \ argument
61 (d) = php_var_unserialize_init()
63 #define PHP_VAR_UNSERIALIZE_DESTROY(d) \ argument
[all …]
/PHP-7.3/ext/intl/tests/
H A Dcalendar_setSkipped_RepeatedWallTimeOption_error.phpt34 …ing: IntlCalendar::setSkippedWallTimeOption() expects exactly 1 parameter, 0 given in %s on line %d
36 …r::setSkippedWallTimeOption(): intlcal_set_skipped_wall_time_option: bad arguments in %s on line %d
39 …ng: IntlCalendar::setRepeatedWallTimeOption() expects exactly 1 parameter, 0 given in %s on line %d
44 …ing: IntlCalendar::setSkippedWallTimeOption() expects exactly 1 parameter, 2 given in %s on line %d
49 …ng: IntlCalendar::setRepeatedWallTimeOption() expects exactly 1 parameter, 2 given in %s on line %d
54 …ntlCalendar::setSkippedWallTimeOption() expects parameter 1 to be int, array given in %s on line %d
59 …tlCalendar::setRepeatedWallTimeOption() expects parameter 1 to be int, array given in %s on line %d
70 …ning: intlcal_set_skipped_wall_time_option() expects exactly 2 parameters, 1 given in %s on line %d
75 …ing: intlcal_set_repeated_wall_time_option() expects exactly 2 parameters, 1 given in %s on line %d
82 #0 %s(%d): intlcal_set_repeated_wall_time_option(1, 1)
[all …]

Completed in 32 milliseconds

12345678910>>...256