Home
last modified time | relevance | path

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

/PHP-5.5/Zend/tests/
H A Dnowdoc_012.phpt2 Test false labels
/PHP-5.5/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-5.5/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-5.5/Zend/
H A Dzend_compile.c185 CG(context).labels = NULL; in zend_init_compiler_context()
2311 if (!CG(context).labels) { in zend_do_label()
2312 ALLOC_HASHTABLE(CG(context).labels); in zend_do_label()
2313 zend_hash_init(CG(context).labels, 4, NULL, NULL, 0); in zend_do_label()
2319 …if (zend_hash_add(CG(context).labels, Z_STRVAL(label->u.constant), Z_STRLEN(label->u.constant) + 1… in zend_do_label()
2339 if (CG(context).labels == NULL || in zend_resolve_goto_label()
2340 …zend_hash_find(CG(context).labels, Z_STRVAL_P(label), Z_STRLEN_P(label)+1, (void**)&dest) == FAILU… in zend_resolve_goto_label()
2402 if (CG(context).labels) { in zend_release_labels()
2403 zend_hash_destroy(CG(context).labels); in zend_release_labels()
2404 FREE_HASHTABLE(CG(context).labels); in zend_release_labels()
[all …]
H A Dzend_compile.h65 HashTable *labels; member
H A Dzend_vm_execute.h40992 static const opcode_handler_t labels[] = { in zend_init_opcodes_handlers() local
45095 zend_opcode_handlers = (opcode_handler_t*)labels; in zend_init_opcodes_handlers()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic5796 # Sun disk labels
7332 # SGI disk labels - Nathan Scott <nathans@debian.org>

Completed in 334 milliseconds