constant FILE_EXISTS_RENAME in Coder 7
Same name and namespace in other branches
- 5.2 scripts/coder_format/coder_format.php \FILE_EXISTS_RENAME
- 6.2 scripts/coder_format/coder_format.php \FILE_EXISTS_RENAME
- 6 scripts/coder_format/coder_format.php \FILE_EXISTS_RENAME
- 7.2 scripts/coder_format/coder_format.php \FILE_EXISTS_RENAME
1 use of FILE_EXISTS_RENAME
- file_destination in scripts/
coder_format/ coder_format.php - Determines the destination path for a file depending on how replacement of existing files should be handled.
File
- scripts/
coder_format/ coder_format.php, line 79 - Coder format shell invocation script.
Code
define('FILE_EXISTS_RENAME', 0);