diff options
author | Marcus Boerger <helly@php.net> | 2005-12-02 16:00:45 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-12-02 16:00:45 +0000 |
commit | e9f5066faa16509cd06d538426d985ba08dacb55 (patch) | |
tree | cbf7ae14f295926e9b0670f11deb880b78b66b0a /Zend/tests/bug30346.phpt | |
parent | 2e3ae884fb039b62acecf9227a91fc0f1ecaf151 (diff) | |
download | php-git-e9f5066faa16509cd06d538426d985ba08dacb55.tar.gz |
- MFH Be picky about names
Diffstat (limited to 'Zend/tests/bug30346.phpt')
-rwxr-xr-x | Zend/tests/bug30346.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug30346.phpt b/Zend/tests/bug30346.phpt index a158d0c40b..2d014ad3b8 100755 --- a/Zend/tests/bug30346.phpt +++ b/Zend/tests/bug30346.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug 30346 (arrayAcces & using $this) +Bug #30346 (arrayAcces & using $this) --FILE-- <?php @@ -21,4 +21,4 @@ echo "\n"; ===DONE=== --EXPECT-- page_show -===DONE===
\ No newline at end of file +===DONE=== |