source:
branches/version-2_11-dev/data/module/Compat/tests/function/ibase_timefmt.phpt
@
20119
| Revision 20119, 231 bytes checked in by nanasess, 15 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | --TEST-- |
| 2 | Function -- ibase_timefmt |
| 3 | --SKIPIF-- |
| 4 | <?php if (function_exists('ibase_timefmt')) { echo 'skip'; } ?> |
| 5 | --FILE-- |
| 6 | <?php |
| 7 | require_once 'PHP/Compat.php'; |
| 8 | PHP_Compat::loadFunction('ibase_timefmt'); |
| 9 | |
| 10 | echo 'test'; |
| 11 | ?> |
| 12 | --EXPECT-- |
| 13 | test |
Note: See TracBrowser
for help on using the repository browser.
