Output of the "A memoization function for PHP" PHP snippet

Environment:

  • Strangebuzz Snippet VM: 6.4.9
  • PHP: 8.4

Code execution output:

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)