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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
29 + 45 = ?
Subscribe to this entry?

 
 [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: Thu May 23 04:01:32 2024 UTC