Searched refs:php_sqlite_open (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/ext/sqlite/ |
H A D | sqlite.c | 1469 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() 1671 …php_sqlite_open(fullpath ? fullpath : filename, (int)mode, NULL, return_value, errmsg, object TSRM… in PHP_FUNCTION() 1721 …php_sqlite_open(fullpath ? fullpath : filename, (int)mode, NULL, return_value, errmsg, return_valu… in PHP_FUNCTION()
|
Completed in 15 milliseconds