Files
mgmt/lang/funcs
James Shubin 734590b6bd lang: Add a test for duplicate functions called
We should not call either of these functions more than once for their
values. If we do, it means we have made a mistake with a compiler
optimization.

This is important, because otherwise if you had code like:

$x = random_password()

Then this would obviously be a problem. Thankfully, the situations where
functions generate unique data is rare, but it's probably something we
should take care of.
2023-12-27 16:33:38 -05:00
..
2023-09-19 14:45:58 -04:00
2023-03-05 18:31:52 -05:00
2023-03-05 18:31:52 -05:00