Home
last modified time | relevance | path

Searched refs:const_filenames (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_globals.h108 HashTable const_filenames; member
H A Dzend_compile.c321 zend_hash_init(&CG(const_filenames), 8, NULL, NULL, 0); in zend_init_compiler_data_structures()
352 zend_hash_destroy(&CG(const_filenames)); in shutdown_compiler()
6200 zend_string *filename = zend_hash_find_ptr(&CG(const_filenames), lookup_name); in zend_check_use_conflict()
6343 zend_hash_add_ptr(&CG(const_filenames), name, CG(compiled_filename)); in zend_compile_const_decl()

Completed in 28 milliseconds