mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
According to documentation the `if test ! ...` is preferred to `if ! test ...`. The later is not portable: https://www.gnu.org/software/autoconf/manual/autoconf-2.72/autoconf.html