Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4096589
ReplaceResult.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
742 B
Referenced Files
None
Subscribers
None
ReplaceResult.php
View Options
<?php
/*
* This file is part of composer/pcre.
*
* (c) Composer <https://github.com/composer>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
namespace
Composer\Pcre
;
final
class
ReplaceResult
{
/**
* @readonly
* @var string
*/
public
$result
;
/**
* @readonly
* @var 0|positive-int
*/
public
$count
;
/**
* @readonly
* @var bool
*/
public
$matched
;
/**
* @param 0|positive-int $count
*/
public
function
__construct
(
int
$count
,
string
$result
)
{
$this
->
count
=
$count
;
$this
->
matched
=
(
bool
)
$count
;
$this
->
result
=
$result
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 14:25 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
40/9c/306bfedc7907ba7e45318dcda413
Default Alt Text
ReplaceResult.php (742 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment