Searched refs:topath (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/standard/ |
H A D | link.c | 126 char *topath, *frompath; in PHP_FUNCTION() local 135 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION() 147 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION() 170 ret = php_sys_symlink(topath, source_p); in PHP_FUNCTION() 184 char *topath, *frompath; in PHP_FUNCTION() local 191 Z_PARAM_PATH(topath, topath_len) in PHP_FUNCTION() 195 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION() 216 ret = php_sys_link(topath, frompath); in PHP_FUNCTION()
|
Completed in 6 milliseconds