Lines Matching refs:first
20 $mysqli->query('CREATE TABLE test (first int) ENGINE = InnoDB');
26 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
40 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
54 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
66 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
81 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
93 testStmtStoreResult($mysqli, 'first connection');
104 testStmtGetResult($mysqli, 'first connection');
115 testNormalQuery($mysqli, 'first connection');
126 testStmtUseResult($mysqli, 'first connection');
137 testResultFetchRow($mysqli, 'first connection');
149 Running query on first connection
150 Got %d for first connection
154 Running query on first connection
155 Got %d for first connection
159 Running query on first connection
160 Got %d for first connection
164 Running query on first connection
165 Got %d for first connection
169 Running query on first connection
170 Got 1 for first connection