Skip to content

Special type undefined #21677

@gzhegow1991

Description

@gzhegow1991

Description

Undefined === null; // true

function my_function($hello = 123)
{
var_dump($hello);
}

my_function(null); // > null
my_function(undefined); // > 123

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions