php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21404 PEAR Doc related: Vim header
Submitted: 2003-01-03 20:57 UTC Modified: 2003-01-04 05:35 UTC
From: darkelder@php.net Assigned:
Status: Closed Package: PEAR related
PHP Version: 4.3.0 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: darkelder@php.net
New email:
PHP Version: OS:

 

 [2003-01-03 20:57 UTC] darkelder@php.net
At http://pear.php.net/manual/en/standards.header.php it tells:

<?php
/* vim: set expandtab tabstop=4 shiftwidth=4: */

But it should be

<?PHP
/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4: */

As described at http://pear.php.net/manual/en/standards.php#standards.indenting




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-04 05:35 UTC] nicos@php.net
Fixed.

Thank you for your report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 00:01:31 2024 UTC