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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

History

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

Thank you for your report.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Jul 04 14:01:35 2025 UTC