Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PHP Internals: coding for the Core

PHP Internals: coding for the Core

Even wanted to contribute to PHP's Core? This is your time! From tests to a new function, PHP is open for new contributors. Fixing bugs, document things, cleanups, refactorings, or even new small functions. In this talk, we're gonna see how the is_countable function was made, and what we can learn from that.

Vídeo: https://www.youtube.com/watch?v=BbHeIFTbI1w

Gabriel Caruso

September 14, 2018
Tweet

More Decks by Gabriel Caruso

Other Decks in Programming

Transcript

  1. Who am I? • Backend Developer at Leroy Merlin •

    PHP evangelist • PHPSP member • OSS contributor • Refactor/Talker/Stickers lover
  2. Agenda Background- What is an RFC?- Where is PHP source

    code?- Building the Core- Coding a new function for PHP- Conclusion-