Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfile.h108 #define FG(v) ZEND_TSRMG(file_globals_id, php_file_globals *, v)
109 extern PHPAPI int file_globals_id;
H A Dfile.c97 int file_globals_id; variable
174 …ts_allocate_id(&file_globals_id, sizeof(php_file_globals), (ts_allocate_ctor) file_globals_ctor, (… in PHP_INI_END()

Completed in 17 milliseconds