Home
last modified time | relevance | path

Searched refs:d (Results 251 – 275 of 5842) sorted by relevance

1...<<11121314151617181920>>...234

/PHP-5.4/Zend/tests/
H A D017.phpt48 Warning: get_resource_type() expects exactly 1 parameter, 0 given in %s on line %d
56 int(%d)
58 int(%d)
60 Warning: get_loaded_extensions() expects at most 1 parameter, 2 given in %s on line %d
63 Warning: get_defined_constants() expects at most 1 parameter, 2 given in %s on line %d
67 int(%d)
72 int(%d)
77 int(%d)
79 Warning: get_extension_funcs() expects exactly 1 parameter, 0 given in %s on line %d
83 int(%d)
[all …]
/PHP-5.4/ext/simplexml/tests/
H A D001.phpt13 object(SimpleXMLElement)#%d (2) {
20 object(SimpleXMLElement)#%d (3) {
27 object(SimpleXMLElement)#%d (0) {
30 object(SimpleXMLElement)#%d (1) {
32 object(SimpleXMLElement)#%d (1) {
34 object(SimpleXMLElement)#%d (1) {
36 object(SimpleXMLElement)#%d (0) {
/PHP-5.4/ext/date/tests/
H A Dbug54851.phpt14 $datePre = DateTime::createFromFormat("!D d M Y", "Fri 17 may 2011");
15 $datePost = DateTime::createFromFormat("!d M Y D", "17 may 2011 Fri");
18 var_dump($datePre->format("Y-m-d") == $datePost->format("Y-m-d"));
29 $date1 = DateTime::createFromFormat("!D d M Y", "Fri 19 November 2011");
33 var_dump($date1->format('Y-m-d') == $date2->format('Y-m-d'));
36 $date1 = DateTime::createFromFormat("!D d M Y", "Sat 19 November 2011");
40 var_dump($date1->format('Y-m-d') == $date2->format('Y-m-d'));
44 Tue, %d %s %d 00:00:00 +0000
49 Tue, %d %s %d 00:00:00 +0000
50 Tue, %d %s %d 00:00:00 +0000
H A Dstrtotime.phpt6 $d = array();
7 $d[] = strtotime("2005-07-14 22:30:41");
8 $d[] = strtotime("2005-07-14 22:30:41 GMT");
9 $d[] = strtotime("@1121373041");
10 $d[] = strtotime("@1121373041 CEST");
12 foreach($d as $date) {
H A Ddate_diff.phpt16 $d = clone $d0;
17 $dates[$i] = $d->add( new DateInterval( "P{$i}D" ) );
22 // echo $dates[$i]->format( "Y-m-d\n" );
27 printf( "\t%s %s %3d %s\n",
28 $dates[$i]->format( 'Y-m-d' ),
29 $dates[$j]->format( 'Y-m-d' ),
31 $diff->format( '%y-%m-%d' )
48 $dates[$i]->format( 'Y-m-d' ), " + ",
49 $int->format( '%y-%m-%d' ), " = ",
50 $current->format( 'Y-m-d' ), " (",
[all …]
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"
/PHP-5.4/tests/classes/
H A Dproperty_recreate_private.phpt22 $d = new D;
23 $d->unsetPrivate();
24 $d->setPrivate();
25 var_dump($d);
28 $d = new D;
29 $d->unsetPrivate();
30 $d->setP();
31 var_dump($d);
34 $d = new D;
35 $d->unsetPrivate();
[all …]
/PHP-5.4/ext/standard/tests/array/
H A Darray_unshift_variation1.phpt122 Warning: array_unshift() expects parameter 1 to be array, integer given in %s on line %d
158 Warning: array_unshift() expects parameter 1 to be array, double given in %s on line %d
162 Warning: array_unshift() expects parameter 1 to be array, double given in %s on line %d
203 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
207 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
212 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
216 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
313 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
317 Warning: array_unshift() expects parameter 1 to be array, null given in %s on line %d
333 resource(%d) of type (stream)
[all …]
H A Darray_rand.phpt19 Warning: array_rand() expects at least 1 parameter, 0 given in %s on line %d
23 …and(): Second argument has to be between 1 and the number of elements in the array in %s on line %d
26 Warning: array_rand() expects parameter 1 to be array, integer given in %s on line %d
29 …and(): Second argument has to be between 1 and the number of elements in the array in %s on line %d
32 …and(): Second argument has to be between 1 and the number of elements in the array in %s on line %d
35 …and(): Second argument has to be between 1 and the number of elements in the array in %s on line %d
39 int(%d)
41 int(%d)
43 int(%d)
47 int(%d)
[all …]
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_change_user_get_lock.phpt24 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
27 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
32 printf("... lock '%s' acquired by thread %d\n", $lock, $thread_id);
53 printf("[006] Lock '%s' should have been released, [%d] %s\n",
65 printf("[009] Lock '%s' should have been released, [%d] %s\n",
74 printf("[010] Cannot open new connection, [%d] %s\n",
90 printf("[013] Lock '%s' should have been released, [%d] %s\n",
102 ... lock 'phptest_%d' acquired by thread %d
103 ... calling IS_USED_LOCK() on 'phptest_%d' using thread '%d'
104 ... calling IS_FREE_LOCK() on 'phptest_%d' using thread '%d'
[all …]
H A D014.phpt22 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
25 printf("[002] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
28 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
31 printf("[004] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
34 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
37 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
40 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
43 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
46 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
48 printf("Num_of_rows=%d\n", mysqli_num_rows($result));
[all …]
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.phpt38 printf("[004] Expecting charset %s/%d got %d\n",
43 printf("[005] Expecting length %d got %d\n",
86 object(stdClass)#%d (13) {
94 %unicode|string%(%d) "%s"
98 %unicode|string%(%d) "%s"
100 %unicode|string%(%d) "%s"
114 object(stdClass)#%d (13) {
130 int(%d)
132 int(%d)
134 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.4/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt66 size is %d
67 uid is %d
79 size is %d
80 uid is %d
90 size is %d
91 uid is %d
106 size is %d
107 uid is %d
117 size is %d
118 uid is %d
[all …]
/PHP-5.4/ext/standard/tests/file/
H A Dfilesize_variation1.phpt35 int(%d)
36 int(%d)
37 int(%d)
38 int(%d)
39 int(%d)
40 int(%d)
41 int(%d)
42 int(%d)
43 int(%d)
44 int(%d)
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 …]
/PHP-5.4/ext/phar/tests/
H A D021.phpt18 $files['b/c/d'] = 'c';
19 $files['bad/c'] = 'd';
36 int(%d)
50 int(%d)
52 int(%d)
54 int(%d)
62 int(%d)
76 int(%d)
78 int(%d)
80 int(%d)
/PHP-5.4/ext/sybase_ct/tests/
H A Dtest_unbuffered_query.phpt44 resource(%d) of type (sybase-ct link)
45 resource(%d) of type (sybase-ct result)
46 int(%d)
47 int(%d)
49 resource(%d) of type (sybase-ct result)
50 resource(%d) of type (Unknown)
52 Warning: sybase_num_rows(): %d is not a valid Sybase result resource in %stest_unbuffered_query.php…
54 resource(%d) of type (sybase-ct result)
55 int(%d)
56 int(%d)
/PHP-5.4/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.phpt13 * My Doc Comment for $d
15 var $d;
45 string(%d) "/**
59 ---> Doc comment for A::$d:
60 string(%d) "/**
61 * My Doc Comment for $d
70 string(%d) "/**
91 ---> Doc comment for B::$d:
92 string(%d) "/**
93 * My Doc Comment for $d
[all …]
/PHP-5.4/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.4/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.4/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 …]

Completed in 116 milliseconds

1...<<11121314151617181920>>...234