Home
last modified time | relevance | path

Searched refs:frompath (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/standard/
H A Dlink.c137 char *topath, *frompath; in PHP_FUNCTION() local
147 Z_PARAM_PATH(frompath, frompath_len) in PHP_FUNCTION()
150 if (!expand_filepath(frompath, source_p)) { in PHP_FUNCTION()
196 char *topath, *frompath; in PHP_FUNCTION() local
204 Z_PARAM_PATH(frompath, frompath_len) in PHP_FUNCTION()
207 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION()
228 ret = php_sys_link(topath, frompath); in PHP_FUNCTION()

Completed in 16 milliseconds