4 <?php if (!extension_loaded("bbcode")) print "skip"; ?>
8 * you can add regression tests for your extension here
10 * the output of your test code has to be equal to the
11 * text in the --EXPECT-- section below for the tests
12 * to pass, differences between the output and the
13 * expected text are interpreted as failure
15 * see php7/README.TESTING for further information on
16 * writing regression tests