file_globals_ctor  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_ctor  185 standard/file.c 	file_globals_ctor(&file_globals TSRMLS_CC);