Home
last modified time | relevance | path

Searched refs:file_globals_id (Results 1 – 2 of 2) sorted by last modified time

/php-src/ext/standard/
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()
H A Dfile.h108 #define FG(v) ZEND_TSRMG(file_globals_id, php_file_globals *, v)
109 extern PHPAPI int file_globals_id;

Completed in 17 milliseconds