I would agree on this behavior: 
 

> 1. createStream() MUST return a stream with the internal file-pointer at 0.
> 2. createStreamFromFile() MUST return a stream with the internal 
> file-pointer at 0.
> 3. createStreamFromResource() MUST NOT modify the internal file-pointer.

 
I have experienced some issue where I thought this would be the behavior, 
and used time on figuring out why I didn't get any output until I figured 
out I needed to rewind the point on my own. If we have different behavior 
on this, I can't change the implementation, which is the idea of the 
standards, where some I need to rewind and others I don't...

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/867dbda0-78d6-4d0d-9d8d-da8e98e918f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to