Home
last modified time | relevance | path

Searched refs:realpath (Results 51 – 75 of 81) sorted by relevance

1234

/PHP-5.6/ext/phar/tests/files/
H A Dinclude_path2.phar74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);
168 $temp = realpath($temp);
203 return realpath('/temp');
210 return realpath('/tmp');
H A Dnophar.phar74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);
168 $temp = realpath($temp);
203 return realpath('/temp');
210 return realpath('/tmp');
H A Dpear2coverage.phar.php494 $newcodepath = realpath($codepath);
562 $testpath = realpath($testpath);
753 $newcodepath = realpath($codepath);
844 $testpath = realpath($testpath);
/PHP-5.6/TSRM/
H A Dtsrm_win32.h109 TSRM_API char *realpath(char *orig_path, char *buffer);
H A Dtsrm_win32.c732 TSRM_API char *realpath(char *orig_path, char *buffer) in realpath() function
/PHP-5.6/scripts/dev/
H A Dcheck_parameters.php25 define('PHPDIR', realpath(dirname(__FILE__) . '/../..'));
372 recurse(realpath($dir));
/PHP-5.6/
H A Drun-tests.php76 define('__DIR__', realpath(dirname(__FILE__)));
754 $testfile = realpath($argv[$i]);
902 $testfile = realpath("{$dir}/{$name}");
1055 $testname = realpath($testname);
1056 $logname = realpath($logname);
1346 $php = realpath(dirname($php) . "/php-cgi.exe") . ' -C ';
1350 $php = realpath(dirname($php) . "/../../sapi/cgi/php-cgi") . ' -C ';
1353 $php = realpath("./sapi/cgi/php-cgi") . ' -C ';
1356 $php = realpath(dirname($php) . "/php-cgi") . ' -C ';
1372 $temp_dir = $test_dir = realpath(dirname($file));
[all …]
H A Dserver-tests.php87 INI=" . realpath(get_cfg_var("cfg_file_path")) . "
724 $this->test_dirs[] = realpath($path);
861 $testfile = realpath("$dir/$name");
986 $failed_tests_data .= $sep . file_get_contents(realpath($test_info['output']));
987 $failed_tests_data .= $sep . file_get_contents(realpath($test_info['diff']));
1145 '_DIR' => realpath(dirname($file)),
1210 …$output = trim($this->runscript($section_text['SKIPIF'],$this->test_executable_iscgi,realpath(dirn…
1590 $testname = realpath($testname);
1591 $logname = realpath($logname);
H A Dphp.ini-development326 ; Determines the size of the realpath cache to be used by PHP. This value should
329 ; http://php.net/realpath-cache-size
332 ; Duration of time, in seconds for which to cache realpath information for a given
335 ; http://php.net/realpath-cache-ttl
/PHP-5.6/ext/openssl/tests/
H A Dbug65538.phar74 $a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);
168 $temp = realpath($temp);
203 return realpath('/temp');
210 return realpath('/tmp');
/PHP-5.6/ext/phar/
H A Dphar.c1748 char *realpath; local
1753 phar_unixify_path_separators(realpath, strlen(realpath));
1755 if (zend_hash_exists(&(PHAR_GLOBALS->phar_fname_map), realpath, strlen(realpath))) {
1756 efree(realpath);
1761 if (PHAR_G(manifest_cached) && zend_hash_exists(&cached_phars, realpath, strlen(realpath))) {
1762 efree(realpath);
1766 efree(realpath);
1803 phar_unixify_path_separators(realpath, strlen(realpath));
1815 efree(realpath);
1821 efree(realpath);
[all …]
/PHP-5.6/Zend/
H A Dzend_virtual_cwd.c66 #define realpath(x,y) strcpy(y,x) macro
656 if(r->path == r->realpath) { in realpath_cache_del()
671 static inline void realpath_cache_add(const char *path, int path_len, const char *realpath, int rea… in realpath_cache_add() argument
677 memcmp(path, realpath, path_len) != 0) { in realpath_cache_add()
699 bucket->realpath = bucket->path; in realpath_cache_add()
701 bucket->realpath = bucket->path + (path_len + 1); in realpath_cache_add()
702 memcpy(bucket->realpath, realpath, realpath_len+1); in realpath_cache_add()
738 if(r->path == r->realpath) { in realpath_cache_find()
873 memcpy(path, bucket->realpath, bucket->realpath_len + 1); in tsrm_realpath_r()
H A Dzend_vm_gen.php1069 $definition_file = realpath($def);
1077 $skeleton_file = realpath($skel);
1248 $executor_file = realpath(__DIR__ . "/zend_vm_execute.h");
H A Dzend_virtual_cwd.h217 char *realpath; member
/PHP-5.6/ext/standard/
H A Dfile.h64 PHP_FUNCTION(realpath);
H A Dfilestat.c1218 add_assoc_stringl(entry, "realpath", bucket->realpath, bucket->realpath_len, 1); in PHP_FUNCTION()
/PHP-5.6/win32/build/
H A Dmkdist.php71 $bd = strtolower(realpath($build_dir));
435 $path_to_phar = realpath(__DIR__ . '/../../ext/phar');
/PHP-5.6/ext/pdo_odbc/tests/
H A Dcommon.phpt49 $path = realpath(dirname(__FILE__)) . '\pdo_odbc.mdb';
/PHP-5.6/ext/opcache/
H A DZendAccelerator.c1082 char *realpath; in zend_accel_invalidate() local
1090 realpath = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC); in zend_accel_invalidate()
1092 realpath = accelerator_orig_zend_resolve_path(filename, filename_len TSRMLS_CC); in zend_accel_invalidate()
1095 if (!realpath) { in zend_accel_invalidate()
1099 persistent_script = zend_accel_hash_find(&ZCSG(hash), realpath, strlen(realpath) + 1); in zend_accel_invalidate()
1104 file_handle.filename = realpath; in zend_accel_invalidate()
1105 file_handle.opened_path = realpath; in zend_accel_invalidate()
1128 efree(realpath); in zend_accel_invalidate()
/PHP-5.6/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt84 mysql_real_escape_string(realpath('./simple.csv'), $link));
/PHP-5.6/ext/phar/phar/
H A Dclicommand.inc183 $f = realpath($arg);
205 $f = realpath($d);
/PHP-5.6/ext/standard/tests/file/windows_acls/
H A Dcommon.inc138 $dst = realpath($name);
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_bp.c225 char realpath[MAXPATHLEN]; in phpdbg_set_breakpoint_file() local
233 if (VCWD_REALPATH(path, realpath)) { in phpdbg_set_breakpoint_file()
234 path = realpath; in phpdbg_set_breakpoint_file()
/PHP-5.6/ext/ftp/tests/
H A Dserver.inc74 /* quick&dirty realpath() like function */
/PHP-5.6/ext/standard/tests/file/
H A Dtempnam_variation4.phpt44 if (realpath(dirname($file_name)) == realpath(sys_get_temp_dir())) {

Completed in 127 milliseconds

1234