]> granicus.if.org Git - php/commit
Fix stub for Phar::setStub()
authorDylan K. Taylor <odigiman@gmail.com>
Tue, 12 Jan 2021 01:49:38 +0000 (01:49 +0000)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 18 Jan 2021 11:59:18 +0000 (12:59 +0100)
commit0aad77418da25a4b3af63c453e3313aa7358902e
tree956b9aac873dd553b634f0525791f27e27251ce9
parentc321896a372c3358663f2f1e8721c61c46634a0c
Fix stub for Phar::setStub()

This fixes multiple issues:
 * The first parameter may be resource|string.
 * It's an overloaded signature. The second parameter cannot be
   passed if the first one is a string. Use UNKNOWN default
   value for that reason.
 * Make parameter names in PharData::setStub() match those in
   Phar.

Closes GH-6596.
ext/phar/phar_object.stub.php
ext/phar/phar_object_arginfo.h