Home
last modified time | relevance | path

Searched refs:d (Results 276 – 300 of 6284) sorted by relevance

1...<<11121314151617181920>>...252

/PHP-5.5/ext/mysql/tests/
H A Dmysql_result.phpt25 printf("[003] [%d] %s\n", mysql_errno($link), mysql_error($link));
70 Warning: mysql_result(): Unable to jump to row -1 on MySQL result index %d in %s on line %d
73 Warning: mysql_result(): Unable to jump to row 2 on MySQL result index %d in %s on line %d
76 Warning: mysql_result(): Bad column offset specified in %s on line %d
90 Warning: mysql_result(): unknown not found in MySQL result index %d in %s on line %d
93 Warning: mysql_result(): _test. not found in MySQL result index %d in %s on line %d
96 Warning: mysql_result(): not found in MySQL result index %d in %s on line %d
99 Warning: mysql_result(): _test. not found in MySQL result index %d in %s on line %d
108 Warning: mysql_result(): test.id not found in MySQL result index %d in %s on line %d
111 Warning: mysql_result(): test.label not found in MySQL result index %d in %s on line %d
[all …]
H A Dmysql_num_rows.phpt26 printf("[%03d] [%d] %s\n", $offset, mysql_errno($link), mysql_error($link));
31 printf("[%03d] Expecting %s/%d, got %s/%d\n", $offset + 1,
38 printf("[%03d] Expecting boolean/false, got %s/%s\n", $offset + 2, gettype($tmp), $tmp);
54 printf("[030] [%d] %s\n", mysql_errno($link), mysql_error($link));
60 printf("[032] Expecting 0 rows got %d\n", mysql_num_rows($res));
67 printf("[033] Expecting %d rows got %d\n", $rows, mysql_num_rows($res));
71 printf("[034] [%d] %s\n", mysql_errno($link), mysql_error($link));
82 …tension is deprecated and will be removed in the future: use mysqli or PDO instead in %s on line %d
84 Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in %s on line %d
86 Warning: mysql_free_result() expects parameter 1 to be resource, boolean given in %s on line %d
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionProperty_error.phpt24 Warning: ReflectionProperty::__construct() expects exactly 2 parameters, 0 given in %s on line %d
25 object(ReflectionProperty)#%d (2) {
32 Warning: ReflectionProperty::__construct() expects exactly 2 parameters, 1 given in %s on line %d
33 object(ReflectionProperty)#%d (2) {
40 Warning: ReflectionProperty::__construct() expects exactly 2 parameters, 3 given in %s on line %d
41 object(ReflectionProperty)#%d (2) {
48 Warning: ReflectionProperty::getName() expects exactly 0 parameters, 1 given in %s on line %d
51 Warning: ReflectionProperty::isPrivate() expects exactly 0 parameters, 1 given in %s on line %d
57 Warning: ReflectionProperty::isPublic() expects exactly 0 parameters, 1 given in %s on line %d
60 Warning: ReflectionProperty::isStatic() expects exactly 0 parameters, 1 given in %s on line %d
[all …]
H A DReflectionProperty_getDocComment_basic.phpt16 * My Doc Comment for $d
18 var $d;
48 string(%d) "/**
62 ---> Doc comment for A::$d:
63 string(%d) "/**
64 * My Doc Comment for $d
73 string(%d) "/**
94 ---> Doc comment for B::$d:
95 string(%d) "/**
96 * My Doc Comment for $d
[all …]
/PHP-5.5/ext/date/tests/
H A Dgmdate_variation9.phpt51 string(%d) "%d"
55 string(%d) "%d"
59 string(%d) "%d"
63 string(%d) "%d"
67 string(2) "%d"
71 string(2) "%d"
75 string(2) "%d"
79 string(%d) "%d"
H A Ddate_default_timezone_set_variation1.phpt82 Notice: date_default_timezone_set(): Timezone ID '0' is invalid in %s on line %d
87 Notice: date_default_timezone_set(): Timezone ID '1' is invalid in %s on line %d
127 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
132 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
137 Notice: date_default_timezone_set(): Timezone ID '1' is invalid in %s on line %d
142 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
152 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
157 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
162 Notice: date_default_timezone_set(): Timezone ID '' is invalid in %s on line %d
183 xyz' is invalid in %s on line %d
[all …]
H A Dgettimeofday_variation1.phpt108 int(%d)
110 int(%d)
164 int(%d)
166 int(%d)
176 int(%d)
178 int(%d)
191 int(%d)
193 int(%d)
206 int(%d)
208 int(%d)
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt44 printf("[003 - %d] [%d] %s\n", $bits, mysqli_errno($link_ins), mysqli_error($link_ins));
47 …ink_ins, sprintf("CREATE TABLE test(id BIGINT, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DEFAUL…
52 printf("[004 - %d] [%d] %s\n", $bits, mysqli_errno($link_ins), mysqli_error($link_ins));
57 … printf("[005 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
63 printf("[006 - %d] [%d] %s\n", $bits, mysqli_errno($link_sel), mysqli_error($link_sel));
95 … printf("[007 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
100 … printf("[008 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_ins), mysqli_stmt_error($stmt_ins));
106 … printf("[009 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_sel), mysqli_stmt_error($stmt_sel));
112 … printf("[010 - %d] [%d] %s\n", $bits, mysqli_stmt_errno($stmt_sel), mysqli_stmt_error($stmt_sel));
117 … printf("[011 - %d] mysqli_stmt_fetch() has failed for %d bits - ret = %s/%s, [%d] %s, [%d] %s\n",
[all …]
H A Dmysqli_fetch_field.phpt44 printf("[004] Expecting charset %s/%d got %d\n",
48 printf("[005] Expecting length %d got %d\n",
90 object(stdClass)#%d (13) {
98 %unicode|string%(%d) "%s"
102 %unicode|string%(%d) "%s"
104 %unicode|string%(%d) "%s"
118 object(stdClass)#%d (13) {
134 int(%d)
136 int(%d)
138 int(%d)
[all …]
H A Dbug42378.phpt18 printf("[%03d] Cannot drop table test, [%d] %s\n",
28 printf("[%03d] Cannot create table test, [%d] %s\n",
41 printf("[%03d] Cannot insert data, [%d] %s\n",
54 printf("[%03d] Cannot create PS, [%d] %s\n",
67 printf("[%03d] Cannot prepare PS, [%d] %s\n",
74 printf("[%03d] Cannot execute PS, [%d] %s\n",
81 printf("[%03d] Cannot store result set, [%d] %s\n",
91 printf("[%03d] Cannot bind result, [%d] %s\n",
98 printf("[%03d] Cannot fetch result,, [%d] %s\n",
117 printf("[%03d] Cannot bind result, [%d] %s\n",
[all …]
/PHP-5.5/tests/security/
H A Dopen_basedir_opendir.phpt32 Warning: opendir(../bad): failed to open dir: %s in %s on line %d
37 Warning: opendir(../bad/bad.txt): failed to open dir: %s in %s on line %d
42 Warning: opendir(..): failed to open dir: %s in %s on line %d
47 Warning: opendir(../): failed to open dir: %s in %s on line %d
52 Warning: opendir(/): failed to open dir: %s in %s on line %d
57 Warning: opendir(../bad/.): failed to open dir: %s in %s on line %d
62 Warning: opendir(%s/test/bad/bad.txt): failed to open dir: %s in %s on line %d
67 Warning: opendir(%s/test/bad/../bad/bad.txt): failed to open dir: %s in %s on line %d
69 resource(%d) of type (stream)
70 resource(%d) of type (stream)
[all …]
/PHP-5.5/ext/standard/tests/math/
H A Dbase_convert_variation2.phpt78 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
83 Warning: base_convert(): Invalid `from base' (1) in %s on line %d
88 Warning: base_convert(): Invalid `from base' (-1) in %s on line %d
116 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
121 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
126 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
131 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
136 Warning: base_convert(): Invalid `from base' (1) in %s on line %d
141 Warning: base_convert(): Invalid `from base' (0) in %s on line %d
146 Warning: base_convert(): Invalid `from base' (1) in %s on line %d
[all …]
H A Dbase_convert_variation3.phpt78 Warning: base_convert(): Invalid `to base' (0) in %s on line %d
83 Warning: base_convert(): Invalid `to base' (1) in %s on line %d
88 Warning: base_convert(): Invalid `to base' (-1) in %s on line %d
116 Warning: base_convert(): Invalid `to base' (0) in %s on line %d
121 Warning: base_convert(): Invalid `to base' (0) in %s on line %d
126 Warning: base_convert(): Invalid `to base' (0) in %s on line %d
131 Warning: base_convert(): Invalid `to base' (0) in %s on line %d
136 Warning: base_convert(): Invalid `to base' (1) in %s on line %d
141 Warning: base_convert(): Invalid `to base' (0) in %s on line %d
146 Warning: base_convert(): Invalid `to base' (1) in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation1.phpt83 Error: 8 - Undefined variable: undefined_var, %s(%d)
84 Error: 8 - Undefined variable: unset_var, %s(%d)
123 Error: 2 - getimagesize() expects parameter 1 to be string, array given, %s(%d)
143 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
147 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
155 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
163 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
167 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
171 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
179 Error: 2 - getimagesize(): Filename cannot be empty, %s(%d)
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfputcsv_variation14.phpt89 Notice: fputcsv(): delimiter must be a single character in %s on line %d
91 Notice: fputcsv(): enclosure must be a single character in %s on line %d
99 Notice: fputcsv(): delimiter must be a single character in %s on line %d
101 Notice: fputcsv(): enclosure must be a single character in %s on line %d
109 Notice: fputcsv(): delimiter must be a single character in %s on line %d
111 Notice: fputcsv(): enclosure must be a single character in %s on line %d
119 Notice: fputcsv(): delimiter must be a single character in %s on line %d
121 Notice: fputcsv(): enclosure must be a single character in %s on line %d
129 Notice: fputcsv(): delimiter must be a single character in %s on line %d
131 Notice: fputcsv(): enclosure must be a single character in %s on line %d
[all …]
H A Dfile_get_contents_variation4.phpt150 Error: 2 - file_get_contents() expects parameter 3 to be resource, double given, %s(%d)
170 Error: 2 - file_get_contents() expects parameter 3 to be resource, array given, %s(%d)
174 Error: 2 - file_get_contents() expects parameter 3 to be resource, array given, %s(%d)
178 Error: 2 - file_get_contents() expects parameter 3 to be resource, array given, %s(%d)
182 Error: 2 - file_get_contents() expects parameter 3 to be resource, array given, %s(%d)
186 string(%d) "contents read"
189 string(%d) "contents read"
240 string(%d) "contents read"
243 string(%d) "contents read"
247 string(%d) "contents read"
[all …]
H A Dfgetcsv_variation12.phpt96 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
98 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
108 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
110 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
120 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
122 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
132 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
134 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
144 Notice: fgetcsv(): delimiter must be a single character in %s on line %d
146 Notice: fgetcsv(): enclosure must be a single character in %s on line %d
[all …]
/PHP-5.5/Zend/tests/
H A Dclosure_042.phpt9 $d = $c->bindTo(new stdClass);
10 $d();
11 $rm = new ReflectionFunction($d);
15 $d = $c->bindTo(new stdClass, NULL);
16 $d();
17 $rm = new ReflectionFunction($d);
23 object(stdClass)#%d (0) {
26 object(stdClass)#%d (0) {
H A Dclosure_046.phpt28 $d = $nonstaticUnscoped->bindTo(null, "static"); $d(); echo "\n";
29 $d = $nonstaticScoped->bindTo(null, "static"); $d(); echo "\n";
30 //$d should have been turned to static
31 $d->bindTo($d);
34 $d = $nonstaticUnscoped->bindTo(new A, "static"); $d(); echo "\n";
35 $d = $nonstaticScoped->bindTo(new A, "static"); $d(); echo "\n";
38 $d = $nonstaticScoped->bindTo(new B, "static"); $d(); echo "\n";
58 Warning: Cannot bind an instance to a static closure in %s on line %d
/PHP-5.5/ext/json/tests/
H A D001.phpt29 Warning: json_decode() expects at least 1 parameter, 0 given in %s on line %d
41 object(stdClass)#%d (1) {
43 object(stdClass)#%d (1) {
48 object(stdClass)#%d (1) {
50 object(stdClass)#%d (1) {
55 object(stdClass)#%d (1) {
57 object(stdClass)#%d (1) {
62 object(stdClass)#%d (1) {
64 object(stdClass)#%d (1) {
/PHP-5.5/ext/standard/tests/strings/
H A Dfprintf_variation_002.phpt13 $int_variation = array( "%d", "%-d", "%+d", "%7.2d", "%-7.2d", "%07.2d", "%-07.2d", "%'#7.2d" );
25 fprintf( $fp, "\n-- Iteration %d --\n",$counter);
H A Dwordwrap_variation3.phpt199 Warning: wordwrap(): Break string cannot be empty in %s on line %d
202 Warning: wordwrap(): Break string cannot be empty in %s on line %d
205 Warning: wordwrap(): Break string cannot be empty in %s on line %d
213 Warning: wordwrap(): Break string cannot be empty in %s on line %d
216 Warning: wordwrap(): Break string cannot be empty in %s on line %d
219 Warning: wordwrap(): Break string cannot be empty in %s on line %d
233 Warning: wordwrap(): Break string cannot be empty in %s on line %d
236 Warning: wordwrap(): Break string cannot be empty in %s on line %d
239 Warning: wordwrap(): Break string cannot be empty in %s on line %d
243 Warning: wordwrap(): Break string cannot be empty in %s on line %d
[all …]
/PHP-5.5/ext/gmp/tests/
H A D009.phpt39 Warning: gmp_div_q() expects at least 2 parameters, 0 given in %s on line %d
42 Warning: gmp_div_q() expects at least 2 parameters, 1 given in %s on line %d
44 resource(%d) of type (GMP integer)
47 Warning: gmp_div_q(): Zero operand not allowed in %s on line %d
49 resource(%d) of type (GMP integer)
55 resource(%d) of type (GMP integer)
57 resource(%d) of type (GMP integer)
59 resource(%d) of type (GMP integer)
61 resource(%d) of type (GMP integer)
63 resource(%d) of type (GMP integer)
[all …]
/PHP-5.5/ext/standard/
H A Dquot_print.c155 d = ret; in php_quot_print_encode()
159 *d++ = '\015'; in php_quot_print_encode()
160 *d++ = *str++; in php_quot_print_encode()
169 *d++ = '='; in php_quot_print_encode()
170 *d++ = '\015'; in php_quot_print_encode()
171 *d++ = '\012'; in php_quot_print_encode()
174 *d++ = '='; in php_quot_print_encode()
179 *d++ = '='; in php_quot_print_encode()
180 *d++ = '\015'; in php_quot_print_encode()
184 *d++ = c; in php_quot_print_encode()
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dfield_funcs1.phpt97 Warning: oci_field_name(): Invalid column index "-1" in %s on line %d
100 Warning: oci_field_type(): Invalid column index "-1" in %s on line %d
106 Warning: oci_field_scale(): Invalid column index "-1" in %s on line %d
112 Warning: oci_field_size(): Invalid column index "-1" in %s on line %d
119 Warning: oci_field_name(): Invalid column name "none" in %s on line %d
122 Warning: oci_field_type(): Invalid column name "none" in %s on line %d
134 Warning: oci_field_size(): Invalid column name "none" in %s on line %d
163 Warning: oci_field_name(): Invalid column index "0" in %s on line %d
166 Warning: oci_field_type(): Invalid column index "0" in %s on line %d
172 Warning: oci_field_scale(): Invalid column index "0" in %s on line %d
[all …]

Completed in 128 milliseconds

1...<<11121314151617181920>>...252