Hacker News new | ask | show | jobs
by withinboredom 2064 days ago
You can do:

$strlen = 'strlen';

echo $strlen('test');

I’ve also seen things like this:

$return = ...

You can’t use a keyword as a variable in most other languages.