Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4097713
ForeachValue.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
670 B
Referenced Files
None
Subscribers
None
ForeachValue.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
ForeachValue
extends
Node
{
/** @var Token|null */
public
$ampersand
;
/** @var Expression */
public
$expression
;
const
CHILD_NAMES
=
[
'ampersand'
,
'expression'
];
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 15:01 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
46/2e/a699fe7ce7afb5295ed019641f68
Default Alt Text
ForeachValue.php (670 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment