summaryrefslogtreecommitdiff
path: root/ext/phar/tests/files/phar_oo_test.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/files/phar_oo_test.inc')
-rw-r--r--ext/phar/tests/files/phar_oo_test.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/files/phar_oo_test.inc b/ext/phar/tests/files/phar_oo_test.inc
index 9863e8da93..e92b4444c1 100644
--- a/ext/phar/tests/files/phar_oo_test.inc
+++ b/ext/phar/tests/files/phar_oo_test.inc
@@ -4,7 +4,7 @@ ini_set('date.timezone', 'GMT');
$fname = dirname(__FILE__) . '/phar_oo_test.phar.php';
$pname = 'phar://' . $fname;
-$file = '<?php include "' . $pname . '/a.php"; __HALT_COMPILER(); ?>';
+$file = (binary)'<?php include "' . $pname . '/a.php"; __HALT_COMPILER(); ?>';
$files = array();