In my eyes this change isn't necessary and if it is, not with this syntax.
First the syntax: PHP is not C, we do not have preprocessing
instructions using hash notation. Such a syntax seems unfamiliar in
PHP. Additionally # is already used for single line comments so
there's actually is no backwar
On Wed, Aug 10, 2011 at 10:16 PM, Kalle Sommer Nielsen wrote:
> Hi Sebastian
>
> 2011/8/10 Sebastian Krebs :
> > Hi,
> >
> > From time to time I'm looking over the existing RFCs and I'm wondering
> what
> > happens to them. For example "Property get/set syntax" [1]. As far as I
> can
> > see its a
I've just created a new RFC, https://wiki.php.net/rfc/linecontrol ,
regarding adding cpp(1)'s linemarkers to PHP. Discussion is invited.
-- Gwynne
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
On Wed, Aug 10, 2011 at 22:20, Stas Malyshev wrote:
> Hi!
>
> On 8/10/11 1:12 PM, Sebastian Bergmann wrote:
>>
>> Is this exepcted behaviour?
>>
>> ➜ ~ cat test.php
>> > class Foo {
>> public static function bar() {
>> print __METHOD__ . "\n";
>>
Hi!
On 8/10/11 1:12 PM, Sebastian Bergmann wrote:
Is this exepcted behaviour?
➜ ~ cat test.php
This is how FETCH_CLASS works now - when it has an object in where it
expects class name, it uses object's class. We could call toString()
instead but that might be even more surpri
Hi Sebastian
2011/8/10 Sebastian Krebs :
> Hi,
>
> From time to time I'm looking over the existing RFCs and I'm wondering what
> happens to them. For example "Property get/set syntax" [1]. As far as I can
> see its already accepted for PHP6 [2], but now it seems to be orphaned. In
> my opinion it
Is this exepcted behaviour?
➜ ~ cat test.php
http://sebastian-bergmann.de/ http://thePHP.cc/
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Wed, Aug 10, 2011 at 8:05 PM, Sebastian Krebs <
sebastian.krebs.ber...@googlemail.com> wrote:
> Hi,
>
> From time to time I'm looking over the existing RFCs and I'm wondering what
> happens to them. For example "Property get/set syntax" [1]. As far as I can
> see its already accepted for PHP6 [
Hi,
From time to time I'm looking over the existing RFCs and I'm wondering
what happens to them. For example "Property get/set syntax" [1]. As far
as I can see its already accepted for PHP6 [2], but now it seems to be
orphaned. In my opinion it is a very nice enhancement, that helps to get
ri
On Wed, 3 Aug 2011, Derick Rethans wrote:
> The RFC and patch can be found here:
> https://wiki.php.net/rfc/error-formatting-for-developers
>
> You can vote here:
> https://wiki.php.net/rfc/error-formatting-for-developers#vote
Voting is now closed and the RFC was accepted 16 for and 0 against. T
10 matches
Mail list logo