php_file_globals 111 standard/file.c php_file_globals file_globals; php_file_globals 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); php_file_globals 132 standard/file.h #define FG(v) TSRMG(file_globals_id, php_file_globals *, v) php_file_globals 136 standard/file.h extern PHPAPI php_file_globals file_globals;