summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rwxr-xr-xext/reflection/tests/bug30856.phpt2
-rwxr-xr-xext/reflection/tests/bug30961.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/reflection/tests/bug30856.phpt b/ext/reflection/tests/bug30856.phpt
index 2963263388..9b54221860 100755
--- a/ext/reflection/tests/bug30856.phpt
+++ b/ext/reflection/tests/bug30856.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #30856 (ReflectionClass::getStaticProperties segfaults)
--FILE--
-<?
+<?php
class bogus {
const C = 'test';
static $a = bogus::C;
diff --git a/ext/reflection/tests/bug30961.phpt b/ext/reflection/tests/bug30961.phpt
index 78067471d4..92ba6d1ab2 100755
--- a/ext/reflection/tests/bug30961.phpt
+++ b/ext/reflection/tests/bug30961.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #30961 (Wrong linenumber in ReflectionClass getStartLine())
--FILE--
-<?
+<?php
class a
{
}