Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1430991
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
Sat, May 16, 19:54 (4 h, 50 s)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
92/3e/b672d72b07fe55ec9bfcad532dd1
Default Alt Text
ReplaceResult.php (742 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment