Searched refs:source_p (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | link.c | 130 char source_p[MAXPATHLEN]; in PHP_FUNCTION() local 140 if (!expand_filepath(frompath, source_p)) { in PHP_FUNCTION() 145 memcpy(dirname, source_p, sizeof(source_p)); in PHP_FUNCTION() 153 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION() 164 if (php_check_open_basedir(source_p)) { in PHP_FUNCTION() 171 ret = php_sys_symlink(topath, source_p); in PHP_FUNCTION() 188 char source_p[MAXPATHLEN]; in PHP_FUNCTION() local 196 if (!expand_filepath(frompath, source_p) || !expand_filepath(topath, dest_p)) { in PHP_FUNCTION() 201 if (php_stream_locate_url_wrapper(source_p, NULL, STREAM_LOCATE_WRAPPERS_ONLY) || in PHP_FUNCTION() 212 if (php_check_open_basedir(source_p)) { in PHP_FUNCTION() [all …]
|
Completed in 4 milliseconds