Searched defs:cwd (Results 1 – 18 of 18) sorted by relevance
/php-src/benchmark/ |
H A D | benchmark.php | 98 function runPhpCommand(array $args, ?string $cwd = null): ProcessResult { 105 ?string $cwd = null,
|
H A D | shared.php | 8 function runCommand(array $args, ?string $cwd = null): ProcessResult {
|
/php-src/Zend/ |
H A D | zend_virtual_cwd.c | 177 char cwd[MAXPATHLEN]; in virtual_cwd_main_cwd_init() local 294 char *cwd; in virtual_getcwd() local 1249 char cwd[MAXPATHLEN]; in virtual_realpath() local 1720 char cwd[MAXPATHLEN]; in tsrm_realpath() local
|
H A D | zend_virtual_cwd.h | 163 char *cwd; member 234 cwd_state cwd; member
|
/php-src/main/ |
H A D | php_open_temporary_file.c | 106 char cwd[MAXPATHLEN]; in php_do_open_temporary_file() local
|
H A D | fopen_wrappers.c | 784 char cwd[MAXPATHLEN]; local
|
/php-src/win32/ |
H A D | registry.c | 225 char tmp_buf[MAXPATHLEN], *cwd; in UpdateIniFromRegistry() local
|
/php-src/ext/standard/ |
H A D | dir.c | 347 char cwd[MAXPATHLEN]; in PHP_FUNCTION() local
|
H A D | proc_open.c | 1144 char *cwd = NULL; /* Optional argument */ in PHP_FUNCTION() local
|
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/php-src/ext/phar/ |
H A D | stream.c | 328 char *entry = idata->internal_file->filename, *cwd; in phar_wrapper_open_url() local
|
H A D | phar_internal.h | 145 char* cwd; variable
|
H A D | phar_object.c | 146 const char *cwd; in phar_file_action() local
|
/php-src/TSRM/ |
H A D | tsrm_win32.c | 445 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env) in popen_ex()
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 206 char cwd[MAXPATHLEN]; in ZEND_FUNCTION() local 229 char cwd[MAXPATHLEN + 1]; in accel_getcwd() local 1210 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-src/main/streams/ |
H A D | plain_wrapper.c | 1661 char *cwd; in _php_stream_fopen_with_path() local
|
/php-src/ext/zip/ |
H A D | php_zip.c | 620 char cwd[MAXPATHLEN]; in php_zip_glob() local 725 char cwd[MAXPATHLEN]; in php_zip_pcre() local
|
Completed in 118 milliseconds