mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
- Fix issue with -y parameter hanlding (fix typo)
This commit is contained in:
+29
-35
@@ -890,8 +890,8 @@ spl_autoload_register('command_autoload');
|
||||
new PharCommand($argc, $argv);
|
||||
|
||||
__HALT_COMPILER(); ?>
|
||||
6 | ||||