Skip to content

Non-static method PEAR::isError() #2

@BesedinSasha

Description

@BesedinSasha

in Protocol.php in line 73
PEAR::isError() is not a static method

PEAR Version: 1.9.4
PHP Version: 5.3.16
OS Windows 7

I fixed this by creating an object:

$pear = new PEAR;
if ($pear->isError($hdr = Net_EPP_Protocol::_fread_nb($socket,4))) {
return $hdr;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions