Florian Engelhardt

Florian Engelhardt

2 talks 2 events

Talks

Processing One Billion Rows in PHP (2025)

Laravel Live DK 2025

No video available

Growing the PHP Core — One Test at a Time (2021)

Laracon EU 2021
The talk focuses on contributing to PHP core by writing tests. The speaker shares his experience writing PHPUnit tests for PHP core functionality, explaining the PHPT test format, challenges with testing PHP's internal behaviors, and the benefits of contributing tests to the PHP project. He walks through a specific example of testing the setlib output compression functionality and discusses lessons learned about PHP internals like copy-on-write behavior for superglobals.