Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105476 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 77085 invoked from network); 28 Apr 2019 00:18:30 -0000 Received: from unknown (HELO mail-pg1-f173.google.com) (209.85.215.173) by pb1.pair.com with SMTP; 28 Apr 2019 00:18:30 -0000 Received: by mail-pg1-f173.google.com with SMTP id h1so3260729pgs.2 for ; Sat, 27 Apr 2019 14:19:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=H4aO73U1rspigrqExr2mtr2UNsWsopOSlG5D1q6en3o=; b=B75cwFoGEK6MUozsSiEtdlkO/zLcXR3WEwyqbonwdclaXHNDp4MHipHHjU/XREJTnp CL/FofwP8IUvBqqsbEolMmpIu0DglSMU1dhT8cfDOVheArJH97fMpaXdMOWJWAx4BS5c EiKptzho2vwqkP8snpv0a3S0V7uaqvI+p+WRgO5MwOMoXSdR3YXdHSDAGe+VJjhZgTMb IX/2Iz9A0+p5ZCMWE22aoTK6srWlORm2n843zE81sAbC4VcY6vK20rGGuW++bxQ7L+Jk 6qSQMfReCRPePivZxniGT17O6A0CntETKSWep+LkYpwvlfAz0bz4U/KpAVzwXdUA+gPl 6JaQ== 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=H4aO73U1rspigrqExr2mtr2UNsWsopOSlG5D1q6en3o=; b=UC4SdUdq/4p0z06ERS//WM/VisFA+w77TNCzsVw2rnuCFhde9Ug1JRt8WmsZV9+xjw YFnIszdZlscc4qgWdEmCx+0NAg9OkC7WTcYNGsKVpVb9CMmnR6VZCqUV/N4GIeUPHMZC 5RkXidhTKJlIeVHRf+SnZdlpWjLJwoF9XkSJKPjiU+Hxm2dg0pU4vpE39TTnhQIt7glI JAb7pMirSvffxLrifHfkj+Z54QZf2bwnp2V006BggBt9+V378gSjvxjigi6tGL5w8ut+ v1g7Yhut+HTBhRVywHwXc8vweNdzWe1U2VhWrLv/UN+Fr9czJABPQg7S1BbhJxRy1FqL phiw== X-Gm-Message-State: APjAAAV5aT63SiSFE5DNL3dHEIlwjmxpTVqgHvMg3aoeVoHJwVOEwH9I scD1bOkgnrbb8yOTKmpQ9py8ymlPHF2B2K6kFVkGBA== X-Google-Smtp-Source: APXvYqw8G6BWVGqETdgKMSViOMECD4Te7ojsYbDxOIXrB7MhuBaNR91TSzQ5rC2vpPjgojSxU3ZBtPcoSKuK0zYNes4= X-Received: by 2002:a62:a513:: with SMTP id v19mr53985782pfm.212.1556399998326; Sat, 27 Apr 2019 14:19:58 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 27 Apr 2019 22:19:40 +0100 Message-ID: To: Bruce Weirdan Cc: David Rodrigues , PHP Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Symbol implementation From: Danack@basereality.com (Dan Ackroyd) On Sat, 27 Apr 2019 at 22:05, Bruce Weirdan wrote: > > On Sat, Apr 27, 2019 at 11:57 PM Dan Ackroyd wrote: > > > > typehint > > > > Please could people stop using that word. PHP's type system for > > parameters and return values are actual types, not just hints. > > People use the term PHP itself uses: > https://www.php.net/results.php?q=typehint&l=en&p=all The first link has: > This documentation has moved to the function reference. Following that link we have: > Type declarations > > Note: > Type declarations were also known as type hints in PHP 5. > Type declarations allow functions to require that parameters are of a certain type at call time. I'm sure there will be other places that need updating in the manual. But they should be updated to use the accurate term, rather than the misleading term. cheers Dan