Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
DClient.php3732 if ($this->_startsWith($part, '\'')) {
3734 } elseif ($this->_startsWith($part, '"')) {
3795 if ($this->_startsWith($arr, '[') && $this->_endsWith($arr, ']')) {
4105 private function _startsWith($text, $char) function in CAS_Client