C# Class Pchp.Core.StrictComparison

PHP strict comparison semantic.
Afficher le fichier Open project: iolevel/peachpie

Méthodes publiques

Méthode 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 méthode

public static Ceq ( PhpValue x, PhpValue y ) : bool
x PhpValue
y PhpValue
Résultat bool

Ceq() public static méthode

public static Ceq ( PhpValue x, bool by ) : bool
x PhpValue
by bool
Résultat bool

Ceq() public static méthode

public static Ceq ( bool bx, PhpValue y ) : bool
bx bool
y PhpValue
Résultat bool

Ceq() public static méthode

public static Ceq ( double dx, PhpValue y ) : bool
dx double
y PhpValue
Résultat bool

Ceq() public static méthode

public static Ceq ( long lx, PhpValue y ) : bool
lx long
y PhpValue
Résultat bool