On Mon, 31 Mar 2025, Jorg Sowa wrote:
> I thought about edge cases and what the desired output is with nested
> closures?
>
> Example:
> $a = function (int $numberA) {
> $b = function (int $numberB) {
> if($numberB < 10) {
> return Closure::current(10);
> }
>
On Thu, 24 Oct 2024, at 01:25, fennic log wrote:
> It was recently brought to my attention that the USA has passed an Executive
> Order which prohibits Russian citizens from contributing to software used in
> the USA. […]
>
> From what I have been reading + excerpts from linux group, PHP has to
Per [1], there is a typo in the link at https://wiki.php.net/systems/vcs
It points at the unreachable https://www.githib.com/php instead of
https://github.com/php
--
Timo Tijhof
https://timotijhof.net/
[1]: https://wiki.php.net/systems/vcs?do=register
On Fri, 28 Jun 2024, at 21:06, Máté Kocsis wrote:
> […] add a WHATWG compliant URL parser functionality to the standard library.
> The API itself is not final by any means, the RFC only represents how I
> imagined it first.
>
> You can find the RFC at the following link:
> https://wiki.php.net/