diff options
author | Derick Rethans <derick@php.net> | 2003-07-02 18:00:51 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2003-07-02 18:00:51 +0000 |
commit | dab62fcf60c38356000c0f697ad4a1cf11f37a4b (patch) | |
tree | 65e7e5906a11d51b682084c74ca75ca9515dad0c /tests | |
parent | 60152a0db836fefcdd72077ba375888f151f0dbc (diff) | |
download | php-git-dab62fcf60c38356000c0f697ad4a1cf11f37a4b.tar.gz |
- use <?php in testcases
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/bug24403.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug24403.phpt b/tests/lang/bug24403.phpt index 728dd1d734..2acc54cf08 100644 --- a/tests/lang/bug24403.phpt +++ b/tests/lang/bug24403.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #24403 (scope doesn't properly propagate into internal functions) --FILE-- -<? +<?php class a { var $a = array(); |