Home
last modified time | relevance | path

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

/PHP-7.3/Zend/tests/
H A Dduplicate_label_error.phpt2 Duplicate labels are not allowed
H A Dnowdoc_012.phpt2 Test false labels
/PHP-7.3/ext/standard/tests/general_functions/
H A Dparse_ini_string_002.phpt79 /* #44842, labels starting with underscore */
H A Dparse_ini_file.phpt99 /* #44842, labels starting with underscore */
/PHP-7.3/Zend/
H A Dzend_compile.c256 CG(context).labels = NULL; in zend_oparray_context_begin()
266 if (CG(context).labels) { in zend_oparray_context_end()
267 zend_hash_destroy(CG(context).labels); in zend_oparray_context_end()
268 FREE_HASHTABLE(CG(context).labels); in zend_oparray_context_end()
269 CG(context).labels = NULL; in zend_oparray_context_end()
4604 if (CG(context).labels == NULL || in zend_resolve_goto_label()
4679 if (!CG(context).labels) { in zend_compile_label()
4680 ALLOC_HASHTABLE(CG(context).labels); in zend_compile_label()
4681 zend_hash_init(CG(context).labels, 8, NULL, label_ptr_dtor, 0); in zend_compile_label()
5139 if (CG(context).labels) { in zend_compile_try()
[all …]
H A Dzend_compile.h197 HashTable *labels; member
H A Dzend_vm_execute.h51423 static const void * const labels[] = { local
55346 zend_opcode_handlers = (const void **) labels;
55347 zend_handlers_count = sizeof(labels) / sizeof(void*);
60942 static const void * const labels[] = { local
65068 zend_opcode_handler_funcs = labels;
65072 zend_opcode_handlers = labels;
65073 zend_handlers_count = sizeof(labels) / sizeof(void*);
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h367 struct sljit_label *labels; member
H A DsljitNativeSPARC_common.c320 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeARM_64.c246 label = compiler->labels; in sljit_generate_code()
H A DsljitLir.c663 compiler->labels = label; in set_label()
H A DsljitNativeMIPS_common.c406 label = compiler->labels; in sljit_generate_code()
H A DsljitNativePPC_common.c361 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeARM_T2_32.c386 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeTILEGX_64.c1020 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeARM_32.c630 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeX86_common.c511 label = compiler->labels; in sljit_generate_code()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic94 # TrID labels above as "Acorn PackDir compressed Archive"
9245 # Sun disk labels
10848 # SGI disk labels - Nathan Scott <nathans@debian.org>
H A Dmagic私はガラスを食べられます94 # TrID labels above as "Acorn PackDir compressed Archive"
9245 # Sun disk labels
10848 # SGI disk labels - Nathan Scott <nathans@debian.org>

Completed in 338 milliseconds