Home
last modified time | relevance | path

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

12345678910>>...242

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation4.phpt23 '%d %+d %-d
24 %ld %Ld %4d %-4d
25 %10.4d %-10.4d %.4d %04.4d
26 %\'#2d %\'2d %\'$2d %\'_2d
27 %3$d %4$d %1$d %2$d';
73 fprintf($fp, "\n-- Iteration %d --\n",$counter);
91 123456 d -1234 1234
97 123 d -123 123
103 1 d 1 1
109 1 d 0 1
H A Dvfprintf_variation4_64bit.phpt23 '%d %+d %-d
24 %ld %Ld %4d %-4d
25 %10.4d %-10.4d %.4d %04.4d
26 %\'#2d %\'2d %\'$2d %\'_2d
27 %3$d %4$d %1$d %2$d';
73 fprintf($fp, "\n-- Iteration %d --\n",$counter);
91 123456 d -1234 1234
97 123 d -123 123
103 1 d 1 1
109 1 d 0 1
H A Dvsprintf_variation4.phpt23 '%d %+d %-d
24 %ld %Ld %4d %-4d
25 %10.4d %-10.4d %.4d %04.4d
26 %\'#2d %\'2d %\'$2d %\'_2d
27 %3$d %4$d %1$d %2$d';
79 123456 d -1234 1234
86 123 d -123 123
93 1 d 1 1
100 1 d 0 1
H A Dvsprintf_variation4_64bit.phpt23 '%d %+d %-d
24 %ld %Ld %4d %-4d
25 %10.4d %-10.4d %.4d %04.4d
26 %\'#2d %\'2d %\'$2d %\'_2d
27 %3$d %4$d %1$d %2$d';
79 123456 d -1234 1234
86 123 d -123 123
93 1 d 1 1
100 1 d 0 1
H A Dvprintf_variation4.phpt23 '%d %+d %-d
24 %ld %Ld %4d %-4d
25 %10.4d %-10.4d %.4d %04.4d
26 %\'#2d %\'2d %\'$2d %\'_2d
27 %3$d %4$d %1$d %2$d';
81 123456 d -1234 1234
89 123 d -123 123
97 1 d 1 1
105 1 d 0 1
H A Dvprintf_variation4_64bit.phpt23 '%d %+d %-d
24 %ld %Ld %4d %-4d
25 %10.4d %-10.4d %.4d %04.4d
26 %\'#2d %\'2d %\'$2d %\'_2d
27 %3$d %4$d %1$d %2$d';
81 123456 d -1234 1234
89 123 d -123 123
97 1 d 1 1
105 1 d 0 1
/PHP-5.5/Zend/tests/
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 …]
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 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.5/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
/PHP-5.5/ext/gd/tests/
H A Dlibgd00100.phpt27 $d = 30;
31 $x+2*$d, $top,
32 $x+2*$d, $bot,
33 $x+$d, ($top+$bot)/2,
80 $d = 30;
83 $diamond = array($x-$d, $y, $x, $y+$d, $x+$d, $y, $x, $y-$d);
88 $diamond = array($x-$d, $y, $x, $y+$d, $x+$d, $y, $x, $y-$d);
93 $diamond = array($x-$d, $y, $x, $y+$d, $x+$d, $y, $x, $y-$d);
102 $x+2*$d, $top,
103 $x+2*$d, $bot,
[all …]
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation5.phpt127 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
132 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
137 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
142 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
147 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
152 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
157 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
162 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
167 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
172 Error: 8192 - Function mcrypt_cbc() is deprecated, %s(%d)
[all …]
/PHP-5.5/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 Darray_fill.phpt40 start: 0 num: 0 value: d
73 start: 0 num: 1 value: d
76 string(1) "d"
118 string(1) "d"
120 string(1) "d"
190 string(1) "d"
232 string(1) "d"
234 string(1) "d"
304 string(1) "d"
346 string(1) "d"
[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 …]
/PHP-5.5/tests/output/
H A Dob_013.phpt8 function d($s){return $s;}
14 ob_start('d');
36 [4] => d
40 [name] => d
44 [chunk_size] => %d
56 [chunk_size] => %d
67 [chunk_size] => %d
78 [chunk_size] => %d
89 [chunk_size] => %d
96 [name] => d
[all …]
/PHP-5.5/ext/date/lib/
H A Dtm2unixtime.c83 *d += days; in do_range_limit_days_relative()
93 *d += days; in do_range_limit_days_relative()
113 *d -= DAYS_PER_LYEAR_PERIOD * (*d / DAYS_PER_LYEAR_PERIOD); in do_range_limit_days()
131 if (*d <= 0) { in do_range_limit_days()
204 time->d += time->relative.d; in do_adjust_relative()
211 time->d = 1; in do_adjust_relative()
214 time->d = 0; in do_adjust_relative()
246 time->d += 1; in do_adjust_special_weekday()
250 time->d += 2; in do_adjust_special_weekday()
303 time->d = 1; in do_adjust_special_early()
[all …]
/PHP-5.5/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.5/ext/date/tests/
H A Dbug17988.phpt7 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728"))."\n";
8 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 GMT"))."\n";
9 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 MET"))."\n";
10 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 MEST"))."\n";
11 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728 EDT"))."\n";
12 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-00"))."\n";
13 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+00"))."\n";
14 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-04"))."\n";
15 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728+04"))."\n";
16 echo gmdate('Y-m-d H:i:s', strtotime("2002-06-25 14:18:48.543728-0300"))."\n";
[all …]
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.5/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.5/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.5/ext/gmp/tests/
H A D007.phpt55 resource(%d) of type (GMP integer)
57 resource(%d) of type (GMP integer)
66 resource(%d) of type (GMP integer)
68 resource(%d) of type (GMP integer)
81 resource(%d) of type (GMP integer)
83 resource(%d) of type (GMP integer)
89 resource(%d) of type (GMP integer)
91 resource(%d) of type (GMP integer)
97 resource(%d) of type (GMP integer)
99 resource(%d) of type (GMP integer)
[all …]

Completed in 54 milliseconds

12345678910>>...242