Home
last modified time | relevance | path

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

1234

/PHP-5.5/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 Dopenssl.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.5/TSRM/
H A Dtsrm_win32.h109 TSRM_API char *realpath(char *orig_path, char *buffer);
H A Dtsrm_virtual_cwd.c65 #define realpath(x,y) strcpy(y,x) macro
626 if(r->path == r->realpath) { in realpath_cache_del()
641 static inline void realpath_cache_add(const char *path, int path_len, const char *realpath, int rea… in realpath_cache_add() argument
647 memcmp(path, realpath, path_len) != 0) { in realpath_cache_add()
669 bucket->realpath = bucket->path; in realpath_cache_add()
671 bucket->realpath = bucket->path + (path_len + 1); in realpath_cache_add()
672 memcpy(bucket->realpath, realpath, realpath_len+1); in realpath_cache_add()
708 if(r->path == r->realpath) { in realpath_cache_find()
843 memcpy(path, bucket->realpath, bucket->realpath_len + 1); in tsrm_realpath_r()
H A Dtsrm_virtual_cwd.h215 char *realpath; member
H A Dtsrm_win32.c716 TSRM_API char *realpath(char *orig_path, char *buffer) in realpath() function
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php25 define('PHPDIR', realpath(dirname(__FILE__) . '/../..'));
372 recurse(realpath($dir));
/PHP-5.5/
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);
1342 $php = realpath(dirname($php) . "/php-cgi.exe") . ' -C ';
1346 $php = realpath(dirname($php) . "/../../sapi/cgi/php-cgi") . ' -C ';
1349 $php = realpath("./sapi/cgi/php-cgi") . ' -C ';
1352 $php = realpath(dirname($php) . "/php-cgi") . ' -C ';
1368 $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
H A Dphp.ini-production326 ; 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.5/ext/phar/
H A Dphar.c1737 char *realpath; local
1742 phar_unixify_path_separators(realpath, strlen(realpath));
1744 if (zend_hash_exists(&(PHAR_GLOBALS->phar_fname_map), realpath, strlen(realpath))) {
1745 efree(realpath);
1750 if (PHAR_G(manifest_cached) && zend_hash_exists(&cached_phars, realpath, strlen(realpath))) {
1751 efree(realpath);
1755 efree(realpath);
1792 phar_unixify_path_separators(realpath, strlen(realpath));
1801 efree(realpath);
1807 efree(realpath);
[all …]
/PHP-5.5/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()
H A Dfile.c2308 PHP_FUNCTION(realpath) in PHP_FUNCTION() argument
/PHP-5.5/win32/build/
H A Dmkdist.php71 $bd = strtolower(realpath($build_dir));
435 $path_to_phar = realpath(__DIR__ . '/../../ext/phar');
/PHP-5.5/ext/pdo_odbc/tests/
H A Dcommon.phpt49 $path = realpath(dirname(__FILE__)) . '\pdo_odbc.mdb';
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1053 char *realpath; in zend_accel_invalidate() local
1061 realpath = accel_php_resolve_path(filename, filename_len, ZCG(include_path) TSRMLS_CC); in zend_accel_invalidate()
1063 realpath = accelerator_orig_zend_resolve_path(filename, filename_len TSRMLS_CC); in zend_accel_invalidate()
1066 if (!realpath) { in zend_accel_invalidate()
1070 persistent_script = zend_accel_hash_find(&ZCSG(hash), realpath, strlen(realpath) + 1); in zend_accel_invalidate()
1075 file_handle.filename = realpath; in zend_accel_invalidate()
1076 file_handle.opened_path = realpath; in zend_accel_invalidate()
1099 efree(realpath); in zend_accel_invalidate()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt84 mysql_real_escape_string(realpath('./simple.csv'), $link));
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc183 $f = realpath($arg);
205 $f = realpath($d);
/PHP-5.5/Zend/
H A Dzend_vm_gen.php1042 $definition_file = realpath($def);
1050 $skeleton_file = realpath($skel);
1221 $executor_file = realpath(__DIR__ . "/zend_vm_execute.h");
/PHP-5.5/ext/standard/tests/file/windows_acls/
H A Dcommon.inc138 $dst = realpath($name);
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc74 /* quick&dirty realpath() like function */
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_variation4.phpt44 if (realpath(dirname($file_name)) == realpath(sys_get_temp_dir())) {

Completed in 118 milliseconds

1234