Home
last modified time | relevance | path

Searched refs:php_sqlite_open (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/sqlite/
H A Dsqlite.c1469 static struct php_sqlite_db *php_sqlite_open(char *filename, int mode, char *persistent_id, zval *r… in php_sqlite_open() function
1614 php_sqlite_open(fullpath, (int)mode, hashkey, return_value, errmsg, NULL TSRMLS_CC); in PHP_FUNCTION()
1671php_sqlite_open(fullpath ? fullpath : filename, (int)mode, NULL, return_value, errmsg, object TSRM… in PHP_FUNCTION()
1721php_sqlite_open(fullpath ? fullpath : filename, (int)mode, NULL, return_value, errmsg, return_valu… in PHP_FUNCTION()

Completed in 12 milliseconds