Home
last modified time | relevance | path

Searched refs:_endsWith (Results 1 – 1 of 1) sorted by relevance

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php3743 if ($this->_endsWith($part, $quote)) {
3795 if ($this->_startsWith($arr, '[') && $this->_endsWith($arr, ']')) {
4118 private function _endsWith($text, $char) function in CAS_Client