Searched defs:cwd (Results 1 – 16 of 16) sorted by relevance
/PHP-8.1/main/ |
H A D | php_open_temporary_file.c | 97 char cwd[MAXPATHLEN]; in php_do_open_temporary_file() local
|
H A D | fopen_wrappers.c | 760 char cwd[MAXPATHLEN]; local
|
/PHP-8.1/Zend/ |
H A D | zend_virtual_cwd.c | 177 char cwd[MAXPATHLEN]; in virtual_cwd_main_cwd_init() local 296 char *cwd; in virtual_getcwd() local 1241 char cwd[MAXPATHLEN]; in virtual_realpath() local 1713 char cwd[MAXPATHLEN]; in tsrm_realpath() local
|
H A D | zend_virtual_cwd.h | 151 char *cwd; member 222 cwd_state cwd; member
|
/PHP-8.1/win32/ |
H A D | registry.c | 225 char tmp_buf[MAXPATHLEN], *cwd; in UpdateIniFromRegistry() local
|
/PHP-8.1/ext/standard/ |
H A D | dir.c | 403 char cwd[MAXPATHLEN]; in PHP_FUNCTION() local
|
H A D | proc_open.c | 1070 char *cwd = NULL; /* Optional argument */ in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 1525 function proc_open(array|string $command, array $descriptor_spec, &$pipes, ?string $cwd = null, ?ar…
|
/PHP-8.1/ext/phar/ |
H A D | stream.c | 319 char *entry = idata->internal_file->filename, *cwd; in phar_wrapper_open_url() local
|
H A D | phar_internal.h | 176 char* cwd; variable
|
H A D | phar_object.c | 138 const char *cwd; in phar_file_action() local
|
/PHP-8.1/TSRM/ |
H A D | tsrm_win32.c | 447 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env) in popen_ex()
|
/PHP-8.1/ext/opcache/ |
H A D | ZendAccelerator.c | 179 char cwd[MAXPATHLEN]; in ZEND_FUNCTION() local 202 char cwd[MAXPATHLEN + 1]; in accel_getcwd() local 1171 const char *include_path = NULL, *cwd = NULL; in accel_make_persistent_key() local
|
H A D | ZendAccelerator.h | 204 zend_string *cwd; /* current working directory or NULL */ member
|
/PHP-8.1/main/streams/ |
H A D | plain_wrapper.c | 1637 char *cwd; in _php_stream_fopen_with_path() local
|
/PHP-8.1/ext/zip/ |
H A D | php_zip.c | 609 char cwd[MAXPATHLEN]; in php_zip_glob() local 714 char cwd[MAXPATHLEN]; in php_zip_pcre() local
|
Completed in 86 milliseconds