Skip to content

Array equal Array #112

@Iris92

Description

@Iris92

Hello
Very nice class ;))
One thing is not working :
$_POST['b'] = $_POST['a']; // $_POST['a'] as an array
I had to replace my code with :
$_POST['b'] = array_replace([], $_POST['a']);
May be a small bug ;))
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions