php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #72715 language lacking $lineNumber or equivalent
Submitted: 2016-07-30 18:56 UTC Modified: 2016-07-30 20:29 UTC
From: jim dot michaels at Jesusnjim dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 7.0.9 OS:
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: jim dot michaels at Jesusnjim dot com
New email:
PHP Version: OS:

 

 [2016-07-30 18:56 UTC] jim dot michaels at Jesusnjim dot com
Description:
------------
language lacking $__lineNumber__ within the current script file or equivalent.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-07-30 19:37 UTC] requinix@php.net
-Status: Open +Status: Not a bug -Package: PHP Language Specification +Package: Scripting Engine problem
 [2016-07-30 20:23 UTC] jim dot michaels at jesusnjim dot com
these are not in the index. but I found them elsewhere in manual. so this is not a bug except a doc bug to put those Magic constants into the index.
 [2016-07-30 20:29 UTC] requinix@php.net
An index only really helps if you know what you're looking for...

The index [1] only covers functions and methods. __LINE__ is mentioned in List of Reserved Words > List of Keywords [2].

Exactly what do you want changed? Are you asking for a single index of absolutely everything? Because there's very many things that could be in an index - which is why the current "index" is split into multiple lists.

[1] http://php.net/manual/en/indexes.php
[2] http://php.net/manual/en/reserved.keywords.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 07:01:32 2024 UTC