57

Are there any performance benefits to using single quotes instead of double quotes in php?

In other words, would there be a performance benefit of:

$foo = 'Test';

versus

$foo = "Test";
animuson
  • 53,861
  • 28
  • 137
  • 147
GeoffreyF67
  • 11,061
  • 11
  • 46
  • 56

0 Answers0