[prev] [index] [next]

Strings (cont)

Non-quoted "strings" (e.g. abc) are not strings.

Things that look like C identifiers refer to constants.

(Reminder PHP variables are always named as e.g. $abc)

If no constant with the given name is found, PHP

  • may return the name as the value (looks like a string) may write an error message (in its log)