Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/odbc/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/odbc/tests/odbc_tables_001.phpt |
--TEST-- odbc_tables(): Basic test --SKIPIF-- <?php include 'skipif.inc'; ?> --FILE-- <?php include 'config.inc'; $conn = odbc_connect($dsn, $user, $pass); var_dump($result = odbc_tables($conn, '', '', '', '')); var_dump(odbc_fetch_row($result)); var_dump($result = odbc_tables($conn, NULL, NULL, NULL, NULL)); var_dump(odbc_fetch_row($result)); var_dump($result = odbc_tables($conn, 'FOO', 'FOO', 'FOO', 'FOO')); var_dump(odbc_fetch_row($result)); ?> --EXPECTF-- resource(%d) of type (odbc result) bool(false) resource(%d) of type (odbc result) bool(false) resource(%d) of type (odbc result) bool(false)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare