|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-09-07 13:34 UTC] onore at ua dot fm
Description:
------------
See reproduce code, error:
Fatal error: Using $this when not in object context in C:\Apache\Apache2\htdocs\xxx\admin_start_events.php on line 14
Reproduce code:
---------------
function admin_start()
{
$admin_start_BeforeShow = true;
global $admin_start;
if( ($this->Visible = (CheckS("3") == "success")) )
{
$admin_start->Visible = true;
} else {
$admin_start->Visible = false;
}
return $admin_start;
}
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed May 27 18:00:02 2026 UTC |
line #14 if( ($this->Visible = (CheckS("3") == "success")) )