Home
last modified time | relevance | path

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

12345678910>>...233

/PHP-5.6/ext/date/lib/
H A Dtm2unixtime.c87 *d += days; in do_range_limit_days_relative()
97 *d += days; in do_range_limit_days_relative()
117 *d -= DAYS_PER_LYEAR_PERIOD * (*d / DAYS_PER_LYEAR_PERIOD); in do_range_limit_days()
135 if (*d <= 0) { in do_range_limit_days()
216 time->d += time->relative.d; in do_adjust_relative()
223 time->d = 1; in do_adjust_relative()
226 time->d = 0; in do_adjust_relative()
258 time->d += 1; in do_adjust_special_weekday()
262 time->d += 2; in do_adjust_special_weekday()
315 time->d = 1; in do_adjust_special_early()
[all …]
/PHP-5.6/ext/mysqli/tests/
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-5.6/sapi/fpm/tests/
H A D002.phpt44 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
45 [%d-%s-%d %d:%d:%d] NOTICE: ready to handle connections
H A D009.phpt45 [%d-%s-%d %d:%d:%d] NOTICE: fpm is running, pid %d
46 [%d-%s-%d %d:%d:%d] NOTICE: ready to handle connections
47 int(%d)
/PHP-5.6/ext/spl/tests/
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 Strict Standards: Resource ID#%d used as offset, casting to integer (%d) in %sbug62978.php on line …
49 Notice: Undefined offset: %d in %sbug62978.php on line %d
/PHP-5.6/ext/date/tests/
H A Dmktime-1.phpt11 echo date("Y-m-d", mktime( 12, 0, 0, 3, 0, 2000)) ."\n";
12 echo date("Y-m-d", mktime( 12, 0, 0, 3, -1, 2000)) ."\n";
13 echo date("Y-m-d", mktime( 12, 0, 0, 2, 29, 2000)) ."\n";
14 echo date("Y-m-d", mktime( 12, 0, 0, 3, 0, 2001)) ."\n";
15 echo date("Y-m-d", mktime( 12, 0, 0, 2, 29, 2001)) ."\n";
16 echo date("Y-m-d", mktime( 12, 0, 0, 0, 0, 2000)) ."\n";
20 echo date("Y-m-d H:i:s", mktime(12,0,0,3,+90,2000,0))."\n";
21 echo date("Y-m-d H:i:s", mktime(12,0,0,3,+90,2000,1))."\n";
23 echo date("Y-m-d H:i:s", mktime(12,0,0,5,-90,2000,0))."\n";
26 echo date("Y-m-d H:i:s", mktime(12,0,0,5,-1,2000,0))."\n";
[all …]
/PHP-5.6/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-5.6/Zend/tests/
H A Dclosure_043.phpt25 $d = $staticUnscoped->bindTo(null, null); $d(); echo "\n";
26 $d = $staticScoped->bindTo(null, null); $d(); echo "\n";
29 $d = $staticUnscoped->bindTo(new A, null); $d(); echo "\n";
30 $d = $staticScoped->bindTo(new A, null); $d(); echo "\n";
33 $d = $staticUnscoped->bindTo(null, 'A'); $d(); echo "\n";
34 $d = $staticScoped->bindTo(null, 'A'); $d(); echo "\n";
37 $d = $staticUnscoped->bindTo(new A, 'A'); $d(); echo "\n";
38 $d = $staticScoped->bindTo(new A, 'A'); $d(); echo "\n";
59 Warning: Cannot bind an instance to a static closure in %s on line %d
64 Warning: Cannot bind an instance to a static closure in %s on line %d
[all …]
/PHP-5.6/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-5.6/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-5.6/ext/standard/tests/array/
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 Darray_intersect_variation9.phpt64 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
66 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
68 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
70 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
72 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
74 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
76 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
78 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
80 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
82 Notice: Array to string conversion in %sarray_intersect_variation9.php on line %d
[all …]
H A Dasort_variation1.phpt102 Warning: asort() expects parameter 1 to be array, integer given in %s on line %d
105 Warning: asort() expects parameter 1 to be array, integer given in %s on line %d
108 Warning: asort() expects parameter 1 to be array, integer given in %s on line %d
219 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
222 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
225 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
228 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
232 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
235 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
238 Warning: asort() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Dsort_variation1.phpt101 Warning: sort() expects parameter 1 to be array, integer given in %s on line %d
104 Warning: sort() expects parameter 1 to be array, integer given in %s on line %d
107 Warning: sort() expects parameter 1 to be array, integer given in %s on line %d
218 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
221 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
224 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
227 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
231 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
234 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
237 Warning: sort() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Dkrsort_variation1.phpt100 Warning: krsort() expects parameter 1 to be array, integer given in %s on line %d
103 Warning: krsort() expects parameter 1 to be array, integer given in %s on line %d
106 Warning: krsort() expects parameter 1 to be array, integer given in %s on line %d
217 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
220 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
223 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
226 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
230 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
233 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
236 Warning: krsort() expects parameter 1 to be array, null given in %s on line %d
[all …]
H A Dksort_variation1.phpt100 Warning: ksort() expects parameter 1 to be array, integer given in %s on line %d
103 Warning: ksort() expects parameter 1 to be array, integer given in %s on line %d
106 Warning: ksort() expects parameter 1 to be array, integer given in %s on line %d
217 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
220 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
223 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
226 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
230 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
233 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
236 Warning: ksort() expects parameter 1 to be array, null given in %s on line %d
[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 …]
H A Darray_intersect_key_variation1.phpt109 Warning: array_intersect_key(): Argument #1 is not an array in %s on line %d
112 Warning: array_intersect_key(): Argument #1 is not an array in %s on line %d
117 Warning: array_intersect_key(): Argument #1 is not an array in %s on line %d
120 Warning: array_intersect_key(): Argument #1 is not an array in %s on line %d
125 Warning: array_intersect_key(): Argument #1 is not an array in %s on line %d
128 Warning: array_intersect_key(): Argument #1 is not an array in %s on line %d
133 Warning: array_intersect_key(): Argument #1 is not an array in %s on line %d
136 Warning: array_intersect_key(): Argument #1 is not an array in %s on line %d
141 Warning: array_intersect_key(): Argument #1 is not an array in %s on line %d
144 Warning: array_intersect_key(): Argument #1 is not an array in %s on line %d
[all …]
H A Darray_intersect_key_variation2.phpt110 Warning: array_intersect_key(): Argument #2 is not an array in %s on line %d
113 Warning: array_intersect_key(): Argument #2 is not an array in %s on line %d
118 Warning: array_intersect_key(): Argument #2 is not an array in %s on line %d
121 Warning: array_intersect_key(): Argument #2 is not an array in %s on line %d
126 Warning: array_intersect_key(): Argument #2 is not an array in %s on line %d
129 Warning: array_intersect_key(): Argument #2 is not an array in %s on line %d
134 Warning: array_intersect_key(): Argument #2 is not an array in %s on line %d
137 Warning: array_intersect_key(): Argument #2 is not an array in %s on line %d
142 Warning: array_intersect_key(): Argument #2 is not an array in %s on line %d
145 Warning: array_intersect_key(): Argument #2 is not an array in %s on line %d
[all …]
H A Darray_intersect_uassoc_variation1.phpt118 Warning: array_intersect_uassoc(): Argument #1 is not an array in %s on line %d
121 Warning: array_intersect_uassoc(): Argument #1 is not an array in %s on line %d
126 Warning: array_intersect_uassoc(): Argument #1 is not an array in %s on line %d
129 Warning: array_intersect_uassoc(): Argument #1 is not an array in %s on line %d
134 Warning: array_intersect_uassoc(): Argument #1 is not an array in %s on line %d
137 Warning: array_intersect_uassoc(): Argument #1 is not an array in %s on line %d
142 Warning: array_intersect_uassoc(): Argument #1 is not an array in %s on line %d
145 Warning: array_intersect_uassoc(): Argument #1 is not an array in %s on line %d
150 Warning: array_intersect_uassoc(): Argument #1 is not an array in %s on line %d
153 Warning: array_intersect_uassoc(): Argument #1 is not an array in %s on line %d
[all …]
H A Darray_diff_key_variation1.phpt105 Warning: array_diff_key(): Argument #1 is not an array in %s on line %d
108 Warning: array_diff_key(): Argument #1 is not an array in %s on line %d
113 Warning: array_diff_key(): Argument #1 is not an array in %s on line %d
116 Warning: array_diff_key(): Argument #1 is not an array in %s on line %d
121 Warning: array_diff_key(): Argument #1 is not an array in %s on line %d
124 Warning: array_diff_key(): Argument #1 is not an array in %s on line %d
129 Warning: array_diff_key(): Argument #1 is not an array in %s on line %d
132 Warning: array_diff_key(): Argument #1 is not an array in %s on line %d
137 Warning: array_diff_key(): Argument #1 is not an array in %s on line %d
140 Warning: array_diff_key(): Argument #1 is not an array in %s on line %d
[all …]
H A Darray_diff_key_variation2.phpt106 Warning: array_diff_key(): Argument #2 is not an array in %s on line %d
109 Warning: array_diff_key(): Argument #2 is not an array in %s on line %d
114 Warning: array_diff_key(): Argument #2 is not an array in %s on line %d
117 Warning: array_diff_key(): Argument #2 is not an array in %s on line %d
122 Warning: array_diff_key(): Argument #2 is not an array in %s on line %d
125 Warning: array_diff_key(): Argument #2 is not an array in %s on line %d
130 Warning: array_diff_key(): Argument #2 is not an array in %s on line %d
133 Warning: array_diff_key(): Argument #2 is not an array in %s on line %d
138 Warning: array_diff_key(): Argument #2 is not an array in %s on line %d
141 Warning: array_diff_key(): Argument #2 is not an array in %s on line %d
[all …]
/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_encrypt_variation5.phpt128 …rypt(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
132 …rypt(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
136 …rypt(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
140 …rypt(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
144 …rypt(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
148 …rypt(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
152 …rypt(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
156 …rypt(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
160 …rypt(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
180 …rypt(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
[all …]

Completed in 60 milliseconds

12345678910>>...233