Undefined class 'x'

Sample code:

//...
$obj = new x;                   // Undefined class 'x'
//...

You tried to use class 'x' but its definition can't be found. __call method.