Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/
H A Dext_skel.php212 … $options[$opt] = ($opt == 'dir' ? realpath($argv[$i + 1]) . DIRECTORY_SEPARATOR : $argv[$i + 1]);
/PHP-7.4/ext/pdo_odbc/tests/
H A Dcommon.phpt49 $path = realpath(__DIR__) . '\pdo_odbc.mdb';
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc40 if ($echo) var_dump(realpath($path));
/PHP-7.4/ext/standard/tests/file/windows_acls/
H A Dcommon.inc138 $dst = realpath($name);
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c262 char realpath[MAXPATHLEN]; in phpdbg_set_breakpoint_file() local
271 if (VCWD_REALPATH(path, realpath)) { in phpdbg_set_breakpoint_file()
272 path = realpath; in phpdbg_set_breakpoint_file()
859 char realpath[MAXPATHLEN]; in phpdbg_create_conditional_break() local
861 if (VCWD_REALPATH(new_break.param.file.name, realpath)) { in phpdbg_create_conditional_break()
864 new_break.param.file.name = estrdup(realpath); in phpdbg_create_conditional_break()
/PHP-7.4/ext/phar/phar/
H A Dclicommand.inc183 $f = realpath($arg);
205 $f = realpath($d);
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h208 char *realpath; member
H A Dzend_vm_gen.php2376 $definition_file = realpath($def);
2384 $skeleton_file = realpath($skel);
2714 $executor_file = realpath(__DIR__ . "/zend_vm_execute.h");
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1289 zend_string *realpath; in zend_accel_invalidate() local
1296 realpath = accelerator_orig_zend_resolve_path(filename, filename_len); in zend_accel_invalidate()
1298 if (!realpath) { in zend_accel_invalidate()
1303 zend_file_cache_invalidate(realpath); in zend_accel_invalidate()
1306 persistent_script = zend_accel_hash_find(&ZCSG(hash), realpath); in zend_accel_invalidate()
1309 zend_stream_init_filename(&file_handle, ZSTR_VAL(realpath)); in zend_accel_invalidate()
1310 file_handle.opened_path = realpath; in zend_accel_invalidate()
1335 zend_string_release_ex(realpath, 0); in zend_accel_invalidate()
/PHP-7.4/win32/
H A Dioutil.h636 PW32IO char *realpath(const char *path, char *resolved);
H A Dioutil.c817 PW32IO char *realpath(const char *path, char *resolved) in realpath() function
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar494 $newcodepath = realpath($codepath);
562 $testpath = realpath($testpath);
753 $newcodepath = realpath($codepath);
844 $testpath = realpath($testpath);
/PHP-7.4/ext/standard/tests/file/
H A Dtempnam_variation4-1.phpt37 if (realpath(dirname($file_name)) != realpath(sys_get_temp_dir())) {
H A Dtempnam_variation4-0.phpt37 if (realpath(dirname($file_name)) != realpath(sys_get_temp_dir())) {
/PHP-7.4/ext/standard/
H A Dfilestat.c1131 …add_assoc_stringl_ex(&entry, "realpath", sizeof("realpath") - 1, bucket->realpath, bucket->realpat… in PHP_FUNCTION()
H A Dfile.c2346 PHP_FUNCTION(realpath) in PHP_FUNCTION() argument
H A Dbasic_functions.c3215 PHP_FE(realpath, arginfo_realpath)
/PHP-7.4/
H A Dphp.ini-development305 ; Note: disables the realpath cache
335 ; Determines the size of the realpath cache to be used by PHP. This value should
339 ; http://php.net/realpath-cache-size
342 ; Duration of time, in seconds for which to cache realpath information for a given
345 ; http://php.net/realpath-cache-ttl
H A Dphp.ini-production305 ; Note: disables the realpath cache
335 ; Determines the size of the realpath cache to be used by PHP. This value should
339 ; http://php.net/realpath-cache-size
342 ; Duration of time, in seconds for which to cache realpath information for a given
345 ; http://php.net/realpath-cache-ttl
H A DNEWS710 . Fixed bug #79806 (realpath() erroneously resolves link to link). (cmb)
2286 . Fixed bug #77317 (__DIR__, __FILE__, realpath() reveal physical path for
2291 . Fixed bug #77484 (Zend engine crashes when calling realpath in invalid
H A Dconfigure.ac628 realpath \
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc68 /* quick&dirty realpath() like function */
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c3890 if (realpath(p, resolved_path) == NULL in lsapi_check_path()
/PHP-7.4/build/
H A Dphp.m41392 dnl Some systems, notably Solaris, cause getcwd() or realpath to fail if a

Completed in 119 milliseconds

1234