* Date: 2019-08-09
* Author: Zeev Suraski, zeev@php.net
This is a clarifying FAQ for the idea presented on [[https://marc.info/?l=php-internals&m=156529545007909&w=2|internals@]]. It... re two big, substantial schools of thought in the PHP world. The first likes PHP roughly the way it is - dynamic, with strong BC bias and emphasis on simpl
a ====
Concerns about the [[https://marc.info/?l=php-internals&m=156529545007909&w=2|P++ idea]] are pr... be limited to loose vs strict ===
Progression of PHP may halt as any substantial changes are be opted ... to loose vs strict types. The difference between PHP and P++ could be very broad and unintuitive.
===... emantics. Concretely, we must have either:
<code php>
"120" > "99.9"; // true
</code>
or:
<code php>