summaryrefslogtreecommitdiffstats
path: root/php-upstream.patch
blob: ecd8d8f821192e5eece627821a51b0e3a2c0f011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From e6c2b288652cf9c8d0b92d2842d73b3eb2431860 Mon Sep 17 00:00:00 2001
From: George Peter Banyard <girgias@php.net>
Date: Thu, 11 Jul 2019 16:06:41 +0200
Subject: [PATCH] Convert short tag to standard tag in Zend test file

Closes GH-4389.
---
 Zend/tests/bug78271.phpt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Zend/tests/bug78271.phpt b/Zend/tests/bug78271.phpt
index fbbe016..70eba17 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";
-- 
2.1.4