diff options
author | Steph Fox <sfox@php.net> | 2008-05-19 19:05:42 +0000 |
---|---|---|
committer | Steph Fox <sfox@php.net> | 2008-05-19 19:05:42 +0000 |
commit | f08aea109bc0704bae93f35b7b94e1021c669523 (patch) | |
tree | 5d97717e9dd83f748075dd5be64173ca3e02df04 /ext/phar/tests/tar/files/make_invalid_tar.php.inc | |
parent | 69deb7bc425e422ca4190cacd59c5c0336672788 (diff) | |
download | php-git-f08aea109bc0704bae93f35b7b94e1021c669523.tar.gz |
- IS_UNICODE checks and conversions
- stub and creation file updates
- far too many test updates to think about
Diffstat (limited to 'ext/phar/tests/tar/files/make_invalid_tar.php.inc')
-rw-r--r-- | ext/phar/tests/tar/files/make_invalid_tar.php.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/tar/files/make_invalid_tar.php.inc b/ext/phar/tests/tar/files/make_invalid_tar.php.inc index c18bd199b3..413dd7bd1b 100644 --- a/ext/phar/tests/tar/files/make_invalid_tar.php.inc +++ b/ext/phar/tests/tar/files/make_invalid_tar.php.inc @@ -3,7 +3,7 @@ include dirname(__FILE__) . '/tarmaker.php.inc'; class corrupter extends tarmaker { function close() { - fwrite($this->tmp, 'oopsie'); + fwrite($this->tmp, (binary)'oopsie'); fclose($this->tmp); } }
\ No newline at end of file |