Home
last modified time | relevance | path

Searched refs:gettype (Results 76 – 100 of 212) sorted by relevance

123456789

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DArrayTest.php45 gettype($input),
46 gettype($input)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DExactValueToken.php76 } elseif (gettype($argument) !== gettype($this->value)) {
H A DCallbackToken.php37 gettype($callback)
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DTypedItem.php109 gettype($expiration)
129 $error = sprintf($message, get_class($this), gettype($time));
H A DItem.php116 gettype($expiration)
136 $error = sprintf($message, get_class($this), gettype($time));
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php145 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
157 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
188 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
196 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
286 if(gettype($node) == "object") {
314 if(gettype($node) == "object") {
450 …if(gettype($referencedBranches[$i]->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($…
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php234 …Exception('The writer does not know how to serialize arrays with keys of type: ' . gettype($name));
245 …throw new InvalidArgumentException('The writer cannot serialize values of type: ' . gettype($value…
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php234 …Exception('The writer does not know how to serialize arrays with keys of type: ' . gettype($name));
245 …throw new InvalidArgumentException('The writer cannot serialize values of type: ' . gettype($value…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php74 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
149 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/
H A DTypeMatcher.php27 … return is_object($element) ? is_a($element, $this->type) : gettype($element) === $this->type;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsEmpty.php55 $type = gettype($other);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/
H A DTypeMatcher.php27 return is_object($element) ? is_a($element, $this->type) : gettype($element) === $this->type;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DInvalidArgumentHelper.php32 $value !== null ? ' (' . gettype($value) . '#' . $value . ')' : ' (No Value) ',
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DInvalidArgumentException.php30 $value !== null ? ' (' . gettype($value) . '#' . $value . ')' : ' (No Value) ',
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel64 gettype($conf),
65 gettype($meta),
/plugin/offline/inc/
H A Dlog.inc.php17 if (gettype($data) == 'array') {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DEnum.php67 is_object($var) ? get_class($var) : gettype($var)
/plugin/jukebox/id3/
H A Dmodule.tag.id3v1.php330 if (gettype($track) == 'string') {
340 switch (gettype($genreid)) {
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php105 …ror('sapi_windows_vt100_support() expects parameter 1 to be resource, '.\gettype($stream).' given'…
137 …trigger_error('stream_isatty() expects parameter 1 to be resource, '.\gettype($stream).' given', \…
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php236 switch (gettype($message['body'])) {
294 switch (gettype($input)) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DCallbackPromise.php40 gettype($callback)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DForeachProcessor.php33 throw new \TypeError(\sprintf('Argument 2 passed to %s::__construct() must be of type %s|array, %s given.', self::class, AbstractProcessor::class, \is_object($processor) ? \get_class($processor) : \gettype($processor)));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallbackPrediction.php41 gettype($callback)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeohashGrid.php49 throw new \TypeError(\sprintf('Argument 1 passed to "%s()" must be of type int|string, %s given.', __METHOD__, \is_object($precision) ? \get_class($precision) : \gettype($precision)));
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php46 ….0.', \is_object($node) ? \get_class($node) : null === $node ? 'null' : \gettype($node), $name, \g…
202 ….0.', \is_object($node) ? \get_class($node) : null === $node ? 'null' : \gettype($node), $name, \g…

123456789