PHP 클래스 Mutagenesis\Mutation\OperatorIncrement

상속: extends MutationAbstract
파일 보기 프로젝트 열기: padraic/mutagenesis 1 사용 예제들

공개 메소드들

메소드 설명
getMutation ( array $tokens, integer $index ) : array Replace T_INC (++) with T_DEC (--)

메소드 상세

getMutation() 공개 메소드

Replace T_INC (++) with T_DEC (--)
public getMutation ( array $tokens, integer $index ) : array
$tokens array
$index integer
리턴 array