Home
last modified time | relevance | path

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

/PHP-5.3/Zend/tests/
H A Dnowdoc_012.phpt2 Test false labels
/PHP-5.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-5.3/Zend/
H A Dzend_globals.h140 HashTable *labels; member
H A Dzend_compile.c155 CG(labels) = NULL; in zend_init_compiler_data_structures()
1401 CG(labels) = NULL; in zend_do_begin_function_declaration()
1875 if (!CG(labels)) { in zend_do_label()
1876 ALLOC_HASHTABLE(CG(labels)); in zend_do_label()
1877 zend_hash_init(CG(labels), 4, NULL, NULL, 0); in zend_do_label()
1897 if (CG(labels) == NULL || in zend_resolve_goto_label()
1959 if (CG(labels)) { in zend_release_labels()
1960 zend_hash_destroy(CG(labels)); in zend_release_labels()
1961 FREE_HASHTABLE(CG(labels)); in zend_release_labels()
1967 CG(labels) = *pht; in zend_release_labels()
[all …]
H A Dzend_vm_execute.h30147 static const opcode_handler_t labels[] = { in zend_init_opcodes_handlers() local
34000 zend_opcode_handlers = (opcode_handler_t*)labels; in zend_init_opcodes_handlers()
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic5253 # Sun disk labels
6402 # SGI disk labels - Nathan Scott <nathans@debian.org>

Completed in 114 milliseconds