Home
last modified time | relevance | path

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

1234

/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc40 if ($echo) var_dump(realpath($path));
/PHP-8.0/ext/pdo_odbc/tests/
H A Dcommon.phpt49 $path = realpath(__DIR__) . '\pdo_odbc.mdb';
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_bp.c260 char realpath[MAXPATHLEN]; in phpdbg_set_breakpoint_file() local
269 if (VCWD_REALPATH(path, realpath)) { in phpdbg_set_breakpoint_file()
270 path = realpath; in phpdbg_set_breakpoint_file()
857 char realpath[MAXPATHLEN]; in phpdbg_create_conditional_break() local
859 if (VCWD_REALPATH(new_break.param.file.name, realpath)) { in phpdbg_create_conditional_break()
862 new_break.param.file.name = estrdup(realpath); in phpdbg_create_conditional_break()
/PHP-8.0/ext/phar/phar/
H A Dclicommand.inc183 $f = realpath($arg);
205 $f = realpath($d);
/PHP-8.0/ext/standard/tests/file/windows_acls/
H A Dcommon.inc143 $dst = realpath($name);
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h207 char *realpath; member
H A Dzend_vm_gen.php2362 $definition_file = realpath($def);
2370 $skeleton_file = realpath($skel);
2685 $executor_file = realpath(__DIR__ . "/zend_vm_execute.h");
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c1286 zend_string *realpath; in zend_accel_invalidate() local
1293 realpath = accelerator_orig_zend_resolve_path(filename, filename_len); in zend_accel_invalidate()
1295 if (!realpath) { in zend_accel_invalidate()
1300 zend_file_cache_invalidate(realpath); in zend_accel_invalidate()
1303 persistent_script = zend_accel_hash_find(&ZCSG(hash), realpath); in zend_accel_invalidate()
1306 zend_stream_init_filename(&file_handle, ZSTR_VAL(realpath)); in zend_accel_invalidate()
1307 file_handle.opened_path = realpath; in zend_accel_invalidate()
1332 zend_string_release_ex(realpath, 0); in zend_accel_invalidate()
/PHP-8.0/ext/phar/tests/files/
H A Dpear2coverage.phar494 $newcodepath = realpath($codepath);
562 $testpath = realpath($testpath);
753 $newcodepath = realpath($codepath);
844 $testpath = realpath($testpath);
/PHP-8.0/win32/
H A Dioutil.h633 PW32IO char *realpath(const char *path, char *resolved);
H A Dioutil.c815 PW32IO char *realpath(const char *path, char *resolved) in realpath() function
/PHP-8.0/ext/standard/tests/file/
H A Dtempnam_variation4-0.phpt33 if (realpath(dirname($file_name)) != realpath(sys_get_temp_dir())) {
H A Dtempnam_variation4-1.phpt33 if (realpath(dirname($file_name)) != realpath(sys_get_temp_dir())) {
/PHP-8.0/ext/standard/
H A Dfilestat.c1070 …add_assoc_stringl_ex(&entry, "realpath", sizeof("realpath") - 1, bucket->realpath, bucket->realpat… in PHP_FUNCTION()
H A Dbasic_functions.stub.php861 function realpath(string $path): string|false {} function
H A Dbasic_functions_arginfo.h2572 ZEND_FUNCTION(realpath);
3210 ZEND_FE(realpath, arginfo_realpath)
H A Dfile.c2265 PHP_FUNCTION(realpath) in PHP_FUNCTION() argument
/PHP-8.0/
H A Dphp.ini-development316 ; Note: disables the realpath cache
346 ; Determines the size of the realpath cache to be used by PHP. This value should
350 ; http://php.net/realpath-cache-size
353 ; Duration of time, in seconds for which to cache realpath information for a given
356 ; http://php.net/realpath-cache-ttl
H A Dphp.ini-production316 ; Note: disables the realpath cache
346 ; Determines the size of the realpath cache to be used by PHP. This value should
350 ; http://php.net/realpath-cache-size
353 ; Duration of time, in seconds for which to cache realpath information for a given
356 ; http://php.net/realpath-cache-ttl
/PHP-8.0/ext/ftp/tests/
H A Dserver.inc68 /* quick&dirty realpath() like function */
/PHP-8.0/sapi/litespeed/
H A Dlsapilib.c3896 if (realpath(p, resolved_path) == NULL in lsapi_check_path()
/PHP-8.0/build/
H A Dphp.m41372 dnl Some systems, notably Solaris, cause getcwd() or realpath to fail if a

Completed in 137 milliseconds

1234