const_filenames 302 Zend/zend_compile.c zend_hash_init(&CG(const_filenames), 8, NULL, NULL, 0); const_filenames 333 Zend/zend_compile.c zend_hash_destroy(&CG(const_filenames)); const_filenames 5525 Zend/zend_compile.c zend_string *filename = zend_hash_find_ptr(&CG(const_filenames), lookup_name); const_filenames 5606 Zend/zend_compile.c zend_hash_add_ptr(&CG(const_filenames), name, CG(compiled_filename)); const_filenames 107 Zend/zend_globals.h HashTable const_filenames;