Skip to main content
deleted 12 characters in body
Source Link
Peilonrayz Mod
  • 44.6k
  • 33
  • 78

The banner you are seeing actually contains an explanation. You evenalso got a comment from one of the users involved in closing your question that explicitly asks you to "elaborate what the instructions are to accomplish".

To phrase that in a little less complicated englishEnglish:

We can see that you have some code. It seems to be doing what you want it to do. It's really difficult to understand what exactly you want by reading the code.

So you've been asked to explain better what the code does. It would probably help if you visually separated the expected output you expect from how PHP would var_dump it. It also would probably also help to put the output you expect into a "quote block""blockquote" to make clear that it's not the code you want reviewed.

As it is, your question is really hard to grasp when "just reading through it".

The banner you are seeing actually contains an explanation. You even got a comment from one of the users involved in closing your question that explicitly asks you to "elaborate what the instructions are to accomplish".

To phrase that in a little less complicated english:

We can see that you have some code. It seems to be doing what you want it to do. It's really difficult to understand what exactly you want by reading the code.

So you've been asked to explain better what the code does. It would probably help if you visually separated the output you expect from how PHP would var_dump it. It would probably also help to put the output you expect into a "quote block" to make clear that it's not the code you want reviewed.

As it is, your question is really hard to grasp when "just reading through it".

The banner you are seeing contains an explanation. You also got a comment from one of the users involved in closing your question that explicitly asks you to "elaborate what the instructions are to accomplish".

To phrase that in a little less complicated English:

We can see that you have some code. It seems to be doing what you want it to do. It's really difficult to understand what exactly you want by reading the code.

So you've been asked to explain better what the code does. It would probably help if you visually separated the expected output from how PHP would var_dump it. It also would probably help to put the output you expect into a "blockquote" to make clear that it's not the code you want reviewed.

As it is, your question is really hard to grasp when "just reading through it".

Source Link
Vogel612 Mod
  • 25.5k
  • 1
  • 38
  • 64

The banner you are seeing actually contains an explanation. You even got a comment from one of the users involved in closing your question that explicitly asks you to "elaborate what the instructions are to accomplish".

To phrase that in a little less complicated english:

We can see that you have some code. It seems to be doing what you want it to do. It's really difficult to understand what exactly you want by reading the code.

So you've been asked to explain better what the code does. It would probably help if you visually separated the output you expect from how PHP would var_dump it. It would probably also help to put the output you expect into a "quote block" to make clear that it's not the code you want reviewed.

As it is, your question is really hard to grasp when "just reading through it".