Quantcast
Channel: [PHP-DEV] [VOTE] Scalar Type Hints
Browsing latest articles
Browse All 30 View Live

Re: [PHP-DEV] [VOTE] Scalar Type Hints

On Thu, Feb 12, 2015 at 3:31 PM, Andrea Faulds <ajf@ajf.me> wrote: > Hi Pavel, > >> On 12 Feb 2015, at 13:48, Pavel Kouřil <pajousek@gmail.com> wrote: >> >> C# does...

View Article



Re: [PHP-DEV] [VOTE] Scalar Type Hints

On Thu, Feb 12, 2015 at 6:01 PM, François Laupretre <francois@tekwire.net> wrote: > Hi Robert, > >> De : Robert Stoll [mailto:php@tutteli.ch] >> >> There are several...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

Hi all, On Fri, Feb 13, 2015 at 6:37 PM, Patrick ALLAERT <patrickallaert@php.net> wrote: > Voted "no" because of the reasons already mentioned by a bunch of others > here. > > Weak...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

Hi, > On 13 Feb 2015, at 09:37, Patrick ALLAERT <patrickallaert@php.net> wrote: > > Voted "no" because of the reasons already mentioned by a bunch of others here. > > Weak type...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

> On 13 בפבר׳ 2015, at 13:13, Andrea Faulds <ajf@ajf.me> wrote: > > Hi, > >> On 13 Feb 2015, at 09:37, Patrick ALLAERT <patrickallaert@php.net> wrote: >> >>...

View Article


RE: [PHP-DEV] [VOTE] Scalar Type Hints

> De : Dennis Birkholz [mailto:dennis@birkholz.biz] > > I did not follow the DoC-discussion so far but from a quick glance at > the list there are at least cases that need a further look:...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

Le Fri Feb 13 2015 at 12:34:29, Zeev Suraski <zeev@zend.com> a écrit : > > On 13 בפבר׳ 2015, at 13:13, Andrea Faulds <ajf@ajf.me> wrote: > > Hi, > > On 13 Feb 2015, at...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

Zeev, On Fri, Feb 13, 2015 at 6:34 AM, Zeev Suraski <zeev@zend.com> wrote: > >> On 13 בפבר׳ 2015, at 13:13, Andrea Faulds <ajf@ajf.me> wrote: >> >> Hi, >>...

View Article


Re: [PHP-DEV] [VOTE] Scalar Type Hints

On Wed, Feb 11, 2015 at 10:46 PM, Andrea Faulds <ajf@ajf.me> wrote: > > > On 11 Feb 2015, at 21:30, Zeev Suraski <zeev@zend.com> wrote: > > > >> -----Original...

View Article


Re: [PHP-DEV] [VOTE] Scalar Type Hints

On 13/02/2015 17:29, Benjamin Eberlei wrote: > Wait i almost forgot, it *does* have an effect on me, especially around > callback handling: > >...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

Hi, > On 13 Feb 2015, at 16:18, Benjamin Eberlei <kontakt@beberlei.de> wrote: > > Wait i almost forgot, it *does* have an effect on me, especially around callback handling: > >...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

On 13/02/2015 17:58, Matteo Beccati wrote: > On 13/02/2015 17:29, Benjamin Eberlei wrote: >> Wait i almost forgot, it *does* have an effect on me, especially around >> callback...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

On 13 Feb 2015 19:37, "Benjamin Eberlei" <kontakt@beberlei.de> wrote: > > Wait i almost forgot, it *does* have an effect on me, especially around > callback handling: > >...

View Article


Re: [PHP-DEV] [VOTE] Scalar Type Hints

On Fri, Feb 13, 2015 at 5:59 PM, Andrea Faulds <ajf@ajf.me> wrote: > Hi, > > > On 13 Feb 2015, at 16:18, Benjamin Eberlei <kontakt@beberlei.de> wrote: > > > > Wait...

View Article

