Searched refs:label2 (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/opcache/tests/ |
H A D | jmpz_jmp_elim.phpt | 11 if ($undef) { goto label2; } 12 label2:
|
/php-src/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_native_dup_named_placeholder.phpt | 17 …tf('CREATE TABLE test_prepare_native_dup_named(id INT, label1 CHAR(255), label2 CHAR(255)) ENGINE=… 25 …$stmt = $db->prepare('INSERT INTO test_prepare_native_dup_named(id, label1, label2) VALUES (1, :pl… 34 … $stmt = $db->prepare('SELECT id, label1, label2 FROM test_prepare_native_dup_named WHERE id = 1'); 44 …$stmt = $db->prepare('INSERT INTO test_prepare_native_dup_named(id, label1, label2) VALUES(2, :pla… 53 … $stmt = $db->prepare('SELECT id, label1, label2 FROM test_prepare_native_dup_named WHERE id = 2'); 62 …$db->exec("INSERT INTO test_prepare_native_dup_named (id, label1, label2) VALUES (1, 'row1', 'row2… 119 ["label2"]=>
|
H A D | pdo_mysql_stmt_getcolumnmeta.phpt | 266 …'CREATE TABLE test_stmt_getcolumnmeta(id INT, label1 INT, label2 INT, INDEX idx1(label1, label2)) … 268 $db->exec('INSERT INTO test_stmt_getcolumnmeta(id, label1, label2) VALUES (1, 2, 3)'); 269 $stmt = $db->query('SELECT id, label1, label2 FROM test_stmt_getcolumnmeta');
|
/php-src/ |
H A D | configure.ac | 170 label2: 172 static void *adr[] = { &&label1, &&label2 };
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 7162 uint32_t label2 = (smart_branch_opcode == ZEND_JMPZ || smart_branch_opcode == ZEND_JMPZ_EX) ? in zend_jit_cmp() local 7198 _zend_jit_add_predecessor_ref(jit, label2, jit->b, ir_END()); in zend_jit_cmp()
|
Completed in 45 milliseconds