summaryrefslogtreecommitdiffstats
path: root/php54.patch
blob: 317aafe1baa878b7698d36ea7005c9bd30fe9ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -up tests/10-event-data-dtor.phpt.old tests/10-event-data-dtor.phpt
--- tests/10-event-data-dtor.phpt.old	2018-05-24 10:02:40.399787966 +0200
+++ tests/10-event-data-dtor.phpt	2018-05-24 10:02:52.253859826 +0200
@@ -11,7 +11,7 @@ class _Indicator {
 		$this->i = $i;
 	}
 	public function __destruct() {
-		echo $this->i, "\n";
+		echo "" . $this->i . "\n";
 	}
 }