Home
last modified time | relevance | path

Searched refs:php_file_globals (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/standard/
H A Dfile.h127 } php_file_globals; typedef
130 #define FG(v) TSRMG(file_globals_id, php_file_globals *, v)
134 extern PHPAPI php_file_globals file_globals;
H A Dfile.c112 php_file_globals file_globals;
160 static void file_globals_ctor(php_file_globals *file_globals_p TSRMLS_DC) in file_globals_ctor()
168 static void file_globals_dtor(php_file_globals *file_globals_p TSRMLS_DC) in file_globals_dtor()
173 …STD_PHP_INI_ENTRY("user_agent", NULL, PHP_INI_ALL, OnUpdateString, user_agent, php_file_globals, f…
175 …_timeout", "60", PHP_INI_ALL, OnUpdateLong, default_socket_timeout, php_file_globals, file_globals)
176 …endings", "0", PHP_INI_ALL, OnUpdateLong, auto_detect_line_endings, php_file_globals, file_globals)
184 …ts_allocate_id(&file_globals_id, sizeof(php_file_globals), (ts_allocate_ctor) file_globals_ctor, (… in PHP_INI_END()

Completed in 15 milliseconds