parse($sql); // assert an array was returned. If an error occurred a php fatal error will bubble up and nothing will be returned $this->assertInternalType('array', $sqlARR, "there was an error while parsing the sql string: ".$sql); } }