예제 #1
0
 function _makeKVPost($message, $tmp)
 {
     $args = $message->toPostArgs();
     if ($args != array('openid.mode' => 'check_authentication', 'openid.signed' => 'foo')) {
         __raiseError(E_ASSERTION_ERROR);
     }
     return null;
 }
 function get($url)
 {
     __raiseError($this->thing_to_raise);
 }