Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106523 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 53783 invoked from network); 10 Aug 2019 13:54:19 -0000 Received: from unknown (HELO mail-lf1-f47.google.com) (209.85.167.47) by pb1.pair.com with SMTP; 10 Aug 2019 13:54:19 -0000 Received: by mail-lf1-f47.google.com with SMTP id x3so17574004lfn.6 for ; Sat, 10 Aug 2019 04:21:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=duncanc-co-uk.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=CPWEJFM9asqQk0oxveZgKnLsJnIOmMEECnt/QLi5hSs=; b=009hoE2LU5XT9qLWl23kup4hia0zUy6BTNsqA7TfCUF1mdiS55klrslWkRMYWaMljx R3m4SDFrf/vFv/1aOyPu6lZFcP6naWlB5Zuqfs+P631kB4R+iBQyzV7ADEoY8CMM9uoU veUq8BCO5hEY6OiAMeNtVb5IHr1rE1gF0+HmlN6bnQycBuVt5sBKYKWdKcolT6K0fg6F FCNq7JKjjq/zrFS3qw9qMKF+u4fVg0oi+sfFE51FVzSCtTo8qcNKpICN4u1DDVUnTLk2 cAxrQ8bimy7i2r8e+DHKjWS1H3/ir6NpI3IGZ9PfK6fqzdyevDSC9DyZC3SD3tvxLQi1 wTJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CPWEJFM9asqQk0oxveZgKnLsJnIOmMEECnt/QLi5hSs=; b=VlqsmH7cGkwA/VIfCVcwRBCSBfABYVqIgx7D6hO43CUe7ZoGXtHYZbJ2K2QUamezXM 0iexTM+KzHdAzomjyeHVYNA5TWeNO/dT/X6x9bcemEu/UG2+4+TQXz8MqMgK3aL4gPEq wAa5370p9hem4qTx+hKkbCr8DIhaijO0zYU8O8DeP2l8iftJ/PyOpP4k5Og2J5MtTvIr OVt7dRnU4657PM0Lv78kq0b6x3/wKMHpDjetCLU07UoAs19pjfuwCJYdP8RwiLo68tkf 86hPKlJWp9uEhWHw2OZIE6a4rqKSp7a7oAmrmPxDALPdYDkvHzFLreCXW6y3ZIEe4q6e o3ug== X-Gm-Message-State: APjAAAXmAroEboQ/w+I5kXrR+f44liChC/V4njSzGsicxJWsKnLi7+A8 AJtQc/OlnR3dC/G0BYNS7g/JIAVkkrQ= X-Google-Smtp-Source: APXvYqzWFdG2ZyUc99X0zeFXxTK9x1+Y8BAW4eCJ2cwVEQU1ApIQ2uPIwcW4cLagesohazG052I7pg== X-Received: by 2002:ac2:5637:: with SMTP id b23mr15741074lff.186.1565436116960; Sat, 10 Aug 2019 04:21:56 -0700 (PDT) Received: from mail-lj1-f172.google.com (mail-lj1-f172.google.com. [209.85.208.172]) by smtp.gmail.com with ESMTPSA id y2sm19740968ljj.40.2019.08.10.04.21.56 for (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Sat, 10 Aug 2019 04:21:56 -0700 (PDT) Received: by mail-lj1-f172.google.com with SMTP id x4so2243479ljj.6 for ; Sat, 10 Aug 2019 04:21:56 -0700 (PDT) X-Received: by 2002:a2e:22c4:: with SMTP id i187mr1745862lji.41.1565436115929; Sat, 10 Aug 2019 04:21:55 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 10 Aug 2019 12:21:44 +0100 X-Gmail-Original-Message-ID: Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000009bdf95058fc17f7a" Subject: Re: [PHP-DEV] Call for participation: Annotating internal function argument and return types From: php@duncanc.co.uk (Craig Duncan) --0000000000009bdf95058fc17f7a Content-Type: text/plain; charset="UTF-8" I'm happy to help. Am I correct in thinking that the best way to locate outstanding ones is to to search for any instances of *ZEND_BEGIN_ARG_INFO* or *ZEND_BEGIN_ARG_INFO_EX* in *.c files? As once they've been converted they'll only appear in stub and header files? --0000000000009bdf95058fc17f7a--