diff options
Diffstat (limited to 'ext')
| -rwxr-xr-x | ext/reflection/tests/bug30856.phpt | 2 | ||||
| -rwxr-xr-x | ext/reflection/tests/bug30961.phpt | 2 |
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 { } |
