file_globals_dtor  184 ext/standard/file.c 	ts_allocate_id(&file_globals_id, sizeof(php_file_globals), (ts_allocate_ctor) file_globals_ctor, (ts_allocate_dtor) file_globals_dtor);
file_globals_dtor  330 ext/standard/file.c 	file_globals_dtor(&file_globals TSRMLS_CC);