Home
last modified time | relevance | path

Searched refs:s (Results 76 – 100 of 5167) sorted by relevance

12345678910>>...207

/PHP-5.5/ext/mbstring/oniguruma/
H A Dregext.c35 while (s < end) { in conv_ext0be32()
39 *conv++ = *s++; in conv_ext0be32()
46 while (s < end) { in conv_ext0le32()
47 *conv++ = *s++; in conv_ext0le32()
57 while (s < end) { in conv_ext0be()
59 *conv++ = *s++; in conv_ext0be()
66 while (s < end) { in conv_ext0le()
67 *conv++ = *s++; in conv_ext0le()
75 while (s < end) { in conv_swap4bytes()
80 s += 4; in conv_swap4bytes()
[all …]
H A Dregexec.c1702 s += enclen(encode, s); in match_at()
1911 s += enclen(encode, s); in match_at()
1920 s += enclen(encode, s); in match_at()
2765 s += enclen(enc, s); in slow_search()
2810 s += enclen(enc, s); in slow_search_ic()
2907 s += enclen(reg->enc, s); in bm_search_notrev()
2951 s += reg->map[*s]; in bm_search()
2962 s += reg->int_map[*s]; in bm_search()
3028 s += enclen(enc, s); in map_search()
3608 s += enclen(reg->enc, s); in onig_search()
[all …]
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result.phpt25 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
75 printf("[016] NULL, got %s/%s\n", gettype($tmp), var_export($tmp, 1));
100 printf("[025] false, got %s/%s\n", gettype($tmp), var_export($tmp, 1));
128 printf("[036] Expecting array, got %s/%s, [%d] %s\n",
133 printf("[037] Expecting boolean/false, got %s/%s, [%d] %s\n",
164 in %s on line %d
167 in %s on line %d
170 in %s on line %d
177 %s(1) "a"
[all …]
H A Dmysqli_affected_rows_oo.phpt15 printf("[000a] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
18 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
23 printf("[002] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[006] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
40 printf("[007] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp);
46 printf("[009] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
52 printf("[011] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
59 printf("[013] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
65 printf("[015] Expecting int/4, got %s/%s\n", gettype($tmp), $tmp);
71 printf("[016] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_stmt_execute.phpt23 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
42 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
48 printf("[008] Expecting boolean/true, got %s/%s. [%d] %s\n",
79 printf("[016] Expecting boolean/true, got %s/%s. [%d] %s\n",
87 printf("[018] Expecting int/1 got %s/%s\n", gettype($id), $id);
90 printf("[019] Expecting boolean/true, got %s/%s. [%d] %s\n",
94 printf("[020] Expecting boolean/true after reset to prepare status, got %s/%s. [%d] %s\n",
112 printf("[025] Expecting boolean/true, got %s/%s. [%d] %s\n",
[all …]
H A Dmysqli_data_seek_oo.phpt19 …f("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
24 printf("[002] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[004] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
33 printf("[005] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[006] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
46 printf("[009] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
53 printf("[011] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
56 printf("[012] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
64 printf("[014] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_class_mysqli_interface.phpt167 printf("mysqli->affected_rows = '%s'/%s ('%s'/%s)\n",
172 printf("mysqli->client_info = '%s'/%s ('%s'/%s)\n",
182 printf("mysqli->errno = '%s'/%s ('%s'/%s)\n",
187 printf("mysqli->error = '%s'/%s ('%s'/%s)\n",
197 printf("mysqli->field_count = '%s'/%s ('%s'/%s)\n",
202 printf("mysqli->insert_id = '%s'/%s ('%s'/%s)\n",
207 printf("mysqli->sqlstate = '%s'/%s ('%s'/%s)\n",
212 printf("mysqli->stat = '%s'/%s ('%s'/%s)\n",
217 printf("mysqli->host_info = '%s'/%s ('%s'/%s)\n",
223 printf("mysqli->info = '%s'/%s ('%s'/%s)\n",
[all …]
/PHP-5.5/ext/mysql/tests/
H A Dmysql_affected_rows.phpt17 printf("[001] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 …f("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
30 printf("[005] Expecting int/-1, got %s/%s. [%d] %s\n",
43 printf("[010] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
48 printf("[011] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp);
54 printf("[013] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
60 printf("[015] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
67 printf("[017] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysql_field_flags.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[008] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
81 array('label1', sprintf("'%s'", @date("Y-m-d H:i:s"))),
110 printf("[011/%s] '%s', [%d] %s\n", $columns, $sql, mysql_errno($link), mysql_error($link));
124 if (!preg_match(sprintf('@\s*%s\s*@ismU', $flag), $tmp)) {
125 …printf("[013/%s] Field '%s', flag '%s' not found, [%d] %s\n", $columns, $field, $flag, mysql_errno…
129 $tmp = preg_replace(sprintf('@\s*%s\s*@ismU', $flag), '', $tmp);
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dfield_funcs1.phpt28 if (!oci_execute($s)) {
36 var_dump(oci_field_is_null($s, -1));
37 var_dump(oci_field_name($s, -1));
38 var_dump(oci_field_type($s, -1));
39 var_dump(oci_field_type_raw($s, -1));
40 var_dump(oci_field_scale($s, -1));
42 var_dump(oci_field_size($s, -1));
46 var_dump(oci_field_name($s, "none"));
47 var_dump(oci_field_type($s, "none"));
51 var_dump(oci_field_size($s, "none"));
[all …]
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_euc_jp.c105 int c1, s, w; in mbfl_filt_conv_eucjp_wchar() local
130 if (s >= 0 && s < jisx0208_ucs_table_size) { in mbfl_filt_conv_eucjp_wchar()
180 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_eucjp_wchar()
215 int c1, s; in mbfl_filt_conv_wchar_eucjp() local
217 s = 0; in mbfl_filt_conv_wchar_eucjp()
227 if (s <= 0) { in mbfl_filt_conv_wchar_eucjp()
235 s = 0x2140; in mbfl_filt_conv_wchar_eucjp()
237 s = 0x2141; in mbfl_filt_conv_wchar_eucjp()
239 s = 0x2142; in mbfl_filt_conv_wchar_eucjp()
250 s = 0; in mbfl_filt_conv_wchar_eucjp()
[all …]
H A Dmbfilter_jis.c163 if (s >= 0 && s < jisx0208_ucs_table_size) { in mbfl_filt_conv_jis_wchar()
174 if (s >= 0 && s < jisx0212_ucs_table_size) { in mbfl_filt_conv_jis_wchar()
292 s = 0; in mbfl_filt_conv_wchar_jis()
329 s = 0; in mbfl_filt_conv_wchar_jis()
331 s = -1; in mbfl_filt_conv_wchar_jis()
395 int s; in mbfl_filt_conv_wchar_2022jp() local
397 s = 0; in mbfl_filt_conv_wchar_2022jp()
428 s = 0; in mbfl_filt_conv_wchar_2022jp()
430 s = -1; in mbfl_filt_conv_wchar_2022jp()
432 } else if ((s >= 0x80 && s < 0x2121) || (s > 0x8080)) { in mbfl_filt_conv_wchar_2022jp()
[all …]
H A Dmbfilter_hz.c83 int c1, s, w; in mbfl_filt_conv_hz_wchar() local
109 if (s >= 0 && s < cp936_ucs_table_size) { in mbfl_filt_conv_hz_wchar()
156 int s; in mbfl_filt_conv_wchar_hz() local
158 s = 0; in mbfl_filt_conv_wchar_hz()
169 s = 0xa1e7; in mbfl_filt_conv_wchar_hz()
179 s -= 0x8080; in mbfl_filt_conv_wchar_hz()
182 if (s <= 0) { in mbfl_filt_conv_wchar_hz()
184 s = 0; in mbfl_filt_conv_wchar_hz()
186 s = -1; in mbfl_filt_conv_wchar_hz()
188 } else if ((s >= 0x80 && s < 0x2121) || (s > 0x8080)) { in mbfl_filt_conv_wchar_hz()
[all …]
/PHP-5.5/ext/spl/tests/
H A Ddit_001.phpt17 %s"pathName"%s"SplFileInfo":private]=>
18 %s(%d) ".%c%s"
19 %s"fileName"%s"SplFileInfo":private]=>
20 %s(%d) "%s"
21 %s"glob"%s"DirectoryIterator":private]=>
23 %s"subPathName"%s"RecursiveDirectoryIterator":private]=>
24 %s(0) ""
/PHP-5.5/tests/security/
H A Dopen_basedir_file.phpt34 Warning: file(../bad): failed to open stream: %s in %s on line %d
39 Warning: file(../bad/bad.txt): failed to open stream: %s in %s on line %d
42 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
44 Warning: file(..): failed to open stream: %s in %s on line %d
49 Warning: file(../): failed to open stream: %s in %s on line %d
54 Warning: file(/): failed to open stream: %s in %s on line %d
59 Warning: file(../bad/.): failed to open stream: %s in %s on line %d
62 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
64 Warning: file(%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
67 …pen_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path…
[all …]
H A Dopen_basedir_file_get_contents.phpt34 Warning: file_get_contents(../bad): failed to open stream: %s in %s on line %d
39 Warning: file_get_contents(../bad/bad.txt): failed to open stream: %s in %s on line %d
42 …pen_basedir restriction in effect. File(..) is not within the allowed path(s): (.) in %s on line %d
44 Warning: file_get_contents(..): failed to open stream: %s in %s on line %d
49 Warning: file_get_contents(../): failed to open stream: %s in %s on line %d
54 Warning: file_get_contents(/): failed to open stream: %s in %s on line %d
59 Warning: file_get_contents(../bad/.): failed to open stream: %s in %s on line %d
62 …: open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s):…
64 Warning: file_get_contents(%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
67 …pen_basedir restriction in effect. File(%s/test/bad/../bad/bad.txt) is not within the allowed path…
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindvalue.phpt41 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
63 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
87 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
116 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
146 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
152 printf("[001] %s [%s] %s\n",
181 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
203 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
227 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
256 printf("in = %d -> id = %s (%s) / label = %s (%s)\n",
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dbug25671.phpt19 …{i:0;s:19:"This is strung one.";i:1;s:19:"This is strung two.";i:2;a:2:{i:0;s:23:"This is another …
20 …{i:0;s:19:"This is strung one.";i:1;s:19:"This is strung two.";i:2;a:2:{i:0;s:23:"This is another …
21 …:4:{i:0;s:16:"Thisisstringone.";i:1;s:16:"Thisisstringtwo.";i:2;a:2:{i:0;s:23:"This is another str…
22 …:4:{i:0;s:16:"Thisisstringone.";i:1;s:16:"Thisisstringtwo.";i:2;a:2:{i:0;s:23:"This is another str…
H A Dsprintf_variation20.phpt23 "%Ls"," %s", "%s ",
24 "\t%s", "\n%s", "%4s",
25 "%30s", "%[a-zA-Z0-9]", "%*s"
45 string(1) "s"
47 string(1) "s"
56 string(1) "s"
60 string(1) "s"
62 string(1) "s"
71 string(1) "s"
75 string(1) "s"
[all …]
H A Dhtmlspecialchars_decode_basic.phpt14 //value initialized = Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. "double quoted stri…
15 $single_quote_string = "Roy&#039;s height &gt; Sam&#039;s height. 13 &lt; 25. 1111 &amp; 0000 = 000…
16 $double_quote_string = "Roy&#039;s height &gt; Sam&#039;s height. 13 &lt; 25. 1111 &amp; 0000 = 000…
34 string(92) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. " double quoted str…
35 string(92) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. " double quoted str…
36 string(92) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. " double quoted str…
37 string(92) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. " double quoted str…
38 string(102) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. &quot; double quot…
39 string(102) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. &quot; double quot…
40 string(82) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string ""
[all …]
/PHP-5.5/ext/tidy/tests/
H A D019.phpt9 $s = "";
12 tidy_repair_string($s, $l, $l, $l);
13 tidy_repair_string($s, $s, $s, $s);
17 tidy_repair_file($s, $l, $l, $l);
18 tidy_repair_file($s, $s, $s, $s);
25 Warning: tidy_repair_string(): Could not load configuration file '1' in %s on line %d
27 Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d
29 Warning: tidy_repair_string(): Could not load configuration file '' in %s on line %d
33 Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d
37 Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d
[all …]
H A D022.phpt9 $s = "";
12 tidy_repair_string($s, $l, $l, $l);
13 tidy_repair_string($s, $s, $s, $s);
17 tidy_repair_file($s, $l, $l, $l);
18 tidy_repair_file($s, $s, $s, $s);
25 Warning: tidy_repair_string(): Could not load configuration file '1' in %s on line %d
27 Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d
29 Warning: tidy_repair_string(): Could not load configuration file '' in %s on line %d
33 Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d
37 Warning: tidy_repair_file(): Filename cannot be empty in %s on line %d
[all …]
/PHP-5.5/tests/lang/
H A Dbug24640.phpt80 I%s
82 I%s
83 I%s
90 I%s
92 I%s
93 I%s
100 I%s
102 I%s
103 I%s
110 I%s
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Drename_variation13.phpt72 Warning: rename(1,%s/renameVar13/afile.tmp): No such file or directory in %s on line %d
76 Warning: rename(%s/renameVar13/afile.tmp,): %s in %s on line %d
79 Warning: rename(,%s/renameVar13/afile.tmp): %s in %s on line %d
83 Warning: rename(%s/renameVar13/afile.tmp,): %s in %s on line %d
86 Warning: rename(,%s/renameVar13/afile.tmp): %s in %s on line %d
90 Warning: rename(%s/renameVar13/afile.tmp,): %s in %s on line %d
93 Warning: rename(,%s/renameVar13/afile.tmp): %s in %s on line %d
100 -- testing '%s' --
102 Warning: rename() %s in %s on line %d
127 Warning: rename(%s/renameVar13/afile.tmp,php/php): %s directory in %s on line %d
[all …]
/PHP-5.5/ext/standard/tests/dir/
H A Dchdir_variation1.phpt119 Warning: chdir(): %s (errno %d) in %s on line %d
124 Warning: chdir(): %s (errno %d) in %s on line %d
129 Warning: chdir(): %s (errno %d) in %s on line %d
134 Warning: chdir(): %s (errno %d) in %s on line %d
139 Warning: chdir(): %s (errno %d) in %s on line %d
144 Warning: chdir(): %s (errno %d) in %s on line %d
149 Warning: chdir(): %s (errno %d) in %s on line %d
154 Warning: chdir(): %s (errno %d) in %s on line %d
159 Warning: chdir(): %s (errno %d) in %s on line %d
164 Warning: chdir(): %s (errno %d) in %s on line %d
[all …]

Completed in 160 milliseconds

12345678910>>...207