I developed a small @phpstorm plugin that displays dump/dd output.
It's similar to Ray from Spatie or Symfony's Dump Server, but shows dumps inside the IDE.
Does this seem useful to you? Should I release it?
You can now run #PHP code examples directly on the website thanks to #WASM! It's a first iteration, let me know if you think we can improve that!
php.net/array-slice#re…
You can now run wp-cli in terminal with Playground's WebAssembly PHP!
npx @php-wasm/cli wp-cli.phar user list
I only tested a few basic commands so far and they all worked. I’m sure there’s many limitations, though. Please report any issues at github.com/WordPress/word…!
To celebrate @official_php's 29th birthday, I decided to try running PHP 1.0.
So I downloaded the source code, compiled it on my MacBook, wrote a simple CGI server using PHP 8.3, and tried to understand what was PHP 1.0 actually capable of doing.