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/pdo_dblib/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/pdo_dblib/tests/bug_68957.phpt |
--TEST-- PDO_DBLIB bug #68957 PDO::query doesn't support several queries --SKIPIF-- <?php if (!extension_loaded('pdo_dblib')) die('skip not loaded'); require dirname(__FILE__) . '/config.inc'; ?> --FILE-- <?php require dirname(__FILE__) . '/config.inc'; $query = "declare @myInt int = 1; select @myInt;"; $stmt = $db->query($query); $stmt->nextRowset(); // Added line $rows = $stmt->fetchAll(); print_r($rows); ?> --EXPECT-- Array ( [0] => Array ( [computed0] => 1 [0] => 1 ) )
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare