Undefined constant 'x'

Sample code:

//...
$var = x;                       // Undefined constant 'x'
//...

You attempted to use constant 'x', but Codenizer can't find any definition for it.