summaryrefslogtreecommitdiff
path: root/ext/phar/tests/zip/files/frontcontroller4.phar.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/zip/files/frontcontroller4.phar.inc')
-rw-r--r--ext/phar/tests/zip/files/frontcontroller4.phar.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/zip/files/frontcontroller4.phar.inc b/ext/phar/tests/zip/files/frontcontroller4.phar.inc
index 9f664cf2c6..d78399142e 100644
--- a/ext/phar/tests/zip/files/frontcontroller4.phar.inc
+++ b/ext/phar/tests/zip/files/frontcontroller4.phar.inc
@@ -7,7 +7,7 @@ $a['a.phps'] = '<?php function hio(){}';
$a->setStub('<?php
function s($a)
{
- static $b = array(b"/hi" => false);
+ static $b = array("/hi" => false);
if (isset($b[$a])) return $b[$a];
return $a;
}