mirror of
https://github.com/php/php-src.git
synced 2026-03-29 11:42:17 +02:00
shell_exec() can return null both when an error occurs or the program produces no output, or return false when popen failed, and treating null/false as an empty string has no effect on the behavior of phar here.