--TEST-- Catch method calls on non-objects inside concatenation --FILE-- method()."After\n"; echo "Alive\n"; ?> --EXPECTF-- int(4096) string(%d) "Call to a member function method() on null" Before After Alive