Re: [PHP-DEV] Inline Lambda Functions

2011-06-29 Thread Jarrod Nettles
Java 8, I believe). From: Stefan Neufeind Date: June 28, 2011 2:20:39 PM CDT To: internals@lists.php.net Subject: Re: [PHP-DEV] Inline Lambda Functions On 06/28/2011 03:51 PM, Jarrod Nettles wrote: > There are two projects that I've been following for awhile now: PLINQ >

[PHP-DEV] Inline Lambda Functions

2011-06-28 Thread Jarrod Nettles
There are two projects that I've been following for awhile now: PLINQ and PHPLinq. http://plinq.codeplex.com/ http://phplinq.codeplex.com/ Both of them have made very solid attempts at providing LINQ-like functionality to PHP but with both, I've been a little frustrated with the implementations

RE: [PHP-DEV] Class Access Modifiers

2011-03-09 Thread Jarrod Nettles
t;> >> What do people think? I'm not too concerned with the exact three I listed >> above, but more and more I think it would be wise if there were a way to >> restrict the accessibility of classes between namespaces. >> >> Jarrod Nettles >> Really like

RE: [PHP-DEV] Class Access Modifiers

2011-03-08 Thread Jarrod Nettles
Either that or it should be spun off into its own RFC. I have no idea how to do either. From: Martin Scotta [mailto:martinsco...@gmail.com] Sent: Thursday, March 03, 2011 12:09 PM To: Jarrod Nettles Cc: internals@lists.php.net Subject: Re: [PHP-DEV] Class Access Modifiers I'm writing

[PHP-DEV] Class Access Modifiers

2011-03-03 Thread Jarrod Nettles
accessibility of classes between namespaces. Jarrod Nettles Application Developer - Technology INCCRRA p 309.829.5327 - f 309.828.1808 This e-mail message may contain privileged or confidential information. If you are not the intended recipient, you may not disclose, use, disseminate, distribut

RE: [PHP-DEV] Re: Clarification on the Enum language structure

2011-02-23 Thread Jarrod Nettles
type hint for a class is broken. -Original Message- From: Ben Schmidt [mailto:mail_ben_schm...@yahoo.com.au] Sent: Wednesday, February 23, 2011 9:01 AM To: Martin Scotta Cc: Alexey Zakhlestin; Stas Malyshev; Jarrod Nettles; internals@lists.php.net Subject: Re: [PHP-DEV] Re: Clarification on

RE: [PHP-DEV] Re: Clarification on the Enum language structure

2011-02-22 Thread Jarrod Nettles
: Tuesday, February 22, 2011 10:25 AM To: Ben Schmidt Cc: Jarrod Nettles; Thomas Gutbier; internals@lists.php.net; Stas Malyshev Subject: Re: [PHP-DEV] Re: Clarification on the Enum language structure I just don't get why no type hinting, I thought that was one of the big points so what ar

RE: [PHP-DEV] Re: Clarification on the Enum language structure

2011-02-22 Thread Jarrod Nettles
(MyEnum $x) -Original Message- From: Ben Schmidt [mailto:mail_ben_schm...@yahoo.com.au] Sent: Friday, February 18, 2011 10:28 PM To: Jarrod Nettles Cc: Martin Scotta; Thomas Gutbier; internals@lists.php.net; Stas Malyshev Subject: Re: [PHP-DEV] Re: Clarification on the Enum language structure &g

RE: [PHP-DEV] Re: Clarification on the Enum language structure

2011-02-18 Thread Jarrod Nettles
hat I want gopher. -Original Message- From: Ben Schmidt [mailto:mail_ben_schm...@yahoo.com.au] Sent: Thursday, February 17, 2011 4:52 PM To: Martin Scotta Cc: Jarrod Nettles; Thomas Gutbier; internals@lists.php.net Subject: Re: [PHP-DEV] Re: Clarification on the Enum language structure &g

RE: [PHP-DEV] Re: Clarification on the Enum language structure

2011-02-17 Thread Jarrod Nettles
Feb 14, 2011 at 12:45 PM, Thomas Gutbier < thomas.gutb...@anthrotec.de> wrote: > Jarrod Nettles wrote: > >> So, my proposed syntax would look something more like this. >> > > I think also and was wondering about the current rfc for a few weeks. > Im not a core de

[PHP-DEV] Clarification on the Enum language structure

2011-02-14 Thread Jarrod Nettles
, IS_EQUAL, IS_NOT_EQUAL, IS_SMALLER, IS_SMALLER_OR_EQUAL }; } } Thanks! Jarrod Nettles Application Developer