Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:126430 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 18E571A00BC for ; Mon, 17 Feb 2025 15:01:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1739804340; bh=6vtJ9taDpNqx0IlrNxbu1Wj9vmycVIiJAlPL5K8+mRI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CvjMNBwQ43OntYHFbpZwrfPuoadSPkEfyEQYdlya9yG0HqR3urLiMwPg2IlhaN6+q lidR6jsIFUHCbhCXPiJmPfNv01lfaZwT5brQZOiPfuvITp4GUjt8I5hQ/q2vqXb0FX z03D5SBO+leUczHbUVrSFqwyn05qE+WvGfsciIesj2OQskMec8xOVT11h9ri2Nui9c 7gS+bEHfemqIlOtgMq1VDKQFpe17LdIHJFdbaIWwEMkXgu18lTc1B6MA8YABmAOjuW 4oWDWWt7XeMglM6MC1ehbvLRMDDKWVcmr9iVsDi5v0pPJB9XU8Ar7inFv6JhsmTd4I 7X1JZJcfhLqfQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 74FF71804C0 for ; Mon, 17 Feb 2025 14:58:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 17 Feb 2025 14:58:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1739804496; bh=fKu3JBcXXY/RICeWXcR2jbvS5idNKryId7oLuUYq39A=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=hPZBDCxx1v2jUjBHpjHVq8dJiMVFTGZ3mmS/wcBDgaRmTx/h4oakzMXDO1eVAR+I4 WsSmOtbaOjZetWaa8rT9itC5BEHBTheJQA/XxZ6Zyl6GUgU3rFp9I69BSpzwqz+wMO 4aQswGMol6J35xqZ3+Zd2RzCqkSPXV55meA12O/uLgJk2rnCsyzdPyhx6cRqnHbLyL 1VdbWbqwh0ne0OspesKGTuC/fbqBIECBU4DPgmaSZp3NkXI7szRkFRrdrf8Ao8fGYo fcOQyQ7Wk5uMV47FwrXJQJKGeVLd6Kd9XsGclO7HRSZCgGoyoJscu+Lsb+B4WmH5ni QIvNSFJb9Mv8w== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Mon, 17 Feb 2025 16:01:35 +0100 To: =?UTF-8?Q?Alexandru_P=C4=83tr=C4=83nescu?= Cc: Viktor Khramov , internals@lists.php.net Subject: Re: [PHP-DEV] Concept: constructor overloading syntax sugar In-Reply-To: References: Message-ID: <01f03be0a373241da40faddb06fe284a@bastelstu.be> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi > Related to overloading, that is binding to the correct function in > Java/C# > at compile time, and IMO is not matching with the dynamic nature of > PHP. Indeed. See: https://github.com/php/php-src/issues/17813 Best regards Tim Düsterhus