-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/sqlite3/tests/
File Upload :
Current File : //usr/src/php/ext/sqlite3/tests/sqlite3_17_version.phpt

--TEST--
SQLite3::version()
--SKIPIF--
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
--FILE--
<?php
print_r(SQLite3::version());
echo "Done\n";
?>
--EXPECTF--
Array
(
    [versionString] => %s
    [versionNumber] => %d
)
Done

Copyright © 2017 || Recoded By Mr.Bumblebee