Exakat\Analyzer\Portability\FopenMode::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomFunctionIs('\\fopen')->outIs('ARGUMENTS')->outWithRank('ARGUMENT', 1)->regexIsNot('code', 'b')->back('first');
        $this->prepareQuery();
        $this->atomFunctionIs('\\fopen')->outIs('ARGUMENTS')->outWithRank('ARGUMENT', 1)->regexIs('code', 't')->back('first');
        $this->prepareQuery();
    }
FopenMode