Home
last modified time | relevance | path

Searched refs:cwd (Results 51 – 69 of 69) sorted by relevance

123

/PHP-5.5/TSRM/
H A Dtsrm_win32.h98 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC…
H A Dtsrm_virtual_cwd.h146 char *cwd; member
229 cwd_state cwd; member
H A Dtsrm_win32.c457 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env TSRMLS_DC) in popen_ex() argument
542 …L, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, cwd, &startup, &process… in popen_ex()
545 …L, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, cwd, &startup, &process… in popen_ex()
/PHP-5.5/sapi/roxen/
H A DTODO31 - change cwd in single threaded mode
/PHP-5.5/ext/phar/
H A Dphar_object.c168 const char *cwd; in phar_file_action() local
258 PHAR_G(cwd) = NULL; in phar_file_action()
264 if (entry == cwd) { in phar_file_action()
267 PHAR_G(cwd) = NULL; in phar_file_action()
298 if (PHAR_G(cwd)) { in phar_file_action()
299 efree(PHAR_G(cwd)); in phar_file_action()
300 PHAR_G(cwd) = NULL; in phar_file_action()
314 if (PHAR_G(cwd)) { in phar_file_action()
315 efree(PHAR_G(cwd)); in phar_file_action()
316 PHAR_G(cwd) = NULL; in phar_file_action()
[all …]
H A Dfunc_interceptors.c691 save = PHAR_G(cwd); in phar_file_stat()
696 PHAR_G(cwd) = "/"; in phar_file_stat()
701 PHAR_G(cwd) = save; in phar_file_stat()
711 PHAR_G(cwd) = save; in phar_file_stat()
732 PHAR_G(cwd) = save; in phar_file_stat()
1041 PHAR_G(cwd) = NULL; in PharFileFunction()
H A Dstream.c320 char *entry = idata->internal_file->filename, *cwd; in phar_wrapper_open_url() local
326 } else if ((cwd = strrchr(entry, '/'))) { in phar_wrapper_open_url()
327 PHAR_G(cwd_len) = cwd - entry; in phar_wrapper_open_url()
328 PHAR_G(cwd) = estrndup(entry, PHAR_G(cwd_len)); in phar_wrapper_open_url()
332 PHAR_G(cwd) = NULL; in phar_wrapper_open_url()
H A Dphar_internal.h199 char* cwd; variable
H A Dphar.c2153 memcpy(newpath, PHAR_G(cwd), newpath_len);
3546 PHAR_G(cwd) = NULL;
3586 if (PHAR_G(cwd)) {
3587 efree(PHAR_G(cwd));
3590 PHAR_G(cwd) = NULL;
H A Dutil.c265 if (!zend_is_executing(TSRMLS_C) || !PHAR_G(cwd)) { in phar_find_in_include_path()
318 …spprintf(&path, MAXPATHLEN, "phar://%s/%s%c%s", arch, PHAR_G(cwd), DEFAULT_DIR_SEPARATOR, PG(inclu… in phar_find_in_include_path()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c1444 char *cwd; in _php_stream_fopen_with_path() local
1445 cwd = virtual_getcwd_ex(&cwd_len TSRMLS_CC); in _php_stream_fopen_with_path()
1447 *(cwd+3) = '\0'; in _php_stream_fopen_with_path()
1449 if (snprintf(trypath, MAXPATHLEN, "%s%s", cwd, filename) >= MAXPATHLEN) { in _php_stream_fopen_with_path()
1450 …php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s/%s path was truncated to %d", cwd, filename, MAXPAT… in _php_stream_fopen_with_path()
1453 free(cwd); in _php_stream_fopen_with_path()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h259 char *cwd; /* current working directory or NULL */ member
/PHP-5.5/ext/phar/tests/
H A Dfopen_edgecases.phpt17 // create in cwd
/PHP-5.5/
H A DREADME.TESTING299 $cwd the directory that the test is being initiated from
H A Dconfigure.in178 cwd=`pwd`
H A DNEWS4639 . Fixed bug #50524 (proc_open on Windows does not respect cwd as it does on
6681 - Fixed bug #46366 (bad cwd with / as pathinfo). (Dmitry)
8308 - Fixed bug #38904 (apache2filter changes cwd to /). (Ilia, Hannes)
9866 - Fixed bug #31514 (open_basedir uses path_translated rather then cwd for .
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch157 free( (void*) hs->cwd );
177 char* cgi_pattern, char* charset, char* cwd, int no_log, FILE* logfp,
200 hs->cwd = strdup( cwd );
201 if ( hs->cwd == (char*) 0 )
984 char* cwd;
1019 char* cgi_pattern, char* charset, char* cwd, int no_log, FILE* logfp,
1558 port, cgi_pattern, charset, cwd, no_log, logfp, no_symlink, do_vhost,
H A Dthttpd.c444 smart_str_appends_ex(&s, TG(hc)->hs->cwd, 1);
/PHP-5.5/ext/standard/
H A Dbasic_functions.c1900 ZEND_ARG_INFO(0, cwd)

Completed in 136 milliseconds

123