Home
last modified time | relevance | path

Searched refs:d (Results 76 – 100 of 5303) sorted by relevance

12345678910>>...213

/PHP-5.6/ext/gmp/tests/
H A Dgmp_div_qr.phpt39 object(GMP)#%d (1) {
44 object(GMP)#%d (1) {
57 object(GMP)#%d (1) {
62 object(GMP)#%d (1) {
72 object(GMP)#%d (1) {
77 object(GMP)#%d (1) {
84 object(GMP)#%d (1) {
89 object(GMP)#%d (1) {
96 object(GMP)#%d (1) {
101 object(GMP)#%d (1) {
[all …]
H A Dgmp_random.phpt23 string(%d) "%d"
24 string(%d) "%d"
25 string(1) "%d"
26 string(%d) "%d"
27 string(%d) "%d"
28 string(%d) "%d"
30 Warning: gmp_random() expects parameter 1 to be long, array given in %s on line %d
33 Warning: gmp_random() expects at most 1 parameter, 2 given in %s on line %d
36 Warning: gmp_random() expects parameter 1 to be long, string given in %s on line %d
39 Warning: gmp_random() expects parameter 1 to be long, string given in %s on line %d
/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation2.phpt128 Error: 2 - mcrypt_cbc(): Key of size %d not supported by this algorithm. Only keys of size 24 suppo…
133 Error: 2 - mcrypt_cbc(): Key of size %d not supported by this algorithm. Only keys of size 24 suppo…
138 Error: 2 - mcrypt_cbc(): Key of size %d not supported by this algorithm. Only keys of size 24 suppo…
143 Error: 2 - mcrypt_cbc(): Key of size %d not supported by this algorithm. Only keys of size 24 suppo…
148 Error: 2 - mcrypt_cbc(): Key of size %d not supported by this algorithm. Only keys of size 24 suppo…
153 Error: 2 - mcrypt_cbc(): Key of size %d not supported by this algorithm. Only keys of size 24 suppo…
158 Error: 2 - mcrypt_cbc(): Key of size %d not supported by this algorithm. Only keys of size 24 suppo…
163 Error: 2 - mcrypt_cbc(): Key of size %d not supported by this algorithm. Only keys of size 24 suppo…
168 Error: 2 - mcrypt_cbc(): Key of size %d not supported by this algorithm. Only keys of size 24 suppo…
193 Error: 2 - mcrypt_cbc(): Key of size %d not supported by this algorithm. Only keys of size 24 suppo…
[all …]
H A Dmcrypt_cbc_variation5.phpt128 …_cbc(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
133 …_cbc(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
138 …_cbc(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
143 …_cbc(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
148 …_cbc(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
153 …_cbc(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
158 …_cbc(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
163 …_cbc(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
168 …_cbc(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
193 …_cbc(): Received initialization vector of size %d, but size 8 is required for this encryption mode…
[all …]
/PHP-5.6/ext/standard/tests/file/
H A Dfgetc_basic.phpt72 resource(%d) of type (stream)
76 resource(%d) of type (stream)
80 resource(%d) of type (stream)
84 resource(%d) of type (stream)
88 resource(%d) of type (stream)
92 resource(%d) of type (stream)
98 resource(%d) of type (stream)
102 resource(%d) of type (stream)
106 resource(%d) of type (stream)
110 resource(%d) of type (stream)
[all …]
H A Dfilestat.phpt33 int(%d)
34 int(%d)
35 int(%d)
36 int(%d)
37 int(%d)
38 int(%d)
39 int(%d)
40 int(%d)
41 int(%d)
42 int(%d)
[all …]
/PHP-5.6/ext/standard/tests/dir/
H A Ddir_variation3.phpt81 $d->close();
104 string(%d) "%s"
115 string(%d) "%s"
126 string(%d) "%s"
137 string(%d) "%s"
148 string(%d) "%s"
159 string(%d) "%s"
170 string(%d) "%s"
181 string(%d) "%s"
192 string(%d) "%s"
[all …]
H A Ddir_basic.phpt25 $d = dir($dir_path);
26 var_dump( $d );
29 var_dump( $d->read() );
30 var_dump( $d->read() );
38 var_dump( $d->close() );
39 var_dump( $d );
42 var_dump( $d->read() );
66 string(%d) "%s"
67 string(%d) "%s"
71 string(%d) "%s"
[all …]
/PHP-5.6/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt7 $d = new Directory(getcwd());
8 $d->handle = "Havoc!";
9 var_dump($d->read());
10 var_dump($d->rewind());
11 var_dump($d->close());
15 unset($d->handle);
16 var_dump($d->read());
17 var_dump($d->rewind());
18 var_dump($d->close());
22 var_dump($d->read(1,2));
[all …]
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_get_client_stats_ps.phpt26 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
44 printf("[003] Unbuffered rows got increased after buffered PS, expecting %d got %d.\n",
50 printf("[005] Buffered rows should be %d got %d.\n",
72 printf("[007] Unbuffered rows should be %d got %d.\n",
77 printf("[005] Buffered rows should be unchanged, expecting %d got %d.\n",
97 BEGINNING: rows_fetched_from_client_ps_unbuffered = %d
98 BEGINNING: rows_fetched_from_client_ps_buffered = %d
100 BUFFERED: rows_fetched_from_client_ps_unbuffered = %d
101 BUFFERED: rows_fetched_from_client_ps_buffered = %d
103 UNBUFFERED: rows_fetched_from_client_ps_unbuffered = %d
[all …]
H A Dmysqli_last_insert_id.phpt41 printf("API: %d, SQL: %d\n", $api_id, $sql_id);
161 printf("[030] API id should be %d got %d\n", $sql_id, $api_id);
182 API: %d, SQL: %d
184 id = %d, label = 'b'
185 id = %d, label = 'a'
186 id = %d, label = 'c'
188 id = %d, label = 'b'
189 id = %d, label = 'a'
190 id = %d, label = 'c'
191 id = %d, label = 'a%d'
[all …]
/PHP-5.6/ext/pgsql/tests/
H A D00version.phpt23 string(%d) "%s"
25 int(%d)
27 string(%d) "%s"
29 string(%d) "%s"
31 string(%d) "%s"
33 string(%d) "%s"
35 string(%d) "%s"
37 string(%d) "%s"
39 string(%d) %s
47 string(%d) %s
[all …]
/PHP-5.6/Zend/tests/
H A Dcast_to_object.phpt40 object(stdClass)#%d (1) {
44 object(stdClass)#%d (1) {
48 object(stdClass)#%d (1) {
52 object(stdClass)#%d (1) {
56 object(stdClass)#%d (1) {
60 object(stdClass)#%d (1) {
64 object(stdClass)#%d (0) {
66 object(stdClass)#%d (3) {
74 object(stdClass)#%d (1) {
78 object(stdClass)#%d (1) {
[all …]
H A Dsettype_object.phpt40 object(stdClass)#%d (1) {
44 object(stdClass)#%d (1) {
48 object(stdClass)#%d (1) {
52 object(stdClass)#%d (1) {
56 object(stdClass)#%d (1) {
60 object(stdClass)#%d (1) {
64 object(stdClass)#%d (0) {
66 object(stdClass)#%d (3) {
74 object(stdClass)#%d (1) {
78 object(stdClass)#%d (1) {
[all …]
/PHP-5.6/ext/date/tests/
H A DDateTime_verify.phpt25 object(ReflectionClass)#%d (1) {
161 string(13) "Y-m-d\TH:i:sP"
163 string(16) "l, d-M-Y H:i:s T"
165 string(13) "Y-m-d\TH:i:sO"
167 string(16) "D, d M y H:i:s O"
169 string(16) "l, d-M-y H:i:s T"
171 string(16) "D, d M y H:i:s O"
173 string(16) "D, d M Y H:i:s O"
175 string(16) "D, d M Y H:i:s O"
177 string(13) "Y-m-d\TH:i:sP"
[all …]
/PHP-5.6/ext/phar/tests/
H A D020.phpt33 int(%d)
47 int(%d)
49 int(%d)
51 int(%d)
59 int(%d)
73 int(%d)
75 int(%d)
77 int(%d)
87 int(%d)
101 int(%d)
[all …]
/PHP-5.6/ext/standard/tests/strings/
H A Dstrncasecmp_variation11.phpt104 int(%d)
106 int(%d)
108 int(%d)
110 int(%d)
112 int(%d)
114 int(%d)
116 int(%d)
118 int(%d)
120 int(%d)
122 int(%d)
[all …]
/PHP-5.6/ext/standard/tests/general_functions/
H A Dphp_uname_variation1.phpt73 string(%d) "%s"
75 string(%d) "%s"
77 string(%d) "%s"
79 string(%d) "%s"
81 string(%d) "%s"
83 string(%d) "%s"
85 string(%d) "%s"
87 string(%d) "%s"
89 string(%d) "%s"
91 string(%d) "%s"
[all …]
/PHP-5.6/ext/tokenizer/tests/
H A Dbug26463.phpt23 int(%d)
33 int(%d)
44 int(%d)
54 int(%d)
64 int(%d)
73 int(%d)
85 int(%d)
96 int(%d)
106 int(%d)
117 int(%d)
[all …]
H A Dtoken_get_all_variation14.phpt49 int(%d)
58 int(%d)
68 int(%d)
77 int(%d)
86 int(%d)
95 int(%d)
106 int(%d)
116 int(%d)
120 int(%d)
125 int(%d)
[all …]
/PHP-5.6/ext/ereg/tests/
H A Dereg_error_002.phpt20 var_dump(ereg("c(d", "hello"));
22 var_dump(ereg("c(d", "hello"));
31 var_dump(ereg('[a-c-e]', 'd'));
45 Warning: ereg(): REG_EMPTY in %s on line %d
50 Warning: ereg(): REG_EPAREN in %s on line %d
55 Warning: ereg(): REG_EBRACK in %s on line %d
60 Warning: ereg(): REG_EPAREN in %s on line %d
65 Warning: ereg(): REG_BADRPT in %s on line %d
85 Warning: ereg(): REG_BADBR in %s on line %d
90 Warning: ereg(): REG_EMPTY in %s on line %d
[all …]
H A Dereg_replace_error_002.phpt13 var_dump(ereg_replace("c(d", "hello", "some string"));
15 var_dump(ereg_replace("c(d", "hello", "some string"));;
34 Warning: ereg_replace(): REG_EMPTY in %s on line %d
39 Warning: ereg_replace(): REG_EPAREN in %s on line %d
44 Warning: ereg_replace(): REG_EBRACK in %s on line %d
49 Warning: ereg_replace(): REG_EPAREN in %s on line %d
54 Warning: ereg_replace(): REG_BADRPT in %s on line %d
74 Warning: ereg_replace(): REG_BADBR in %s on line %d
79 Warning: ereg_replace(): REG_EMPTY in %s on line %d
84 Warning: ereg_replace(): REG_EMPTY in %s on line %d
[all …]
H A Deregi_error_002.phpt20 var_dump(eregi("c(d", "hello"));
22 var_dump(eregi("c(d", "hello"));
31 var_dump(eregi('[a-c-e]', 'd'));
45 Warning: eregi(): REG_EMPTY in %s on line %d
50 Warning: eregi(): REG_EPAREN in %s on line %d
55 Warning: eregi(): REG_EBRACK in %s on line %d
60 Warning: eregi(): REG_EPAREN in %s on line %d
65 Warning: eregi(): REG_BADRPT in %s on line %d
85 Warning: eregi(): REG_BADBR in %s on line %d
90 Warning: eregi(): REG_EMPTY in %s on line %d
[all …]
H A Deregi_replace_error_002.phpt13 var_dump(eregi_replace("c(d", "hello", "some string"));
15 var_dump(eregi_replace("c(d", "hello", "some string"));;
34 Warning: eregi_replace(): REG_EMPTY in %s on line %d
39 Warning: eregi_replace(): REG_EPAREN in %s on line %d
44 Warning: eregi_replace(): REG_EBRACK in %s on line %d
49 Warning: eregi_replace(): REG_EPAREN in %s on line %d
54 Warning: eregi_replace(): REG_BADRPT in %s on line %d
74 Warning: eregi_replace(): REG_BADBR in %s on line %d
79 Warning: eregi_replace(): REG_EMPTY in %s on line %d
84 Warning: eregi_replace(): REG_EMPTY in %s on line %d
[all …]
H A Dsplit_error_002.phpt20 var_dump(split("c(d", "hello"));
22 var_dump(split("c(d", "hello"));
31 var_dump(split('[a-c-e]', 'd'));
45 Warning: split(): REG_EMPTY in %s on line %d
50 Warning: split(): REG_EPAREN in %s on line %d
55 Warning: split(): REG_EBRACK in %s on line %d
60 Warning: split(): REG_EPAREN in %s on line %d
65 Warning: split(): REG_BADRPT in %s on line %d
85 Warning: split(): REG_BADBR in %s on line %d
90 Warning: split(): REG_EMPTY in %s on line %d
[all …]

Completed in 64 milliseconds

12345678910>>...213