To: php-...@zerocue.com
> Cc: internals@lists.php.net
> Subject: Re: [PHP-DEV] Help w/ Parser
>
> I don't see an attachment. Could you send it again with .txt as file
> extension?
>
> If you want 'get' to be recognized as T_GET you need to define such a token
t a make clean/make still results in the same
error.
Is there something I need to run to process zend_language_scanner.l?
-Original Message-
From: Nikita Popov [mailto:nikita@googlemail.com]
Sent: Monday, November 07, 2011 12:12 AM
To: php-...@zerocue.com
Cc: internals@lists.php.net
Su
What about expressions between { } in getter_setter_declaration ?
In your example we see "set {something}" and not "set {}" as you declared.
Sorry if I wrong. I'm not C coder =)
With regards, Alexander Moskaliov
ir...@irker.net
2011/11/7
> I’m having trouble getting some changes to the pars
:04 AM
To: Hartmut Holzgraefe; php-...@zerocue.com
Cc: internals@lists.php.net
Subject: Re: [PHP-DEV] Help w/ Parser
On Mon, Nov 7, 2011 at 12:31, Hartmut Holzgraefe
wrote:
> On 11/07/2011 10:12 AM, Keloran wrote:
>>
>> this looks cool if you get it to work
>
> +1 want have! :)
On Mon, Nov 7, 2011 at 12:31, Hartmut Holzgraefe
wrote:
> On 11/07/2011 10:12 AM, Keloran wrote:
>>
>> this looks cool if you get it to work
>
> +1 want have! :)
Same here.
As long as someone doesn't think this creates precedence for importing
C# features and thinks implementing partial classes w
On 11/07/2011 10:12 AM, Keloran wrote:
this looks cool if you get it to work
+1 want have! :)
--
hartmut
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
this looks cool if you get it to work, move the object-orientation forwards
quite abit
On Mon, Nov 7, 2011 at 6:11 AM, Nikita Popov wrote:
> I don't see an attachment. Could you send it again with .txt as file
> extension?
>
> If you want 'get' to be recognized as T_GET you need to define such a
I don't see an attachment. Could you send it again with .txt as file extension?
If you want 'get' to be recognized as T_GET you need to define such a
token in the lexer (zend_language_scanner.l). Did you do that?
On Mon, Nov 7, 2011 at 3:53 AM, wrote:
> I’m having trouble getting some changes t