Searched refs:php_stream_temp_ops (Results 1 – 2 of 2) sorted by relevance
52 extern PHPAPI php_stream_ops php_stream_temp_ops;57 #define PHP_STREAM_IS_TEMP &php_stream_temp_ops
538 PHPAPI php_stream_ops php_stream_temp_ops = { variable560 …stream = php_stream_alloc_rel(&php_stream_temp_ops, self, 0, mode & TEMP_STREAM_READONLY ? "rb" : … in _php_stream_temp_create()
Completed in 9 milliseconds