> On Mar 17, 2025, at 7:13 PM, Bilge wrote:
>
> On 17/03/2025 14:35, Dmitry Stogov wrote:
>> Hi,
>>
>> I have to inform, that I'm leaving Zend in two weeks.
>> Therefore I'm starting to think about a new job.
>> In case some company is interested in my competence, let's start from a
>> perso
Hi!
> However, arrays are very ergonomic to work with, especially for passing along
> a list of properties, which is why many frameworks and libraries still use
> them
I am not agree that arrays must be typed in this way. They won’t be this arrays
as they are.
Instead this week I’ve started
Hi, Claude!
> On Feb 4, 2025, at 11:44 AM, Claude Pache wrote:
>
> Hi,
>
> One issue to resolve is how to interpret:
>
> ```php
> $x = match {
> preg_match('/a/', 'a') => "will it be matched ..."
> , default => "... or not?"
> };
> ```
>
> —Claude
I wouldn’t discuss it there because the
Hi, Larry!
> On Feb 3, 2025, at 10:01 AM, Larry Garfield wrote:
>
> On Sun, Feb 2, 2025, at 7:40 AM, Ilija Tovilo wrote:
>> Hi Dmitrii
>>
>> On Sun, Feb 2, 2025 at 1:05 PM Dmitry Derepko wrote:
>>
>> https://wiki.php.net/rfc/short-match
>> https:
> On Jan 25, 2024, at 12:16 PM, Robert Landers wrote:
>
> Hello internals,
>
> Now that throwing is an expression, it allows for some very concise
> programming. What are your thoughts on making a break/continue into an
> expression as well?
Hi!
I had similar idea to make `break`, `continue`
n 31, 2025 at 3:10 PM Dmitry Derepko wrote:
>>
>> I’m looking for way to gain some Karma to create an RFC.
>> I’ve already made first implementation and shared it:
>> https://github.com/php/php-src/pull/17647
>>
>> I can make 3 different RFC to discuss each c
Hi!
I’m looking for way to gain some Karma to create an RFC.
I’ve already made first implementation and shared it:
https://github.com/php/php-src/pull/17647
I can make 3 different RFC to discuss each change separately, let me know if
it’s necessary.
--
Best regards,
Dmitrii Derepko.