mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
improvement of6cec58d9(Use exact word for parameter scroll 74493, 2017-04-25). some options are rendered with surrounding white-space (e.g. in front of "scale" for `bcdiv()`s' scale parameter [1]. fix is to not compare the word against surrounding spaces (UCS-0020) etc. by removal through ECMAScript 5 15.5.4.20 String.prototype.trim(), 2009-12-03. finally fix the lines' indent. 74493: https://bugs.php.net/bug.php?id=74493 [1]: https://php.net/manual/en/function.bcdiv.php ref:6cec58d94bCloses GH-460.