Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66152 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55218 invoked from network); 22 Feb 2013 10:16:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2013 10:16:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=alex@kazik.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=alex@kazik.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain kazik.de designates 209.85.210.44 as permitted sender) X-PHP-List-Original-Sender: alex@kazik.de X-Host-Fingerprint: 209.85.210.44 mail-da0-f44.google.com Received: from [209.85.210.44] ([209.85.210.44:37973] helo=mail-da0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DC/30-53267-F5547215 for ; Fri, 22 Feb 2013 05:16:00 -0500 Received: by mail-da0-f44.google.com with SMTP id z20so294741dae.17 for ; Fri, 22 Feb 2013 02:15:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kazik.de; s=google; h=x-received:mime-version:sender:x-originating-ip:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type; bh=cCDelWINOxiytCJ8es43oXDZyfpmJaIdlhmL5USLitg=; b=bIBKxI4c17bOsdgSfzLKZmZOx08FCRgKJArgxILOyWQouF1q9M/MTMr+c0P6a3uSqe FDhx/dEkkcJpcAb8p8IZgL8yb24/67g7lL1EuSSmh3c1YqVWEy6hwoeqFV5pvELGRD4b QrVBwQOLz4ERr56oDfWAf4qG/SHwdY48K2Zac= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:x-originating-ip:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type:x-gm-message-state; bh=cCDelWINOxiytCJ8es43oXDZyfpmJaIdlhmL5USLitg=; b=XFPDOUUYMPEgahhOBybk+BV+9W7gqvrtMhpaLg7EacMT4hCiAt+663+oYcMrd/DsX7 dL9eV9AouVbUNDpnnFGjNF7T7GbxuiAcMXoFI/aFFCmB8hfcUuJiVeKIcUnCe4EEDyf4 KD4FWDYWo8y7UPzsyLQYrFF1uAtr20XJIi11w2UZzrz81tOBleCm3ne4wJqa8LUeFGg/ Q006oz9xf0dlGxteyyyEWp5QVR6bTOV4ZJeJsksHgwKNnEb861c3rx4MNvcTrOe20BwS Erll3U7m0U8ckvvXmxITQKexO0IIGT61+UO+hzHdXzACo7MLEo8GOheAiW4JRxjE11qf Z20w== X-Received: by 10.66.85.161 with SMTP id i1mr3272107paz.67.1361528156318; Fri, 22 Feb 2013 02:15:56 -0800 (PST) MIME-Version: 1.0 Sender: alex@kazik.de Received: by 10.68.42.38 with HTTP; Fri, 22 Feb 2013 02:15:36 -0800 (PST) X-Originating-IP: [212.8.208.194] In-Reply-To: <4677B7D9-2612-4064-95B6-CF8E12DB7D9E@ez.no> References: <1361344921.21988.YahooMailClassic@web171605.mail.ir2.yahoo.com> <4677B7D9-2612-4064-95B6-CF8E12DB7D9E@ez.no> Date: Fri, 22 Feb 2013 11:15:36 +0100 X-Google-Sender-Auth: dVYUSgmDQdctI5sQFexD6KJV1Hg Message-ID: To: =?UTF-8?B?QW5kcsOpIFLDuG1ja2U=?= Cc: Sebastian Krebs , Klaus Ufo , PHP internals list Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkY07eJaq7MxuCrqRY9vMU/OcjBCCp++pfVjz05EIP5sL8VOqgql3a05YtCPcOSH24N2CU1 Subject: Re: [lists.php] Re: [PHP-DEV] PHP 6 : a new API ? From: lists.php@tx0.eu (ALeX) > So why not avoiding this by adding it as methods of the scalar variable instead, aka autoboxing. > This would allow the new api to be closer to what people are used to from other languages, needs far less typing and IDE autocomplete of available functions pr type with "->". I would also prefer autoboxing, at least for arrays and strings (unsure about numbers). Would also be cool with some resources e.g. gd library.