Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Mutagenesis
Mutation
BooleanAnd
PHP Class Mutagenesis\Mutation\BooleanAnd
Inheritance:
extends
MutationAbstract
Mostrar archivo
Open project: padraic/mutagenesis
Class Usage Examples
Public Methods
Method
Description
getMutation
(
array
$tokens
,
integer
$index
) :
array
Replace T_BOOLEAN_AND (&&) with T_BOOLEAN_OR (||)
Method Details
getMutation()
public
method
Replace T_BOOLEAN_AND (&&) with T_BOOLEAN_OR (||)
public
getMutation
(
array
$tokens
,
integer
$index
) :
array
$tokens
array
$index
integer
return
array