Searched defs:cwd (Results 1 – 15 of 15) sorted by relevance
/PHP-5.4/ |
H A D | server-tests.php | 168 function execute($command, $args=NULL, $input=NULL, $cwd=NULL, $env=NULL) 218 function executeCode($php, $ini_overwrites, $code, $remove_headers=true, $cwd=NULL, $env=NULL) 412 public $cwd; variable in testHarness 565 function runscript($script,$removeheaders=false,$cwd=NULL)
|
H A D | run-tests.php | 103 $cwd = getcwd(); variable
|
/PHP-5.4/main/ |
H A D | php_open_temporary_file.c | 101 char cwd[MAXPATHLEN]; in php_do_open_temporary_file() local
|
H A D | fopen_wrappers.c | 749 char cwd[MAXPATHLEN]; local
|
/PHP-5.4/TSRM/ |
H A D | tsrm_virtual_cwd.c | 439 char cwd[MAXPATHLEN]; in virtual_cwd_startup() local 538 char *cwd; in virtual_getcwd() local 1403 char cwd[MAXPATHLEN]; in virtual_realpath() local 1928 char cwd[MAXPATHLEN]; in tsrm_realpath() local
|
H A D | tsrm_virtual_cwd.h | 146 char *cwd; member 229 cwd_state cwd; member
|
H A D | tsrm_win32.c | 457 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC) in popen_ex()
|
/PHP-5.4/win32/ |
H A D | registry.c | 218 char tmp_buf[MAXPATHLEN], *cwd; in UpdateIniFromRegistry() local
|
/PHP-5.4/ext/standard/ |
H A D | dir.c | 427 char cwd[MAXPATHLEN]; in PHP_FUNCTION() local
|
H A D | proc_open.c | 441 char *command, *cwd=NULL; in PHP_FUNCTION() local
|
/PHP-5.4/ext/phar/ |
H A D | stream.c | 320 char *entry = idata->internal_file->filename, *cwd; in phar_wrapper_open_url() local
|
H A D | phar_internal.h | 197 char* cwd; variable
|
H A D | phar_object.c | 168 const char *cwd; in phar_file_action() local
|
/PHP-5.4/ext/zip/ |
H A D | php_zip.c | 522 char cwd[MAXPATHLEN]; in php_zip_glob() local 628 char cwd[MAXPATHLEN]; in php_zip_pcre() local
|
/PHP-5.4/main/streams/ |
H A D | plain_wrapper.c | 1418 char *cwd; in _php_stream_fopen_with_path() local
|
Completed in 54 milliseconds