Home
last modified time | relevance | path

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

/PHP-7.0/Zend/tests/
H A Dduplicate_label_error.phpt2 Duplicate labels are not allowed
H A Dnowdoc_012.phpt2 Test false labels
/PHP-7.0/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.0/Zend/
H A Dzend_compile.c228 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 …]
H A Dzend_compile.h123 HashTable *labels; member
H A Dzend_vm_execute.h45997 static const void *labels[] = { local
50325 zend_opcode_handlers = labels;
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitLir.h303 struct sljit_label *labels; member
H A DsljitNativeSPARC_common.c295 label = compiler->labels; in sljit_generate_code()
H A DsljitLir.c597 compiler->labels = label; in set_label()
H A DsljitNativeARM_64.c231 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeARM_T2_32.c365 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeMIPS_common.c383 label = compiler->labels; in sljit_generate_code()
H A DsljitNativePPC_common.c348 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeTILEGX_64.c1020 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeARM_32.c606 label = compiler->labels; in sljit_generate_code()
H A DsljitNativeX86_common.c471 label = compiler->labels; in sljit_generate_code()
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic6723 # Sun disk labels
8300 # SGI disk labels - Nathan Scott <nathans@debian.org>

Completed in 235 milliseconds