Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431906
FinallyClause.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
689 B
Referenced Files
None
Subscribers
None
FinallyClause.php
View Options
<?php
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
namespace
Microsoft\PhpParser\Node
;
use
Microsoft\PhpParser\Node
;
use
Microsoft\PhpParser\Token
;
class
FinallyClause
extends
Node
{
/** @var Token */
public
$finallyToken
;
/** @var StatementNode */
public
$compoundStatement
;
const
CHILD_NAMES
=
[
'finallyToken'
,
'compoundStatement'
];
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:12 (1 d, 23 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2c/a2/017e4f5a6ced07006c153d5351c8
Default Alt Text
FinallyClause.php (689 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment