Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c114 if (db_obj->initialised) {
171 db_obj->initialised = 1;
200 if (db_obj->initialised) {
209 db_obj->initialised = 0;
291 if (db_obj->initialised) {
313 if (db_obj->initialised) {
498 stmt_obj->initialised = 1;
553 stmt_obj->initialised = 1;
1693 stmt_obj->initialised = 1;
2134 intern->initialised = 0;
[all …]
H A Dphp_sqlite3_structs.h74 int initialised; member
129 int initialised; member
/PHP-7.0/Zend/tests/
H A Dbug70912.phpt2 Bug #70912 (Null ptr dereference when class property is initialised to a dereferenced value)
H A DselfParent_001.phpt2 Test when constants are initialised. See also selfParent_002.phpt.
H A DselfParent_002.phpt2 Test when constants are initialised. See also selfParent_001.phpt.
/PHP-7.0/ext/sqlite3/tests/
H A Dsqlite3_31_open.phpt22 %string|unicode%(29) "Already initialised DB Object"
H A Dbug66550.phpt22 Warning: SQLite3Stmt::reset(): The SQLite3 object has not been correctly initialised in %s
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt50 Warning: SQLite3Result::numColumns(): The SQLite3Result object has not been correctly initialised i…
/PHP-7.0/tests/lang/
H A Dbug20175.phpt13 * being initialised. In case initialisation is necessary foo_global() will be
62 * initialised in second call to wow_static() and hence shouldn't call

Completed in 23 milliseconds