Home
last modified time | relevance | path

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

/PHP-7.4/Zend/tests/
H A Dduplicate_label_error.phpt2 Duplicate labels are not allowed
H A Dnowdoc_012.phpt2 Test false labels
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt79 /* #44842, labels starting with underscore */
H A Dparse_ini_file.phpt97 /* #44842, labels starting with underscore */
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h378 struct sljit_label *labels; member
H A DsljitNativeSPARC_common.c323 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeARM_64.c265 label = compiler->labels; in sljit_generate_code()
H A DsljitLir.c695 compiler->labels = label; in set_label()
H A DsljitNativeTILEGX_64.c1020 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeMIPS_common.c532 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeARM_T2_32.c389 label = compiler->labels; in sljit_generate_code()
H A DsljitNativePPC_common.c416 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeARM_32.c633 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeX86_common.c514 label = compiler->labels; in sljit_generate_code()
/PHP-7.4/Zend/
H A Dzend_compile.c248 CG(context).labels = NULL; in zend_oparray_context_begin()
258 if (CG(context).labels) { in zend_oparray_context_end()
259 zend_hash_destroy(CG(context).labels); in zend_oparray_context_end()
260 FREE_HASHTABLE(CG(context).labels); in zend_oparray_context_end()
261 CG(context).labels = NULL; in zend_oparray_context_end()
4436 if (CG(context).labels == NULL || in zend_resolve_goto_label()
4511 if (!CG(context).labels) { in zend_compile_label()
4512 ALLOC_HASHTABLE(CG(context).labels); in zend_compile_label()
4513 zend_hash_init(CG(context).labels, 8, NULL, label_ptr_dtor, 0); in zend_compile_label()
4970 if (CG(context).labels) { in zend_compile_try()
[all …]
H A Dzend_compile.h193 HashTable *labels; member
H A Dzend_vm_execute.h50087 static const void * const labels[] = { local
53293 zend_opcode_handlers = (const void **) labels;
53294 zend_handlers_count = sizeof(labels) / sizeof(void*);
57624 static const void * const labels[] = { local
61029 zend_opcode_handler_funcs = labels;
61033 zend_opcode_handlers = labels;
61034 zend_handlers_count = sizeof(labels) / sizeof(void*);
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます94 # TrID labels above as "Acorn PackDir compressed Archive"
10172 # Sun disk labels
11796 # SGI disk labels - Nathan Scott <nathans@debian.org>
19539 >>9 string LBL labels
H A Dmagic94 # TrID labels above as "Acorn PackDir compressed Archive"
10172 # Sun disk labels
11796 # SGI disk labels - Nathan Scott <nathans@debian.org>
19539 >>9 string LBL labels

Completed in 407 milliseconds