Home
last modified time | relevance | path

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

/PHP-7.1/Zend/tests/
H A Dduplicate_label_error.phpt2 Duplicate labels are not allowed
H A Dnowdoc_012.phpt2 Test false labels
/PHP-7.1/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.1/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 DsljitNativeARM_32.c606 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 DsljitNativeX86_common.c471 label = compiler->labels; in sljit_generate_code()
/PHP-7.1/Zend/
H A Dzend_compile.c243 CG(context).labels = NULL; in zend_oparray_context_begin()
253 if (CG(context).labels) { in zend_oparray_context_end()
254 zend_hash_destroy(CG(context).labels); in zend_oparray_context_end()
255 FREE_HASHTABLE(CG(context).labels); in zend_oparray_context_end()
256 CG(context).labels = NULL; in zend_oparray_context_end()
4310 if (CG(context).labels == NULL || in zend_resolve_goto_label()
4385 if (!CG(context).labels) { in zend_compile_label()
4386 ALLOC_HASHTABLE(CG(context).labels); in zend_compile_label()
4387 zend_hash_init(CG(context).labels, 8, NULL, label_ptr_dtor, 0); in zend_compile_label()
4734 if (CG(context).labels) { in zend_compile_try()
[all …]
H A Dzend_compile.h198 HashTable *labels; member
H A Dzend_vm_execute.h57875 static const void *labels[] = { local
62664 zend_opcode_handlers = labels;
62665 zend_handlers_count = sizeof(labels) / sizeof(void*);
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic6723 # Sun disk labels
8300 # SGI disk labels - Nathan Scott <nathans@debian.org>
H A Dmagic私はガラスを食べられます6723 # Sun disk labels
8300 # SGI disk labels - Nathan Scott <nathans@debian.org>

Completed in 281 milliseconds