Searched refs:labels (Results 1 – 18 of 18) sorted by relevance
2 Duplicate labels are not allowed
2 Test false labels
79 /* #44842, labels starting with underscore */
99 /* #44842, labels starting with underscore */
228 CG(context).labels = NULL; in zend_oparray_context_begin()234 if (CG(context).labels) { in zend_oparray_context_end()235 zend_hash_destroy(CG(context).labels); in zend_oparray_context_end()236 FREE_HASHTABLE(CG(context).labels); in zend_oparray_context_end()237 CG(context).labels = NULL; in zend_oparray_context_end()3745 if (CG(context).labels == NULL || in zend_resolve_goto_label()3820 if (!CG(context).labels) { in zend_compile_label()3821 ALLOC_HASHTABLE(CG(context).labels); in zend_compile_label()3822 zend_hash_init(CG(context).labels, 8, NULL, label_ptr_dtor, 0); in zend_compile_label()4177 if (CG(context).labels) { in zend_compile_try()[all …]
123 HashTable *labels; member
45997 static const void *labels[] = { local50325 zend_opcode_handlers = labels;
303 struct sljit_label *labels; member
295 label = compiler->labels; in sljit_generate_code()
597 compiler->labels = label; in set_label()
231 label = compiler->labels; in sljit_generate_code()
365 label = compiler->labels; in sljit_generate_code()
383 label = compiler->labels; in sljit_generate_code()
348 label = compiler->labels; in sljit_generate_code()
1020 label = compiler->labels; in sljit_generate_code()
606 label = compiler->labels; in sljit_generate_code()
471 label = compiler->labels; in sljit_generate_code()
6723 # Sun disk labels8300 # SGI disk labels - Nathan Scott <nathans@debian.org>
Completed in 263 milliseconds