Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Mutagenesis
Mutation
BooleanAnd
PHP 클래스 Mutagenesis\Mutation\BooleanAnd
상속:
extends
MutationAbstract
파일 보기
프로젝트 열기: padraic/mutagenesis
1 사용 예제들
공개 메소드들
메소드
설명
getMutation
(
array
$tokens
,
integer
$index
) :
array
Replace T_BOOLEAN_AND (&&) with T_BOOLEAN_OR (||)
메소드 상세
getMutation()
공개
메소드
Replace T_BOOLEAN_AND (&&) with T_BOOLEAN_OR (||)
public
getMutation
(
array
$tokens
,
integer
$index
) :
array
$tokens
array
$index
integer
리턴
array