Code snippets

You will find here 3 code snippets I find useful so I don't have to Google ™ or Stackoverflow ™ them when I need. There are also code snippets I always forget! 😁 Sometimes, related links to the code will be available. The main difference with other random snippets you will find on the web is that in most cases (for the Symfony related ones) you will be able to run them directly from this website to check the output so you can verify it works as expected ™.

This snippet shows how to hide sensitive parameter values with the SensitiveParameter PHP attribute. PHP 8.2 introduced this param...

PHP

Published on 2024-08-15 • Modified on 2024-08-15

 View the code


This snippet shows how to activate and inspect MySQL or MariaDB logs. For example, This is useful for checking the queries run by ...

MySQL

Published on 2024-07-20 • Modified on 2024-07-20

 View the code


When a bug occurs, sometimes it's hard to know from where it comes from. Having more context can help and allows to find and to re...

Symfony

Published on 2019-03-19 • Modified on 2019-03-19

 View the code