Home
last modified time | relevance | path

Searched refs:gettype (Results 176 – 200 of 212) sorted by relevance

123456789

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php468 switch (gettype($variable)) {
474 $returnstring .= '<td valign="top">'.gettype($value);
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php115 $typeName = \gettype($data);
/plugin/register/
H A Dsyntax.php231 if (gettype($data) != "array") {
H A Dregister.php55 if (gettype($data[4]) == "string") {
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php495 gettype($quote_style) . ' given', E_USER_WARNING);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php814 … if (gettype($item) !== $type['array_type'] && !$item instanceof $type['array_type']) {
819 …} elseif (gettype($values[$property]) !== $type['type'] && !$values[$property] instanceof $type['t…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md181 [gettype()](http://php.net/manual/en/function.gettype.php) function):
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md176 [gettype()](http://php.net/manual/en/function.gettype.php) function):
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php146 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DPKCS8.php658 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKB.php90 throw new \Exception('Cannot read empty WKB geometry. Found ' . gettype($wkb));
H A DTWKB.php92 throw new \Exception('Cannot read empty TWKB. Found ' . gettype($twkb));
/plugin/mantis/lib/
H A Dclass.soap_server.php598 …$this->debug("in invoke_method, called method $this->methodname, received data of type ".gettype($…
623 $this->debug('got a(n) '.gettype($this->methodreturn).' from method');
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));
H A Dclass.wsdl.php1357 if ($uqType == 'string' && gettype($value) == 'string') {
1360 if (($uqType == 'long' || $uqType == 'unsignedLong') && gettype($value) == 'double') {
/plugin/accscounter/syntax/
H A Dcounter.php362 if (gettype($counter) == "string") {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php71 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
/plugin/botbouncer/lib/
H A Dmollom.php139 $type = gettype($value);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php481 throw new \TypeError(\sprintf('Argument 2 passed to "%s()" must be of type array|bool|null, %s given.', __METHOD__, \is_object($options) ? \get_class($options) : \gettype($options)));
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php160 \sprintf('Invalid type in $file parameter (%s)', \gettype($file))
/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/indexmenu/inc/
H A Dpclzip.lib.php503 PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type '" . gettype($p_filelist) . "' for p_filelist");
1746 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type " . gettype($v_value) . ". String expected for attribute '" . PclZipUtilOptionText($v_key) . "'");
1764 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type " . gettype($v_value) . ". String expected for attribute '" . PclZipUtilOptionText($v_key) . "'");
1781 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type " . gettype($v_value) . ". String expected for attribute '" . PclZipUtilOptionText($v_key) . "'");
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php383 $this->function->gettype = 'resource',
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php1163 return is_object($value) ? get_class($value) : gettype($value);

123456789