imports_function  251 Zend/zend_compile.c 	if (FC(imports_function)) {
imports_function  252 Zend/zend_compile.c 		zend_hash_destroy(FC(imports_function));
imports_function  253 Zend/zend_compile.c 		efree(FC(imports_function));
imports_function  254 Zend/zend_compile.c 		FC(imports_function) = NULL;
imports_function  279 Zend/zend_compile.c 	FC(imports_function) = NULL;
imports_function  814 Zend/zend_compile.c 		name, type, is_fully_qualified, 0, FC(imports_function));
imports_function 4808 Zend/zend_compile.c 	if (FC(imports_function)) {
imports_function 4809 Zend/zend_compile.c 		zend_string *import_name = zend_hash_find_ptr(FC(imports_function), lcname);
imports_function 5395 Zend/zend_compile.c 			if (!FC(imports_function)) {
imports_function 5396 Zend/zend_compile.c 				FC(imports_function) = emalloc(sizeof(HashTable));
imports_function 5397 Zend/zend_compile.c 				zend_hash_init(FC(imports_function), 8, NULL, str_dtor, 0);
imports_function 5399 Zend/zend_compile.c 			return FC(imports_function);
imports_function  136 Zend/zend_compile.h 	HashTable *imports_function;