Searched refs:LENGTH_UNITS (Results 1 – 2 of 2) sorted by relevance
19 public const LENGTH_UNITS = ['px', 'm', 'cm', 'mm', 'in', 'pt', 'pc']; define in LesserPHP\\Constants
61 if (($from_index = array_search($from, Constants::LENGTH_UNITS)) !== false) {63 if (in_array($to, Constants::LENGTH_UNITS)) {65 $to_index = array_search($to, Constants::LENGTH_UNITS);