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/pgsql/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/pgsql/tests/10pg_convert_json_array.phpt |
--TEST-- PostgreSQL pg_convert() and JSON/Array --SKIPIF-- <?php include("skipif.inc"); skip_server_version('9.2'); ?> --FILE-- <?php error_reporting(E_ALL); include 'config.inc'; $db = pg_connect($conn_str); $fields = array( 'textary'=>'{"meeting", "lunch", "training", "presentation"}', 'jsn'=>'{"f1":1,"f2":"foo"}', ); $converted = pg_convert($db, $table_name_92, $fields); var_dump($converted); if (!pg_insert($db, $table_name_92, $fields)) { echo "Error\n"; } else { echo "OK\n"; } ?> --EXPECT-- array(2) { [""textary""]=> string(51) "E'{"meeting", "lunch", "training", "presentation"}'" [""jsn""]=> string(22) "E'{"f1":1,"f2":"foo"}'" } OK
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare