Home
last modified time | relevance | path

Searched refs:labels (Results 1 – 25 of 32) sorted by relevance

12

/PHP-8.3/.github/workflows/
H A Dremove-needs-feedback.yml13 …if: "github.repository_owner == 'php' && contains(github.event.issue.labels.*.name, 'Status: Needs…
19 - uses: actions-ecosystem/action-remove-labels@v1
21 labels: "Status: Needs Feedback"
22 - uses: actions-ecosystem/action-add-labels@v1
24 labels: "Status: Needs Triage"
H A Dclose-stale-prs.yml22 exempt-pr-labels: RFC,Waiting on Review
24 only-issue-labels: inexistent-label
25 only-pr-labels: Waiting on Author
H A Dclose-stale-feature-requests.yml23 only-issue-labels: "Status: Requires RFC,Feature"
25 only-pr-labels: inexistent-label
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_disasm.c304 HashTable labels; local
370 zend_hash_init(&labels, 8, NULL, NULL, 0);
377 zend_hash_index_add(&labels, addr, &zv);
397 zend_hash_index_add(&labels, addr, &zv);
408 zend_hash_index_add(&labels, addr, &zv);
414 zend_hash_sort(&labels, zend_jit_cmp_labels, 0);
418 ZEND_HASH_MAP_FOREACH_VAL(&labels, z) {
434 z = zend_hash_index_find(&labels, insn->address);
521 z = zend_hash_index_find(&labels, addr);
533 z = zend_hash_index_find(&labels, addr);
[all …]
/PHP-8.3/Zend/tests/
H A Dduplicate_label_error.phpt2 Duplicate labels are not allowed
H A Dnowdoc_012.phpt2 Test false labels
/PHP-8.3/.github/ISSUE_TEMPLATE/
H A Dfeature_request.yml3 labels: ["Feature", "Status: Needs Triage"]
H A Dbug_report.yml3 labels: ["Bug", "Status: Needs Triage"]
/PHP-8.3/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt76 /* #44842, labels starting with underscore */
H A Dparse_ini_file.phpt95 /* #44842, labels starting with underscore */
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_mips.h160 do { if ((size_t)((char *)pl-(char *)D->kind##labels) >= D->kind##size) { \
H A Ddasm_ppc.h160 do { if ((size_t)((char *)pl-(char *)D->kind##labels) >= D->kind##size) { \
H A Ddasm_arm.h161 do { if ((size_t)((char *)pl-(char *)D->kind##labels) >= D->kind##size) { \
H A Ddasm_arm64.h163 do { if ((size_t)((char *)pl-(char *)D->kind##labels) >= D->kind##size) { \
H A Ddasm_x86.h169 do { if ((size_t)((char *)pl-(char *)D->kind##labels) >= D->kind##size) { \
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h417 struct sljit_label *labels; member
H A DsljitNativeS390X.c1445 label = compiler->labels; in sljit_generate_code()
1526 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeSPARC_common.c327 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeARM_64.c262 label = compiler->labels; in sljit_generate_code()
H A DsljitLir.c707 compiler->labels = label; in set_label()
H A DsljitNativePPC_common.c441 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeX86_common.c609 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeARM_T2_32.c404 label = compiler->labels; in sljit_generate_code()
/PHP-8.3/Zend/
H A Dzend_compile.c318 CG(context).labels = NULL; in zend_oparray_context_begin()
328 if (CG(context).labels) { in zend_oparray_context_end()
329 zend_hash_destroy(CG(context).labels); in zend_oparray_context_end()
330 FREE_HASHTABLE(CG(context).labels); in zend_oparray_context_end()
331 CG(context).labels = NULL; in zend_oparray_context_end()
5333 if (CG(context).labels == NULL || in zend_resolve_goto_label()
5408 if (!CG(context).labels) { in zend_compile_label()
5409 ALLOC_HASHTABLE(CG(context).labels); in zend_compile_label()
5410 zend_hash_init(CG(context).labels, 8, NULL, label_ptr_dtor, 0); in zend_compile_label()
6106 if (CG(context).labels) { in zend_compile_try()
[all …]
H A Dzend_compile.h191 HashTable *labels; member

Completed in 118 milliseconds

12