C# Class Pchp.Core.StrictComparison

PHP strict comparison semantic.
Exibir arquivo Open project: iolevel/peachpie

Public Methods

Method Description
Ceq ( PhpValue x, PhpValue y ) : bool
Ceq ( PhpValue x, bool by ) : bool
Ceq ( bool bx, PhpValue y ) : bool
Ceq ( double dx, PhpValue y ) : bool
Ceq ( long lx, PhpValue y ) : bool

Method Details

Ceq() public static method

public static Ceq ( PhpValue x, PhpValue y ) : bool
x PhpValue
y PhpValue
return bool

Ceq() public static method

public static Ceq ( PhpValue x, bool by ) : bool
x PhpValue
by bool
return bool

Ceq() public static method

public static Ceq ( bool bx, PhpValue y ) : bool
bx bool
y PhpValue
return bool

Ceq() public static method

public static Ceq ( double dx, PhpValue y ) : bool
dx double
y PhpValue
return bool

Ceq() public static method

public static Ceq ( long lx, PhpValue y ) : bool
lx long
y PhpValue
return bool