Home
last modified time | relevance | path

Searched refs:in (Results 7201 – 7209 of 7209) sorted by path

1...<<281282283284285286287288289

/php-src/tests/security/
H A Dopen_basedir_touch.phpt41 Warning: touch(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
44 …ning: touch(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed …
47 Warning: touch(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (…
50 Warning: touch(): open_basedir restriction in effect. File(../) is not within the allowed path(s): …
53 Warning: touch(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.…
56 Warning: touch(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path…
59 …ing: touch(): open_basedir restriction in effect. File(../bad/./bad.txt) is not within the allowed…
62 Warning: touch(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s…
H A Dopen_basedir_unlink.phpt32 …ing: unlink(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed …
35 …ng: unlink(): open_basedir restriction in effect. File(.././bad/bad.txt) is not within the allowed…
38 … unlink(): open_basedir restriction in effect. File(../bad/../bad/bad.txt) is not within the allow…
41 …g: unlink(): open_basedir restriction in effect. File(./.././bad/bad.txt) is not within the allowe…
44 …: unlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowe…
/php-src/tests/strings/
H A Doffsets_chaining_5.phpt18 Warning: Illegal string offset "0foo" in %s on line %d
22 Warning: Illegal string offset "0foo" in %s on line %d
24 Warning: Illegal string offset "0bar" in %s on line %d
/php-src/win32/build/
H A Dconfig.w32336 /* this allows up to 256 sockets to be select()ed in a single
387 ARG_WITH('config-profile', 'Name of the configuration profile to save this to in php-src/config.nam…
H A Dconfig.w32.h.in44 /* its in win32/time.c */
79 /* int and long are still 32bit in 64bit compiles */
100 /* Win32 supports socketpair by the emulation in win32/sockets.c */
H A Dphpize.js.in6 | that is bundled with this package in the file LICENSE, and is |
131 for (i in module_names) {
155 for (i in module_names) {
232 // Pull in code for the base detection
233 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
/php-src/win32/
H A Dcodepage.c43 if (!in || in_len > (size_t)INT_MAX) { in php_win32_cp_to_w_int()
47 assert(in_len ? (in[in_len] == L'\0') : 1); in php_win32_cp_to_w_int()
98 return php_win32_cp_to_w_int(in, in_len, out_len, cp, flags); in php_win32_cp_conv_to_w()
109 const char *idx = in, *end; in php_win32_cp_conv_ascii_to_w()
116 assert(in && in_len ? in[in_len] == '\0' : 1); in php_win32_cp_conv_ascii_to_w()
118 if (!in) { in php_win32_cp_conv_ascii_to_w()
123 in_len = strlen(in); in php_win32_cp_conv_ascii_to_w()
126 end = in + in_len; in php_win32_cp_conv_ascii_to_w()
181 idx = in; in php_win32_cp_conv_ascii_to_w()
250 if (!in || in_len > INT_MAX) { in php_win32_cp_from_w_int()
[all …]
H A Dcodepage.h64 #define php_win32_cp_utf8_to_w(in) php_win32_cp_conv_utf8_to_w(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN… argument
66 #define php_win32_cp_cur_to_w(in) php_win32_cp_conv_cur_to_w(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN32… argument
68 #define php_win32_cp_ascii_to_w(in) php_win32_cp_conv_ascii_to_w(in, PHP_WIN32_CP_IGNORE_LEN, PHP_W… argument
71 #define php_win32_cp_w_to_utf8(in) php_win32_cp_conv_w_to_utf8(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN… argument
73 #define php_win32_cp_w_to_cur(in) php_win32_cp_conv_w_to_cur(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN32… argument
89 ret = php_win32_cp_conv_ascii_to_w(in, in_len, out_len); in php_win32_cp_conv_any_to_w()
93 ret = php_win32_cp_conv_utf8_to_w(in, in_len, out_len); in php_win32_cp_conv_any_to_w()
110 ret = php_win32_cp_conv_cur_to_w(in, in_len, out_len); in php_win32_cp_conv_any_to_w()
115 #define php_win32_cp_any_to_w(in) php_win32_cp_conv_any_to_w(in, PHP_WIN32_CP_IGNORE_LEN, PHP_WIN32… argument
122 return php_win32_cp_conv_w_to_cur(in, in_len, out_len); in php_win32_cp_conv_w_to_any()
[all …]
H A Dioutil.h180 __forceinline static wchar_t *php_win32_ioutil_conv_any_to_w(const char* in, size_t in_len, size_t … in php_win32_ioutil_conv_any_to_w() argument
185 mb = php_win32_cp_conv_any_to_w(in, in_len, &mb_len); in php_win32_ioutil_conv_any_to_w()
247 #define php_win32_ioutil_any_to_w(in) php_win32_ioutil_conv_any_to_w(in, PHP_WIN32_CP_IGNORE_LEN, P… argument

Completed in 45 milliseconds

1...<<281282283284285286287288289