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