summaryrefslogtreecommitdiff
path: root/ext/phar/tests/015.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/015.phpt')
-rw-r--r--ext/phar/tests/015.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/015.phpt b/ext/phar/tests/015.phpt
index a8425205fa..b93b77e9fb 100644
--- a/ext/phar/tests/015.phpt
+++ b/ext/phar/tests/015.phpt
@@ -9,7 +9,7 @@ phar.require_hash=0
<?php
$fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php';
$pname = 'phar://' . $fname;
-$file = (binary)"<?php __HALT_COMPILER(); ?>";
+$file = "<?php __HALT_COMPILER(); ?>";
$files = array();
$files['a'] = array('cont'=>'a','comp'=>chr(75) . chr(4) . chr(0) /* 'a' gzdeflated */, 'flags'=>0x00001000);