Concept Flow - String type (single vs double quotes)
Start
Define string with single quotes
Check for variable inside string
Output string as is
Define string with double quotes
Check for variable inside string
Output string with variable value
End
This flow shows how PHP treats strings differently when using single or double quotes, especially regarding variable expansion.