Home
last modified time | relevance | path

Searched refs:path (Results 1 – 25 of 847) sorted by last modified time

12345678910>>...34

/PHP-7.1/
H A Dconfigure.in791 case `$php_shtool path $CC` in
904 PHP_ARG_WITH(config-file-path, path to configuration file,
905 [ --with-config-file-path=PATH
906 … Set the path in which to look for php.ini @<:@PREFIX/lib@:>@], DEFAULT, no)
922 Set the path where to scan for configuration files], DEFAULT, no)
945 AC_MSG_ERROR([Cannot locate libgcc. Make sure that gcc is in your path])
1203 dnl Build extension directory path
H A Dserver-tests.php132 function mkpath($path,$mode = 0777) { argument
133 $dirs = preg_split('/[\\/]/',$path);
134 $path = $dirs[0];
136 $path .= '/'.$dirs[$i];
137 @mkdir($path,$mode);
713 foreach($paths as $path) {
714 $this->test_dirs[] = realpath($path);
/PHP-7.1/win32/
H A Dwinutil.c39 int php_win32_check_trailing_space(const char * path, const int path_len) { in php_win32_check_trailing_space() argument
43 if (path) { in php_win32_check_trailing_space()
44 if (path[0] == ' ' || path[path_len - 1] == ' ') { in php_win32_check_trailing_space()
H A Dwinutil.h28 int php_win32_check_trailing_space(const char * path, const int path_len);
H A Dglob.c709 globextend(path, pglob, limitp) in globextend() argument
710 const Char *path; in globextend()
739 for (p = path; *p++;)
741 len = (u_int)(p - path);
744 if (g_Ctoc(path, copy, len)) {
H A Dinstall.txt503 Note: Remember that when adding path values in the Apache
555 substitute the c:/php/ for your actual path to PHP.
629 Note: Remember that when adding path values in the Apache
669 # configure the path to php.ini
745 ini="c:/path/to/php.ini"]
1265 --with-config-file-path compile time option
1482 --with-config-file-path=/etc
1509 * > run -X -f /path/to/httpd.conf
1511 * > run -X -f /path/to/httpd.conf
1576 path.
[all …]
H A Dioutil.c211 file = CreateFileW(path, in php_win32_ioutil_open_w()
368 if (!DeleteFileW(path)) { in php_win32_ioutil_unlink_w()
473 start = path; in php_win32_ioutil_dirname()
483 if ((2 <= len) && isalpha((int)((unsigned char *)path)[0]) && (':' == path[1])) { in php_win32_ioutil_dirname()
485 path += 2; in php_win32_ioutil_dirname()
501 path[1] = '\0'; in php_win32_ioutil_dirname()
511 path[0] = '.'; in php_win32_ioutil_dirname()
512 path[1] = '\0'; in php_win32_ioutil_dirname()
523 path[1] = '\0'; in php_win32_ioutil_dirname()
608 return _waccess(path, mode);
[all …]
H A Dioutil.h122 #define PHP_WIN32_IOUTIL_INIT_W(path) \ argument
123 wchar_t *pathw = php_win32_ioutil_any_to_w(path); \
130 #define PHP_WIN32_IOUTIL_REINIT_W(path) do { \ argument
132 pathw = php_win32_ioutil_any_to_w(path); \
233 PW32IO int php_win32_ioutil_mkdir(const char *path, mode_t mode);
237 PW32IO int php_win32_ioutil_chdir_w(const wchar_t *path);
252 PHP_WIN32_IOUTIL_INIT_W(path) in php_win32_ioutil_access()
278 PHP_WIN32_IOUTIL_INIT_W(path) in php_win32_ioutil_open()
312 PHP_WIN32_IOUTIL_INIT_W(path) in php_win32_ioutil_unlink()
336 __forceinline static int php_win32_ioutil_rmdir(const char *path) in php_win32_ioutil_rmdir() argument
[all …]
H A Dipc.h26 PHPAPI key_t ftok(const char *path, int id);
H A Dphp_registry.h23 void UpdateIniFromRegistry(char *path);
H A Dregistry.c182 void UpdateIniFromRegistry(char *path) in UpdateIniFromRegistry() argument
187 if(!path) { in UpdateIniFromRegistry()
218 orig_path = path = estrdup(path); in UpdateIniFromRegistry()
221 p = strchr(path, ':'); in UpdateIniFromRegistry()
226 if (path[0] != '\\' && path[0] != '/') { in UpdateIniFromRegistry()
248 orig_path = path; in UpdateIniFromRegistry()
253 while (path[path_len] != 0) { in UpdateIniFromRegistry()
254 if (path[path_len] == '\\') { in UpdateIniFromRegistry()
255 path[path_len] = '/'; in UpdateIniFromRegistry()
259 zend_str_tolower(path, path_len); in UpdateIniFromRegistry()
[all …]
/PHP-7.1/win32/build/
H A Dconfig.w32111 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
112 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
199 pvscfg.WriteLine("exclude-path = " + VCINSTALLDIR);
201 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILESx86 + "\\windows kits\\");
203 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILES + "\\windows kits\\");
H A Dconfig.w32.phpize.in86 ARG_WITH('extra-includes', 'Extra include path to use when building everything', '');
87 ARG_WITH('extra-libs', 'Extra library path to use when linking everything', '');
H A Dconfutils.js202 path = FSO.GetAbsolutePathName(path);
206 (path.charCodeAt(CWD.length) == 92 || path.charCodeAt(CWD.length) == 47)) {
211 var b = path.split("\\");
219 path = "";
221 path += "..\\";
224 path += b[j];
226 path += "\\";
228 return path;
234 return path;
652 if (path == null) {
[all …]
/PHP-7.1/tests/security/
H A Dopen_basedir_link.phpt49 …striction in effect. File(%s/test/bad/link.txt) is not within the allowed path(s): (.) in %s on li…
52 …r restriction in effect. File(%s/test/link.txt) is not within the allowed path(s): (.) in %s on li…
55 …striction in effect. File(%s/test/bad/link.txt) is not within the allowed path(s): (.) in %s on li…
58 …r restriction in effect. File(%s/test/link.txt) is not within the allowed path(s): (.) in %s on li…
61 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
64 …asedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.) in %s on li…
67 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
70 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
73 …asedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_linkinfo.phpt61 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_mkdir.phpt39 …asedir restriction in effect. File(../bad/blah) is not within the allowed path(s): (.) in %s on li…
42 Warning: mkdir(): open_basedir restriction in effect. File(../blah) is not within the allowed path(…
45 …edir restriction in effect. File(../bad/./blah) is not within the allowed path(s): (.) in %s on li…
48 …asedir restriction in effect. File(./.././blah) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_parse_ini_file.phpt40 …basedir restriction in effect. File(%stest\bad) is not within the allowed path(s): (.) in %sopen_b…
45 …restriction in effect. File(%stest\bad\bad.txt) is not within the allowed path(s): (.) in %sopen_b…
50 …pen_basedir restriction in effect. File(%stest) is not within the allowed path(s): (.) in %sopen_b…
55 …pen_basedir restriction in effect. File(%stest) is not within the allowed path(s): (.) in %sopen_b…
60 …basedir restriction in effect. File(%stest\bad) is not within the allowed path(s): (.) in %sopen_b…
65 …restriction in effect. File(%stest\bad\bad.txt) is not within the allowed path(s): (.) in %sopen_b…
70 …pen_basedir restriction in effect. File(%stest) is not within the allowed path(s): (.) in %sopen_b…
H A Dopen_basedir_readlink.phpt52 …asedir restriction in effect. File(symlink.txt) is not within the allowed path(s): (.) in %s on li…
55 … restriction in effect. File(../ok/symlink.txt) is not within the allowed path(s): (.) in %s on li…
58 …estriction in effect. File(../ok/./symlink.txt) is not within the allowed path(s): (.) in %s on li…
61 …edir restriction in effect. File(./symlink.txt) is not within the allowed path(s): (.) in %s on li…
64 …riction in effect. File(%s/test/ok/symlink.txt) is not within the allowed path(s): (.) in %s on li…
67 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
70 …riction in effect. File(%s/test/ok/symlink.txt) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_realpath.phpt29 …asedir restriction in effect. File(%s\test\bad) is not within the allowed path(s): (.) in %s on li…
32 …estriction in effect. File(%s\test\bad\bad.txt) is not within the allowed path(s): (.) in %s on li…
35 …en_basedir restriction in effect. File(%s\test) is not within the allowed path(s): (.) in %s on li…
38 …en_basedir restriction in effect. File(%s\test) is not within the allowed path(s): (.) in %s on li…
41 Warning: realpath(): open_basedir restriction in effect. File(%s\) is not within the allowed path(s…
44 …asedir restriction in effect. File(%s\test\bad) is not within the allowed path(s): (.) in %s on li…
47 …estriction in effect. File(%s\test\bad\bad.txt) is not within the allowed path(s): (.) in %s on li…
50 …estriction in effect. File(%s\test\bad\bad.txt) is not within the allowed path(s): (.) in %s on li…
53 …en_basedir restriction in effect. File(%s\test) is not within the allowed path(s): (.) in %s on li…
H A Dopen_basedir_symlink.phpt55 …iction in effect. File(%s/test/bad/symlink.txt) is not within the allowed path(s): (.) in %s on li…
58 …estriction in effect. File(%s/test/symlink.txt) is not within the allowed path(s): (.) in %s on li…
61 …iction in effect. File(%s/test/bad/symlink.txt) is not within the allowed path(s): (.) in %s on li…
64 …estriction in effect. File(%s/test/symlink.txt) is not within the allowed path(s): (.) in %s on li…
67 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
70 …asedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.) in %s on li…
73 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
76 …estriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on li…
79 …asedir restriction in effect. File(%s/test/bad) is not within the allowed path(s): (.) in %s on li…
/PHP-7.1/scripts/
H A Dphpize.in88 Invalid source path '$phpdir'. Whitespace is not allowed in source path.
97 Invalid build path '$builddir'. Whitespace is not allowed in build path.
/PHP-7.1/tests/basic/
H A Dreq60524.phpt4 sys_temp_dir=/path/to/temp/dir
14 /path/to/temp/dir
/PHP-7.1/scripts/dev/
H A Dfind_tested.php186 $path = $thisdir->path.$file;
187 if(is_dir($path) == true) {
188 get_phpt_files($path , $phpt_file_count , $all_phpt);
191 $all_phpt[$phpt_file_count] = $path;
/PHP-7.1/sapi/tests/
H A Dtest002.phpt6 path is in PATH_TRANSLATED. SCRIPT_NAME in this is faked,

Completed in 55 milliseconds

12345678910>>...34