1--TEST--
2PHPT runner supports XFAIL section
3--FILE--
4<?php
5{syntaxError}
6echo "Should not see this";
7?>
8--XFAIL--
9Syntax Error in PHPT is supposed to fail
10--EXPECT--
11Should not see this
12