Searched defs:cwd (Results 1 – 16 of 16) sorted by relevance
/PHP-7.3/ |
H A D | server-tests.php | 160 function execute($command, $args=NULL, $input=NULL, $cwd=NULL, $env=NULL) 210 function executeCode($php, $ini_overwrites, $code, $remove_headers=true, $cwd=NULL, $env=NULL) 404 public $cwd; variable in testHarness 555 function runscript($script,$removeheaders=false,$cwd=NULL)
|
/PHP-7.3/main/ |
H A D | php_open_temporary_file.c | 99 char cwd[MAXPATHLEN]; in php_do_open_temporary_file() local
|
H A D | fopen_wrappers.c | 761 char cwd[MAXPATHLEN]; local
|
/PHP-7.3/Zend/ |
H A D | zend_virtual_cwd.c | 416 char cwd[MAXPATHLEN]; in virtual_cwd_main_cwd_init() local 535 char *cwd; in virtual_getcwd() local 1483 char cwd[MAXPATHLEN]; in virtual_realpath() local 1953 char cwd[MAXPATHLEN]; in tsrm_realpath() local
|
H A D | zend_virtual_cwd.h | 132 char *cwd; member 202 cwd_state cwd; member
|
/PHP-7.3/win32/ |
H A D | registry.c | 227 char tmp_buf[MAXPATHLEN], *cwd; in UpdateIniFromRegistry() local
|
/PHP-7.3/ext/standard/ |
H A D | dir.c | 426 char cwd[MAXPATHLEN]; in PHP_FUNCTION() local
|
H A D | proc_open.c | 408 char *command, *cwd=NULL; in PHP_FUNCTION() local
|
/PHP-7.3/ext/opcache/ |
H A D | ZendAccelerator.c | 175 char cwd[MAXPATHLEN]; in ZEND_FUNCTION() local 198 char cwd[MAXPATHLEN + 1]; in accel_getcwd() local 1146 const char *include_path = NULL, *cwd = NULL; in accel_make_persistent_key() local
|
H A D | ZendAccelerator.h | 202 zend_string *cwd; /* current working directory or NULL */ member
|
/PHP-7.3/ext/phar/ |
H A D | stream.c | 322 char *entry = idata->internal_file->filename, *cwd; in phar_wrapper_open_url() local
|
H A D | phar_internal.h | 179 char* cwd; variable
|
H A D | phar_object.c | 137 const char *cwd; in phar_file_action() local
|
/PHP-7.3/TSRM/ |
H A D | tsrm_win32.c | 448 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env) in popen_ex()
|
/PHP-7.3/main/streams/ |
H A D | plain_wrapper.c | 1545 char *cwd; in _php_stream_fopen_with_path() local
|
/PHP-7.3/ext/zip/ |
H A D | php_zip.c | 515 char cwd[MAXPATHLEN]; in php_zip_glob() local 622 char cwd[MAXPATHLEN]; in php_zip_pcre() local
|
Completed in 68 milliseconds