RE: [PHP-DEV] [VOTE] Scalar Type Hints

> With that said, there's nothing stopping you from putting up your time to > create a competing proposal and patch. If you really believe that weak > types > are the better way forward,...

View Article


Re: [PHP-DEV] [VOTE] Scalar Type Hints

On Sat, Feb 14, 2015 at 1:20 AM, Zeev Suraski <zeev@zend.com> wrote: >> With that said, there's nothing stopping you from putting up your time to >> create a competing proposal and...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

Zeev, On Fri, Feb 13, 2015 at 1:20 PM, Zeev Suraski <zeev@zend.com> wrote: >> With that said, there's nothing stopping you from putting up your time to >> create a competing proposal...

View Article


RE: [PHP-DEV] [VOTE] Scalar Type Hints

> -----Original Message----- > From: Anthony Ferrara [mailto:ircmaxell@gmail.com] > Sent: Friday, February 13, 2015 9:34 PM > To: Zeev Suraski > Cc: PHP Internals > Subject: Re:...

View Article

RE: [PHP-DEV] [VOTE] Scalar Type Hints

Hi Andrea, After carefully reading the RFC again, and despite the fact that I globally agree, here are some suggestions and comments that were not discussed yet (sorry for this huge post) : - The...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

Hi, > On 14 Feb 2015, at 00:44, F & N Laupretre <nf.laupretre@yahoo.fr> wrote: > > - The 'resource' hint does not exist 'as this would prevent moving from resources to objects for...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

On 14/02/15 01:16, Andrea Faulds wrote: >> - About the 'numeric' type you would introduce in a future RFC, would you (in strict mode) allow everything accepted by is_numeric() or is it just a...

View Article


[PHP-DEV] Re: [VOTE] Scalar Type Hints

Le 05/02/2015 21:14, Andrea Faulds a écrit : > Good evening, > > At long last, I’m going to put the RFC to a vote. It’s been long enough - I don’t think there needs to be, or will be, much...

View Article


Re: [PHP-DEV] [VOTE] Scalar Type Hints

Hi Anthony, If you are working on JIT, you should understand that declare() switch to strict typing can't improve anything, because it works on caller side and in each function you now will have to...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

On Sun, Feb 15, 2015 at 7:43 PM, Dmitry Stogov <dmitry@zend.com> wrote: > Hi Anthony, > > If you are working on JIT, you should understand that declare() switch to > strict typing...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

Currently we perform checks in RECV opcode handlers. Andrea's patch just adds a flag in zend_execute_data that tells what kind of checks should be performed in the function. With JIT it's difficult to...

View Article


Re: [PHP-DEV] [VOTE] Scalar Type Hints

On Sun, Feb 15, 2015 at 8:18 PM, Dmitry Stogov <dmitry@zend.com> wrote: > Currently we perform checks in RECV opcode handlers. > Andrea's patch just adds a flag in zend_execute_data that...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

Dmitry, On Sun, Feb 15, 2015 at 1:43 PM, Dmitry Stogov <dmitry@zend.com> wrote: > Hi Anthony, > > If you are working on JIT, you should understand that declare() switch to > strict...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

Le 05/02/2015 21:14, Andrea Faulds a écrit : > Voting starts today (2015-02-05) and ends in two weeks’ time (2015-02-19). In addition to the vote on the main RFC, there is also a vote on the type...

View Article

Re: [PHP-DEV] [VOTE] Scalar Type Hints

We do not have Scalar type hints for years. we code in php for years without any type check. it's ok. not the primary things. Look at other dynamic programming language, they may not have the type...

View Article



RE: [PHP-DEV] [VOTE] Scalar Type Hints

> De : Netroby [mailto:hufeng1987@gmail.com] > > We do not have Scalar type hints for years. we code in php for years > without any type check. it's ok. not the primary things. > >...

View Article
Browsing latest articles
Browse All 30 View Live




Latest Images