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