Esempio n. 1
0
 /**
  * @codeCoverageIgnore
  * @see Fallback::mb_strrpos
  * @return int
  */
 function mb_strrpos($haystack, $needle, $offset = 0, $encoding = '')
 {
     return Fallback::mb_strrpos($haystack, $needle, $offset, $encoding);
 }