Home
last modified time | relevance | path

Searched refs:pathname (Results 1 – 25 of 37) sorted by last modified time

12

/PHP-7.4/TSRM/
H A Dtsrm_win32.c117 return pathname; in tsrm_win32_get_path_sid_key()
136 memcpy(bucket_key + ptc_sid_len, pathname, pathname_len + 1); in tsrm_win32_get_path_sid_key()
210 if(!IS_ABSOLUTE_PATH(pathname, strlen(pathname)+1)) { in tsrm_win32_access()
211 if(tsrm_realpath(pathname, real_path) == NULL) { in tsrm_win32_access()
215 pathname = real_path; in tsrm_win32_access()
218 PHP_WIN32_IOUTIL_INIT_W(pathname) in tsrm_win32_access()
277 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
281 if(tsrm_realpath(pathname, real_path) != NULL) { in tsrm_win32_access()
282 pathname = real_path; in tsrm_win32_access()
283 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
[all …]
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c1326 CWD_API int virtual_access(const char *pathname, int mode) /* {{{ */ in virtual_access() argument
1332 if (virtual_file_ex(&new_state, pathname, NULL, CWD_REALPATH)) { in virtual_access()
1584 CWD_API int virtual_mkdir(const char *pathname, mode_t mode) /* {{{ */ in virtual_mkdir() argument
1590 if (virtual_file_ex(&new_state, pathname, NULL, CWD_FILEPATH)) { in virtual_mkdir()
1605 CWD_API int virtual_rmdir(const char *pathname) /* {{{ */ in virtual_rmdir() argument
1611 if (virtual_file_ex(&new_state, pathname, NULL, CWD_EXPAND)) { in virtual_rmdir()
1630 CWD_API DIR *virtual_opendir(const char *pathname) /* {{{ */ in virtual_opendir() argument
1636 if (virtual_file_ex(&new_state, pathname, NULL, CWD_REALPATH)) { in virtual_opendir()
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc542 fputs($fs, "no_semi pathname\r\n");
543 fputs($fs, "no_eq; pathname\r\n");
/PHP-7.4/ext/posix/
H A Dposix.c158 ZEND_ARG_INFO(0, pathname)
165 ZEND_ARG_INFO(0, pathname)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_ssl_set.phpt45 'The pathname to a directory that contains trusted SSL CA certificates in PEM format.',
/PHP-7.4/build/
H A Dlibtool.m41325 # assumed that no part of a normal pathname contains ";" but that should
2240 # find the pathname to the GNU or non-GNU linker
2265 # Canonicalize the pathname of ld
2561 # find the pathname to a BSD-compatible name lister
/PHP-7.4/ext/standard/tests/file/
H A Dreadlink_realpath_variation1.phpt15 Description: Returns canonicalized absolute pathname
H A Dreadlink_realpath_error-win32.phpt15 Description: Returns canonicalized absolute pathname
H A Dreadlink_realpath_variation2-win32.phpt18 Description: Returns canonicalized absolute pathname
H A Dreadlink_realpath_error.phpt15 Description: Returns canonicalized absolute pathname
H A Dreadlink_realpath_variation2.phpt15 Description: Returns canonicalized absolute pathname
H A Dreadlink_realpath_basic1.phpt16 Description: Returns canonicalized absolute pathname
H A Dreadlink_realpath_variation1-win32.phpt18 Description: Returns canonicalized absolute pathname
H A Dreadlink_realpath_basic2-win32.phpt15 Description: Returns canonicalized absolute pathname
H A Dreadlink_realpath_basic2.phpt15 Description: Returns canonicalized absolute pathname
H A Dmkdir_rmdir_error.phpt5 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
H A Dmkdir_rmdir_variation2.phpt12 /* Prototype: bool mkdir ( string $pathname [, int $mode [, bool $recursive [, resource $context]]…
H A Dmkdir_variation5.phpt12 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
H A Dmkdir_variation5-win32.phpt12 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
H A Dpathinfo_variaton.phpt32 /* pathname containing numeric string */
38 /* pathname as boolean */
42 /* pathname as an array */
46 /* pathname as object */
49 /* pathname as spaces */
53 /* empty pathname */
57 /* pathname as NULL */
64 /* pathname as members of object */
71 /* pathname as member of array */
H A Drealpath_error-win32.phpt12 Description: Returns canonicalized absolute pathname
/PHP-7.4/ext/standard/
H A Dbasic_functions.c1134 ZEND_ARG_INFO(0, pathname)
1402 ZEND_ARG_INFO(0, pathname)
H A Dftok.c36 char *pathname, *proj; in PHP_FUNCTION() local
41 Z_PARAM_PATH(pathname, pathname_len) in PHP_FUNCTION()
55 if (php_check_open_basedir(pathname)) { in PHP_FUNCTION()
59 k = ftok(pathname, proj[0]); in PHP_FUNCTION()
/PHP-7.4/win32/
H A Dftok.c28 ftok(const char *pathname, int proj_id) in ftok() argument
34 PHP_WIN32_IOUTIL_INIT_W(pathname) in ftok()
/PHP-7.4/sapi/apache2handler/
H A Dconfig.m43 [Build shared Apache 2 handler module. FILE is the optional pathname to

Completed in 66 milliseconds

12