Skip to content
Snippets Groups Projects
Commit d8f7a7f3 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

replace unset with array_pop

unset does not reset the Array's internal pointer which messes up later
calls. array_pop is still much faster than array_splice
parent a2842754
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment