file_globals_dtor  183 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  321 standard/file.c 	file_globals_dtor(&file_globals TSRMLS_CC);