Skip to content

Commit

Permalink
Update copy.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalferov authored Dec 3, 2024
1 parent dfdf020 commit 10bb8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/phar/PharData/copy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ try {
}
// the stream wrapper equivalent of the above code.
// E_WARNINGS are triggered on error rather than exceptions.
// E_WARNING are triggered on error rather than exceptions.
copy('phar://myphar.tar/a', 'phar//myphar.tar/c');
echo file_get_contents('phar://myphar.tar/c'); // outputs "hi"
?>
Expand Down

0 comments on commit 10bb8a3

Please sign in to comment.