--TEST-- ZE2 An abstract class cannot be instantiated --SKIPIF-- --FILE-- show(); $t = new fail(); $t->show(); echo "Done\n"; // shouldn't be displayed ?> --EXPECTF-- Call to function show() Fatal error: Cannot instantiate abstract class fail in %s on line %d