Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_memory_streams.h51 PHPAPI const char *_php_stream_mode_to_str(int mode);
/php-src/main/streams/
H A Dmemory.c276 PHPAPI const char *_php_stream_mode_to_str(int mode) in _php_stream_mode_to_str() function
298 stream = php_stream_alloc_rel(&php_stream_memory_ops, self, 0, _php_stream_mode_to_str(mode)); in _php_stream_memory_create()
558 stream = php_stream_alloc_rel(&php_stream_temp_ops, self, 0, _php_stream_mode_to_str(mode)); in _php_stream_temp_create_ex()

Completed in 10 milliseconds