Searched refs:_php_stream_mode_to_str (Results 1 – 2 of 2) sorted by relevance
53 PHPAPI const char *_php_stream_mode_to_str(int mode);
288 PHPAPI const char *_php_stream_mode_to_str(int mode) in _php_stream_mode_to_str() function312 stream = php_stream_alloc_rel(&php_stream_memory_ops, self, 0, _php_stream_mode_to_str(mode)); in _php_stream_memory_create()586 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 7 milliseconds