Skip to content

Added escape parameter to SplFileObject::fputcsv #912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

salathe
Copy link
Contributor

@salathe salathe commented Nov 22, 2014

@smalyshev
Copy link
Contributor

@salathe Test SplFileObject_fputcsv_error.phpt fails, please fix.

@salathe salathe force-pushed the splfileobject-fputcsv-escape branch from 63790f9 to f9f4af5 Compare November 24, 2014 20:14
@salathe
Copy link
Contributor Author

salathe commented Nov 24, 2014

@smalyshev that'll teach me for just running the one new test! Updated SplFileObject_fputcsv_error.phpt as appropriate. None of the SPL tests fail. 😄

@jpauli
Copy link
Member

jpauli commented Nov 28, 2014

Hi,
I'm trying to merge that.
I fail on master about this test. There seems to be an & missing, like if the reflection returned references and not any more in master.

003+ object(ReflectionParameter)#2 (1) {
003- &object(ReflectionParameter)#2 (1) {
008+ object(ReflectionParameter)#3 (1) {
008- &object(ReflectionParameter)#3 (1) {
013+ object(ReflectionParameter)#4 (1) {
013- &object(ReflectionParameter)#4 (1) {
018+ object(ReflectionParameter)#5 (1) {
018- &object(ReflectionParameter)#5 (1) {

Should we fix the tests against master as well ?

@salathe
Copy link
Contributor Author

salathe commented Nov 28, 2014

@jpauli Feel free to change the test in master for the different output.

@jpauli
Copy link
Member

jpauli commented Nov 29, 2014

Asking Dmitry about it ...

@jpauli
Copy link
Member

jpauli commented Dec 4, 2014

Ok, so the tests should be patched against master.
Will do it and merge that soon

@php-pulls
Copy link

Comment on behalf of jpauli at php.net:

Merged

@php-pulls php-pulls closed this Dec 5, 2014
@salathe salathe deleted the splfileobject-fputcsv-escape branch December 5, 2014 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants