--TEST-- Test that right braces are escaped correctly and that error messages are correct when they're not --SKIPIF-- --FILE-- getMessage(), $test[1]) === false) { print_r("Wrong error message returned for test string ".$test[0].". Expected ".$test[1].", actual output:\n"); print_r($e->getMessage); echo "\n"; } } } echo "Done.\n"; ?> --EXPECT-- Done.