Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c113 if (db_obj->initialised) {
164 db_obj->initialised = 1;
193 if (db_obj->initialised) {
200 db_obj->initialised = 0;
483 stmt_obj->initialised = 1;
541 stmt_obj->initialised = 1;
566 stmt_obj->initialised = 0;
1654 stmt_obj->initialised = 1;
2093 intern->initialised = 0;
2115 if (intern->initialised) {
[all …]
H A Dphp_sqlite3_structs.h77 int initialised; member
120 int initialised; member
/PHP-5.5/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-5.5/Zend/tests/
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-5.5/tests/lang/
H A Dbug20175.phpt15 * being initialised. In case initialisation is necessary foo_global() will be
64 * initialised in second call to wow_static() and hence shouldn't call

Completed in 18 milliseconds