summaryrefslogtreecommitdiff
path: root/ext/phar/tests/zip/files/frontcontroller4.phar.inc
diff options
context:
space:
mode:
authorPedro Magalhães <mail@pmmaga.net>2016-11-06 22:28:42 +0100
committerNikita Popov <nikic@php.net>2016-11-20 21:11:53 +0100
commit9c5af4e4cb2f1cadc659542dad8967e9fd05f1d4 (patch)
tree8223a6d88419c2d2a3008e35c4059b075422dd42 /ext/phar/tests/zip/files/frontcontroller4.phar.inc
parentb98357823a816a55097fc7f6f833db88722efeea (diff)
downloadphp-git-9c5af4e4cb2f1cadc659542dad8967e9fd05f1d4.tar.gz
Remove the b prefix from literals on unrelated tests
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;
}