Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105122 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 71791 invoked from network); 6 Apr 2019 10:56:48 -0000 Received: from unknown (HELO mail-lj1-f180.google.com) (209.85.208.180) by pb1.pair.com with SMTP; 6 Apr 2019 10:56:48 -0000 Received: by mail-lj1-f180.google.com with SMTP id t4so7129418ljc.2 for ; Sat, 06 Apr 2019 00:52:54 -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:cc; bh=Q+E8AeikSBRvOSi3MxSUN8yjCjnA0VnWA9rb/bInSac=; b=LaPFtu+A1LJO0sji6nJT6BxaBUe6dK6Nd0snBNsH7oSXFD1sTKSI/qM4gMChU6WWpc 2A+sW2bs1l+ieM55IIrlA/rOyhD+qDt8ujTy27iK/MxS9Ddp9eCyzBXYRNlwD9WuaE0J 85LPtNM7CeMkITsjLqP90Dmxr0iG/62j/SUBZnfAhyF4Jmbl2x+8LkZVlWA0gu3IayFr Q4lXVH96xcL6HirEs4NW6kf0QfXYOFLaRPXABPN1OABZEEYKwA9ISS+PA80GAj+SA8bi o10/5DNAQ8RvJ8mbNeT/KhAf5z8TbtEHbf5bp76R1wsks/cBJCMLItjDyhvlpXo5qB4B dQRA== 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:cc; bh=Q+E8AeikSBRvOSi3MxSUN8yjCjnA0VnWA9rb/bInSac=; b=CcD6hhEB3zUoP1lyxXBnh+k1iEbO53DKFdGH/yPgAQlLLlVvdsEWrNuNSddn50vkvm HRarq6/IZWx+NnGhJRi69+TsCrLt6A/2lPNG4VHsIMDCCM3FpuEuhmz5C1OJeP6RhGJT 8MlqgATeqXU0QtN4vif1CqeLKDmfL1XSVLbezy2B7uWUV66jQHErM8+5Ex3NSLk6dkGh q/4BYUBPUa7QHZUhqPX/Fa6U+LjcOW5Oyg2wvFXy3LlqZ1KcdE5hJodj/zMmHZeg/8X2 /JTKFiR25KLvkB0SK8i0kg0oLQ2IlNWJYV778A2bqOx4peBM2dihNda6iDiYw03xXLWT fFGA== X-Gm-Message-State: APjAAAUPDmUjDpR3v2WcPzFPm0HDverSicAVY1sGrnq5KnnlCDGMfoDK zTlFzSUmUnSAyp/wo1JUppoFdYn1RzPFPlQ8JVruzqw= X-Google-Smtp-Source: APXvYqz97HvPTXM81Rh6E/Y/X59e4fWBBVL7GEyScgPdkbaI2OspyW4FoidIz4aC6GngHEV45yUXnniFoMQ1/XvJCfQ= X-Received: by 2002:a2e:9888:: with SMTP id b8mr8227524ljj.67.1554537173219; Sat, 06 Apr 2019 00:52:53 -0700 (PDT) MIME-Version: 1.0 Date: Sat, 6 Apr 2019 09:52:42 +0200 Message-ID: To: PHP internals Cc: David Rodrigues Content-Type: text/plain; charset="UTF-8" Subject: [RFC] Nullable Casting From: guilliam.xavier@gmail.com (Guilliam Xavier) Hello internals, David and I would like to open the discussion on our joint RFC: https://wiki.php.net/rfc/nullable-casting Mainly, it would enable to use e.g. `(?int)$x` besides `(int)$x`. We are looking forward to your feedback and, if possible, help to fill in the "RFC Impact" subsections (hopefully "None" to all) as well as a review of the proposed implementation: https://github.com/php/php-src/pull/3764 Thank you, -- Guilliam Xavier