Lines Matching refs:first
18 $mysqli->query('CREATE TABLE test (first int) ENGINE = InnoDB');
24 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
38 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
52 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
64 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
79 $query = "SELECT first FROM test WHERE first = 1 FOR UPDATE";
91 testStmtStoreResult($mysqli, 'first connection');
102 testStmtGetResult($mysqli, 'first connection');
113 testNormalQuery($mysqli, 'first connection');
124 testStmtUseResult($mysqli, 'first connection');
135 testResultFetchRow($mysqli, 'first connection');
147 Running query on first connection
148 Got %d for first connection
152 Running query on first connection
153 Got %d for first connection
157 Running query on first connection
158 Got %d for first connection
162 Running query on first connection
163 Got %d for first connection
167 Running query on first connection
168 Got 1 for first connection