Lines Matching refs:first
19 $mysqli->query('CREATE TABLE test (first int) ENGINE = InnoDB');
25 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
39 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
53 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
65 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
80 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
92 testStmtStoreResult($mysqli, 'first connection');
103 testStmtGetResult($mysqli, 'first connection');
114 testNormalQuery($mysqli, 'first connection');
125 testStmtUseResult($mysqli, 'first connection');
136 testResultFetchRow($mysqli, 'first connection');
148 Running query on first connection
149 Got %d for first connection
153 Running query on first connection
154 Got %d for first connection
158 Running query on first connection
159 Got %d for first connection
163 Running query on first connection
164 Got %d for first connection
168 Running query on first connection
169 Got 1 for first connection