summaryrefslogtreecommitdiff
path: root/ext/phar/tests/011.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/011.phpt')
-rw-r--r--ext/phar/tests/011.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/tests/011.phpt b/ext/phar/tests/011.phpt
index a0f5b2d849..4a1f0dd42c 100644
--- a/ext/phar/tests/011.phpt
+++ b/ext/phar/tests/011.phpt
@@ -8,11 +8,11 @@ phar.require_hash=0
<?php
$fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php';
$pname = 'phar://' . $fname;
-$file = (binary)"<?php
+$file = "<?php
Phar::mapPhar('hio');
__HALT_COMPILER(); ?>";
-// compressed file length does not match incompressed length for an uncompressed file
+// compressed file length does not match incompressed lentgh for an uncompressed file
$files = array();
$files['a'] = array('cont'=>'a','ulen'=>1,'clen'=>2);;