On 1/15/21 10:17 AM, Christoph M. Becker wrote:
On 15.01.2021 at 18:40, James Colannino wrote:
On 1/15/21 9:20 AM, James Colannino wrote:
On 1/15/21 9:15 AM, Nikita Popov wrote:
On Fri, Jan 15, 2021 at 6:11 PM James Colannino
wrote:
I have the following method defined in a PHP 8
On 1/15/21 9:20 AM, James Colannino wrote:
On 1/15/21 9:15 AM, Nikita Popov wrote:
On Fri, Jan 15, 2021 at 6:11 PM James Colannino
wrote:
I have the following method defined in a PHP 8 extension:
ZEND_BEGIN_ARG_INFO(arginfoCtor, 0)
ZEND_ARG_TYPE_INFO(0, hostname, IS_STRING, 0
On 1/15/21 9:15 AM, Nikita Popov wrote:
On Fri, Jan 15, 2021 at 6:11 PM James Colannino
wrote:
I have the following method defined in a PHP 8 extension:
ZEND_BEGIN_ARG_INFO(arginfoCtor, 0)
ZEND_ARG_TYPE_INFO(0, hostname, IS_STRING, 0)
ZEND_ARG_TYPE_INFO(0, port, IS_LONG, 1
I have the following method defined in a PHP 8 extension:
ZEND_BEGIN_ARG_INFO(arginfoCtor, 0)
ZEND_ARG_TYPE_INFO(0, hostname, IS_STRING, 0)
ZEND_ARG_TYPE_INFO(0, port, IS_LONG, 1)
ZEND_END_ARG_INFO()
PHP_METHOD(Trogdord, __construct) {
trogdordObject *objWrapper = ZOBJ_TO_TROGDORD(Z