Home
last modified time | relevance | path

Searched refs:gettype (Results 201 – 212 of 212) sorted by last modified time

123456789

/plugin/mantis/lib/
H A Dnusoap.php576 $tt = gettype($v);
4029 …$this->debug("in invoke_method, called method $this->methodname, received data of type ".gettype($…
4054 $this->debug('got a(n) '.gettype($this->methodreturn).' from method');
5869 if ($uqType == 'string' && gettype($value) == 'string') {
5880 if (($uqType == 'long' || $uqType == 'unsignedLong') && gettype($value) == 'double') {
7362 $this->debug('sent message successfully and got a(n) '.gettype($return));
H A Dclass.nusoap_base.php576 $tt = gettype($v);
H A Dclass.soapclient.php294 $this->debug('sent message successfully and got a(n) '.gettype($return));
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php532 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type '".gettype($p_filelist).…
1850 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type ".gettype($v_value).". Stri…
1868 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type ".gettype($v_value).". Stri…
1885 …PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type ".gettype($v_value).". Stri…
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php172 return ((gettype($this) == gettype($other))
/plugin/fedauth/Auth/
H A DOpenID.php256 gettype($arr), E_USER_WARNING);
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php188 if (isset($res) && gettype($res) == 'array') {
314 if (isset($res) && gettype($res) == 'array') {
/plugin/offline/inc/
H A Dlog.inc.php17 if (gettype($data) == 'array') {
/plugin/register/
H A Dsyntax.php231 if (gettype($data) != "array") {
H A Dregister.php55 if (gettype($data[4]) == "string") {
/plugin/sympaauth/files/
H A Dsympa.class.php131 if (isset($res) && gettype($res) == 'array') {
/plugin/googlesearch/
H A Dnusoap.php516 $tt = gettype($v);
3613 … called method $this->methodname, received $this->methodreturn of type ".gettype($this->methodretu…
3638 $this->debug('got a(n) '.gettype($this->methodreturn).' from method');
5247 if ($uqType == 'string' && gettype($value) == 'string') {
5250 if (($uqType == 'long' || $uqType == 'unsignedLong') && gettype($value) == 'double') {
6673 $this->debug('sent message successfully and got a(n) '.gettype($return));

123456789