Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105048 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 67351 invoked from network); 3 Apr 2019 19:11:58 -0000 Received: from unknown (HELO mail-lj1-f173.google.com) (209.85.208.173) by pb1.pair.com with SMTP; 3 Apr 2019 19:11:58 -0000 Received: by mail-lj1-f173.google.com with SMTP id p14so15388945ljg.5 for ; Wed, 03 Apr 2019 09:07:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=PXWRcyOzGO9I+GtF/XD8Rmkof5aXaBmxSm1qWfImlrc=; b=bpmH9PbqiV7MBGx2vjcJf92Zn5YTzr7gFcRKcDDhQ6KEeY4qAXgBj/l+GUoTilGvnE ih/bOqmKCNVFQS8xZO+NKvuFXww8IV62tooGpnDEQXzrxFTbdz/BmWwu4gcXD1sdRpiX jYKEJPfa92dsYkN9RrQpPvQy0T6w1MvytWGBFKU19V/zSb6iI7CvYmwwVxMK7XWFtu6Y wXU1qLUZ7xT94rMD5580plxiQBReKyT5bjeMosRcK1sEWDU0uR6hG8xzoLzFHgBEm49Y ObOoJvKjlVtEL9pPUTb8ov0PuGdhtFBBb2yRNGEwH++9UKG1H80oVM2PKjYKvH5iSPbP qG2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=PXWRcyOzGO9I+GtF/XD8Rmkof5aXaBmxSm1qWfImlrc=; b=Z7K9VLCaIPKFlF0ONmZbNBdFPrEpqximQIk1Ilj/blmKRcux6alexfQLLhuXmuUS3E hJwWsbvlGJS5n1f1PZG32UruV18yPxqshBBckDyiXPGiEBOE1qZqH3b2H1fn/P6sL4rX NXL/8XMdPwR7xbIQNzEr6py0crwB+plmZauipsYI9hm4kha0dESnuGWZCefi4WLYWIGB jJoVgJD0bcnBF2aG/S+8KvTHfXCMYgfoOrrpruMCzH8moouriw7U8/9oDwWyCxlDNKDr frbxCcgB0yd61dZBy84TFkvo7W34Jbo9hsRPlj8FGydBbPPNJE0DllrVa4R4Ap3sTcef dxnQ== X-Gm-Message-State: APjAAAUix8Wr50hBVQ74qn4+2A1hDTwiy4paznXfybCnFB4Z5QJ25LZt xoRgZkfOPhZ6+N3UGCaWj90X9ibHDAYOAq7ytN8SV5Yo X-Google-Smtp-Source: APXvYqxbUVdafYj47wd0lQrxfEZRdsT1hPVpWZcqywkVG0cJycfWg7IHImhUzrdoWJLiKJFh5RovDocz4MbQvPJfV3s= X-Received: by 2002:a2e:2e04:: with SMTP id u4mr320671lju.37.1554307643202; Wed, 03 Apr 2019 09:07:23 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 3 Apr 2019 09:07:12 -0700 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary="000000000000f1e0290585a2721b" Subject: Question about adding !function_identifier From: mo.mu.wss@gmail.com ("M. W. Moe") --000000000000f1e0290585a2721b Content-Type: text/plain; charset="UTF-8" Hello people, I have a quick question before any formal proposal; would it be complex to add an exclamation mark indicatorin front a function identifier to indicate that function throws; like the nullable question mark for types however without any runtime check something like a pure syntax indicator to make the code clearer? Have a good day. --000000000000f1e0290585a2721b--