isArray() public method

public isArray ( ) : boolean
return boolean
Beispiel #1
0
 public function testIsArrayWhenFalse()
 {
     $compiledExpression = new CompiledExpression(CompiledExpression::BOOLEAN);
     parent::assertFalse($compiledExpression->isArray());
 }