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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/pgsql/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/ext/pgsql/tests/bug76548.phpt |
--TEST-- Bug #76548 pg_fetch_result did not fetch the next row --SKIPIF-- <?php include("skipif.inc"); ?> --FILE-- <?php include('config.inc'); $conn = pg_connect($conn_str); $result = pg_query($conn, 'SELECT v FROM (VALUES (1), (2), (3)) AS t(v)'); while ($value = pg_fetch_result($result, 0)) { var_dump($value); // should be 1, 2 then 3. } ?> ==DONE== --EXPECTF-- string(1) "1" string(1) "2" string(1) "3" ==DONE==
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare