Searched refs:dest_p (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | link.c | 131 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local 148 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION() 154 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION() 160 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION() 189 char dest_p[MAXPATHLEN]; in PHP_FUNCTION() local 196 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION() 202 php_stream_locate_url_wrapper(dest_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) ) in PHP_FUNCTION() 208 if (php_check_open_basedir(dest_p)) { in PHP_FUNCTION() 219 ret = php_sys_link(dest_p, source_p); in PHP_FUNCTION()
|
Completed in 7 milliseconds