HH\Lib\Legacy_FIXME\lte

Meta Engineer?

This is available as Legacy_FIXME\lte in the www repository.

Does the PHP style behaviour when doing <, <=, >, >=, <=>

namespace HH\Lib\Legacy_FIXME;

function lte(
  mixed $l,
  mixed $r,
): bool;

tl/dr this involves a lot of potential implicit coercions. see __cast_and_compare for the complete picture.

Parameters

  • mixed $l
  • mixed $r

Returns

  • bool