342 if (is_object(self::$_PHPCAS_CLIENT)) {
343 phpCAS :: error(self::$_PHPCAS_INIT_CALL[
'method'] .
'() has already been called (at ' . self::$_PHPCAS_INIT_CALL[
'file'] .
':' . self::$_PHPCAS_INIT_CALL[
'line'] .
')');
347 $dbg = debug_backtrace();
348 self::$_PHPCAS_INIT_CALL =
array (
350 'file' => $dbg[0][
'file'],
351 'line' => $dbg[0][
'line'],
352 'method' => __CLASS__ .
'::' . __FUNCTION__
358 $server_version,
false, $server_hostname, $server_port, $server_uri,
static error($msg)
This method is used by interface methods to print an error and where the function was originally call...
static traceEnd($res='')
This method is used to indicate the end of the execution of a function in debug mode.
Create styles array
The data for the language used.
static traceBegin()
This method is used to indicate the start of the execution of a function in debug mode...
The CAS_Client class is a client interface that provides CAS authentication to PHP applications...