DEBSOURCES
Skip Quicknav
sources / xcache / 2.0.0-4 / debian / tests / debian-if.phpt
1234567891011
--TEST-- testing if condition --FILE-- <?php if (true) echo 'OK'; else echo 'FAILED' ?> --EXPECT-- OK