Home
last modified time | relevance | path

Searched refs:idx1 (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_ddl.phpt54 exec_and_count(5, $db, 'CREATE INDEX idx1 ON pdo_exec_ddl(id)', 0);
55 exec_and_count(6, $db, 'DROP INDEX idx1 ON pdo_exec_ddl', 0);
H A Dpdo_mysql_prepare_match_against.phpt19 $db->exec('CREATE FULLTEXT INDEX idx1 ON test(label)');
H A Dpdo_mysql_prepare_native.phpt164 … if (is_object(prepex(22, $db, 'CREATE FULLTEXT INDEX idx1 ON test(label)', null, null, true))) {
275 … if (is_object(prepex(53, $db, 'CREATE FULLTEXT INDEX idx1 ON test(label)', null, null, true))) {
H A Dpdo_mysql_prepare_emulated.phpt158 if (is_object(prepex(29, $db, 'CREATE FULLTEXT INDEX idx1 ON test(label)'))) {
263 if (is_object(prepex(70, $db, 'CREATE FULLTEXT INDEX idx1 ON test(label)'))) {
H A Dpdo_mysql_stmt_getcolumnmeta.phpt271 …$sql = sprintf('CREATE TABLE test(id INT, label1 INT, label2 INT, INDEX idx1(label1, label2)) ENGI…
/PHP-8.1/Zend/
H A Dzend_hash.c2623 uint32_t idx1, idx2; in zend_hash_compare_impl() local
2629 for (idx1 = 0, idx2 = 0; idx1 < ht1->nNumUsed; idx1++) { in zend_hash_compare_impl()
2630 Bucket *p1 = ht1->arData + idx1, *p2; in zend_hash_compare_impl()

Completed in 20 milliseconds