Home
last modified time | relevance | path

Searched refs:getcwd (Results 76 – 99 of 99) sorted by relevance

1234

/PHP-5.5/tests/security/
H A Dopen_basedir_symlink.phpt14 $initdir = getcwd();
H A Dopen_basedir_fopen.phpt8 $initdir = getcwd();
H A Dopen_basedir_scandir.phpt8 $initdir = getcwd();
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation2-win32.phpt22 $old_dir_path = getcwd();
H A Dfopen_variation15-win32.phpt21 $includePathDir = getcwd().'/fopen15.includeDir';
23 $absTestDir = getcwd().'/'.$testDir;
H A Dtempnam_variation2.phpt22 $old_dir_path = getcwd();
H A Dfopen_variation14.phpt22 $absTestDir = getcwd().'/'.$testDir;
H A Dtouch_variation5.phpt22 $cwd = getcwd();
H A Dtouch_variation6-win32.phpt23 $cwd = getcwd();
H A Dunlink_variation8.phpt26 $cwd = getcwd();
H A Dfopen_variation14-win32.phpt22 $absTestDir = getcwd().'/'.$testDir;
/PHP-5.5/sapi/caudium/
H A Dconfig.m439 orig = combine_path(getcwd(), orig);
/PHP-5.5/ext/standard/
H A Ddir.c357 PHP_FUNCTION(getcwd) in PHP_FUNCTION() argument
H A Dproc_open.c791 orig_cwd = getcwd(NULL, PATH_MAX); in PHP_FUNCTION()
H A Dconfig.m4341 AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan mem…
H A Dbasic_functions.c3206 PHP_FE(getcwd, arginfo_getcwd)
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h290 #define VCWD_GETCWD(buff, size) getcwd(buff, size)
H A Dtsrm_virtual_cwd.c454 result = getcwd(cwd, sizeof(cwd)); in virtual_cwd_startup()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c520 getcwd( s_cur_chdir, sizeof( s_cur_chdir ) ); in lsapi_chdir_primary_script()
/PHP-5.5/
H A Drun-tests.php89 $CUR_DIR = getcwd();
103 $cwd = getcwd();
H A Dserver-tests.php493 $this->cwd = getcwd();
H A Dacinclude.m41687 dnl Some systems, notably Solaris, cause getcwd() or realpath to fail if a
1691 AC_MSG_CHECKING([for broken getcwd])
1695 AC_DEFINE(HAVE_BROKEN_GETCWD,1, [Define if system has broken getcwd])
H A DNEWS7157 - Fixed bug #41822 (Relative includes broken when getcwd() fails). (Ab5602,
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c25808 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },

Completed in 333 milliseconds

1234