diff options
Diffstat (limited to 'ext/spl/tests')
-rw-r--r-- | ext/spl/tests/testclass.class.inc | 2 | ||||
-rw-r--r-- | ext/spl/tests/testclass.inc | 2 | ||||
-rw-r--r-- | ext/spl/tests/testclass.php.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/spl/tests/testclass.class.inc b/ext/spl/tests/testclass.class.inc index f5fe7411fa..c5d6034423 100644 --- a/ext/spl/tests/testclass.class.inc +++ b/ext/spl/tests/testclass.class.inc @@ -6,4 +6,4 @@ class TestClass { } -?>
\ No newline at end of file +?> diff --git a/ext/spl/tests/testclass.inc b/ext/spl/tests/testclass.inc index ceb24c877c..0684d2098d 100644 --- a/ext/spl/tests/testclass.inc +++ b/ext/spl/tests/testclass.inc @@ -2,4 +2,4 @@ echo __FILE__ . "\n"; -?>
\ No newline at end of file +?> diff --git a/ext/spl/tests/testclass.php.inc b/ext/spl/tests/testclass.php.inc index ceb24c877c..0684d2098d 100644 --- a/ext/spl/tests/testclass.php.inc +++ b/ext/spl/tests/testclass.php.inc @@ -2,4 +2,4 @@ echo __FILE__ . "\n"; -?>
\ No newline at end of file +?> |