Skip to content
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

'PHP' API renderer wraps arrays in another array when rendering #6203

Closed
diosmosis opened this issue Sep 13, 2014 · 1 comment
Closed

'PHP' API renderer wraps arrays in another array when rendering #6203

diosmosis opened this issue Sep 13, 2014 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.

Comments

@diosmosis
Copy link
Member

When an array like array('nb_visits' => 0, 'nb_actions' => 2) is rendered w/ format=php, the result will be array(array('nb_visits' => 0, 'nb_actions' => 2)).

@diosmosis diosmosis added the Bug For errors / faults / flaws / inconsistencies etc. label Sep 13, 2014
@mattab mattab added this to the Short term milestone Sep 14, 2014
@mattab mattab modified the milestones: Short term, Mid term Apr 7, 2015
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
@tsteur
Copy link
Member

tsteur commented Feb 20, 2024

This PHP renderer is no longer available

@tsteur tsteur closed this as completed Feb 20, 2024
@tsteur tsteur reopened this Feb 20, 2024
@tsteur tsteur closed this as not planned Won't fix, can't repro, duplicate, stale Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

3 participants