Home
last modified time | relevance | path

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

/PHP-8.2/ext/sqlite3/
H A Dsqlite3.c70 zend_class_entry *php_sqlite3_stmt_entry; variable
520 object_init_ex(return_value, php_sqlite3_stmt_entry); in PHP_METHOD()
576 object_init_ex(&stmt, php_sqlite3_stmt_entry); in PHP_METHOD()
2428 php_sqlite3_stmt_entry = register_class_SQLite3Stmt(); in PHP_MINIT_FUNCTION()
2429 php_sqlite3_stmt_entry->create_object = php_sqlite3_stmt_object_new; in PHP_MINIT_FUNCTION()
2430 php_sqlite3_stmt_entry->default_object_handlers = &sqlite3_stmt_object_handlers; in PHP_MINIT_FUNCTION()

Completed in 10 milliseconds