--TEST-- adding numbers to arrays --FILE-- getMessage() . "\n"; } $c = $a + 5; var_dump($c); echo "Done\n"; ?> --EXPECTF-- Exception: Unsupported operand types Fatal error: Uncaught exception 'EngineException' with message 'Unsupported operand types' in %s:%d Stack trace: #0 {main} thrown in %s on line %d