php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #69745 missing keywords definitions and mentions on lists
Submitted: 2015-06-01 22:53 UTC Modified: 2017-01-28 17:24 UTC
From: gbarros at yahoo-inc dot com Assigned: cmb (profile)
Status: Not a bug Package: Documentation problem
PHP Version: 5.6.10RC1 OS:
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: gbarros at yahoo-inc dot com
New email:
PHP Version: OS:

 

 [2015-06-01 22:53 UTC] gbarros at yahoo-inc dot com
Description:
------------
cannot find the definition for keywords such as 'self' or 'this'.

either via search or on the keywords list page
http://php.net/manual/en/reserved.keywords.php




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-28 17:24 UTC] cmb@php.net
-Status: Open +Status: Not a bug -Type: Bug +Type: Documentation Problem -Assigned To: +Assigned To: cmb
 [2017-01-28 17:24 UTC] cmb@php.net
`self` is documented in the predefined classes section[1], and
`$this` is documented in the OOP basics section[2].

[1] <http://php.net/manual/en/reserved.classes.php>
[2] <http://php.net/manual/en/language.oop5.basic.php>
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 09:01:34 2025 UTC