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