Skip to content

Is it possible to handle '===' opcode? #39

Open
@dzentota

Description

@dzentota

How to intercept is identical (===) check ? e.g.

$o1 == $o2;

will trigger __compare() handler, while

$o1 === $o2;

doesn't trigger neither __compare() nor __doOperation() with \ZEngine\System\OpCode::IS_IDENTICAL;

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions