Sortie du snippet PHP "Une fonction de mémoïsation pour PHP"

Environnement :

  • Strangebuzz Snippet VM : 6.4.9
  • PHP : 8.4

Sortie du code exécuté :

Standard call: foo1 (10 ms)
Memo first call: foo1 (10 ms)
Memo cached call: foo1 (0 ms)
Memo new call with other parameters: bar2 (10 ms)