summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2019-07-11 16:06:41 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-07-16 15:26:01 +0200
commit63f1def36799ecb375ee6b11ec6143ab624b3092 (patch)
tree7ee2494f4fb14228590df0f4535b1dfef0700d0f
parentf3e71b3b730eabc2b12871b3a19dad815219bcb9 (diff)
downloadphp-git-63f1def36799ecb375ee6b11ec6143ab624b3092.tar.gz
Convert short tag to standard tag in Zend test file
Closes GH-4389. (cherry picked from commit e6c2b288652cf9c8d0b92d2842d73b3eb2431860)
-rw-r--r--Zend/tests/bug78271.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug78271.phpt b/Zend/tests/bug78271.phpt
index fbbe016d75..70eba17467 100644
--- a/Zend/tests/bug78271.phpt
+++ b/Zend/tests/bug78271.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #78271: Invalid result of if-else
--FILE--
-<?
+<?php
function test($a, $b){
if ($a==10) {
$w="x";