Exakat\Analyzer\Php\ListWithKeys::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        // list( 3 => $a);
        $this->atomFunctionIs('\\list')->outIs('ARGUMENTS')->outIs('ARGUMENT')->atomIs('Keyvalue')->back('first');
        $this->prepareQuery();
        // list( 3 => $a);
        $this->atomFunctionIs('\\array')->hasIn('LEFT')->outIs('ARGUMENTS')->outIs('ARGUMENT')->atomIs('Keyvalue')->back('first');
        $this->prepareQuery();
    }
ListWithKeys