<?php

mb_strtolower ("a");
\mb_strtolower ("a");
throw new \Exception ('a');
throw new Exception ('a');
