mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Rename sqlite_fetch_string() to sqlite_fetch_single() + alias
This commit is contained in:
parent
d6e84b639c
commit
add3674b20
3 changed files with 12 additions and 11 deletions
|
@ -51,7 +51,7 @@ PHP_FUNCTION(sqlite_array_query);
|
|||
PHP_FUNCTION(sqlite_single_query);
|
||||
|
||||
PHP_FUNCTION(sqlite_fetch_array);
|
||||
PHP_FUNCTION(sqlite_fetch_string);
|
||||
PHP_FUNCTION(sqlite_fetch_single);
|
||||
PHP_FUNCTION(sqlite_fetch_all);
|
||||
PHP_FUNCTION(sqlite_current);
|
||||
PHP_FUNCTION(sqlite_column);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue