Home
last modified time | relevance | path

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

/PHP-7.2/Zend/tests/
H A Dduplicate_label_error.phpt2 Duplicate labels are not allowed
H A Dnowdoc_012.phpt2 Test false labels
/PHP-7.2/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.2/ext/pcre/pcrelib/sljit/
H A DsljitLir.h302 struct sljit_label *labels; member
H A DsljitNativeSPARC_common.c304 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeARM_T2_32.c373 label = compiler->labels; in sljit_generate_code()
H A DsljitLir.c635 compiler->labels = label; in set_label()
H A DsljitNativeARM_32.c618 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeARM_64.c236 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeMIPS_common.c388 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeTILEGX_64.c1020 label = compiler->labels; in sljit_generate_code()
H A DsljitNativePPC_common.c358 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeX86_common.c500 label = compiler->labels; in sljit_generate_code()
/PHP-7.2/Zend/
H A Dzend_compile.c245 CG(context).labels = NULL; in zend_oparray_context_begin()
255 if (CG(context).labels) { in zend_oparray_context_end()
256 zend_hash_destroy(CG(context).labels); in zend_oparray_context_end()
257 FREE_HASHTABLE(CG(context).labels); in zend_oparray_context_end()
258 CG(context).labels = NULL; in zend_oparray_context_end()
4557 if (CG(context).labels == NULL || in zend_resolve_goto_label()
4632 if (!CG(context).labels) { in zend_compile_label()
4633 ALLOC_HASHTABLE(CG(context).labels); in zend_compile_label()
4634 zend_hash_init(CG(context).labels, 8, NULL, label_ptr_dtor, 0); in zend_compile_label()
5085 if (CG(context).labels) { in zend_compile_try()
[all …]
H A Dzend_compile.h199 HashTable *labels; member
H A Dzend_vm_execute.h54821 static const void* labels[] = { local
59745 zend_opcode_handlers = (const void **) labels;
59746 zend_handlers_count = sizeof(labels) / sizeof(void*);
63811 static const void *labels[] = { local
68937 zend_opcode_handler_funcs = labels;
68941 zend_opcode_handlers = labels;
68942 zend_handlers_count = sizeof(labels) / sizeof(void*);
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic8611 # Sun disk labels
10204 # SGI disk labels - Nathan Scott <nathans@debian.org>
H A Dmagic私はガラスを食べられます8611 # Sun disk labels
10204 # SGI disk labels - Nathan Scott <nathans@debian.org>

Completed in 460 milliseconds