Home
last modified time | relevance | path

Searched refs:gettype (Results 101 – 125 of 212) sorted by path

123456789

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php127 gettype($arguments)
154 gettype($promise)
233 gettype($prediction)
311 gettype($prediction)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DInvalidArgumentException.php30 $value !== null ? ' (' . gettype($value) . '#' . $value . ')' : ' (No Value) ',
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsEmpty.php55 $type = gettype($other);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DInvalidArgumentHelper.php32 $value !== null ? ' (' . gettype($value) . '#' . $value . ')' : ' (No Value) ',
H A DXML.php45 throw new PHPUnit_Framework_Exception('Could not load XML from ' . gettype($actual));
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DTypeComparator.php43 if (gettype($expected) != gettype($actual)) {
54 gettype($expected)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1609 …et_class($extension), \is_object($operators) ? \get_class($operators) : \gettype($operators).(\is_…
H A DTemplate.php542 …tf('Impossible to access a key ("%s") on a %s variable ("%s").', $item, \gettype($object), $object…
547 …ossible to access an attribute ("%s") on a %s variable ("%s").', $item, \gettype($object), $object…
568 …'Impossible to invoke a method ("%s") on a %s variable ("%s").', $item, \gettype($object), $object…
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php518 …versable" as replace values, got "%s".', \is_object($from) ? \get_class($from) : \gettype($from)));
641 …ge filter only works with arrays or "Traversable", got "%s" as first argument.', \gettype($arr1)));
645 …e filter only works with arrays or "Traversable", got "%s" as second argument.', \gettype($arr2)));
919 …r(sprintf('The sort filter only works with arrays or "Traversable", got "%s".', \gettype($array)));
/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…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php1163 return is_object($value) ? get_class($value) : gettype($value);
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php239 switch (gettype($var)) {
421 : new Services_JSON_Error(gettype($var)." can not be encoded as JSON string");
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php376 gettype($actual),
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php495 gettype($quote_style) . ' given', E_USER_WARNING);
/plugin/gdpr/_test/
H A DGeneral.test.php55 gettype($conf),
56 gettype($meta),
60 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/geogebrembed/syntax/
H A Dggb.php168 switch (gettype($val)) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php55 if (gettype($bounds) == 'object') {
58 if (gettype($bounds) == 'array') {
H A DTWKB.php92 throw new \Exception('Cannot read empty TWKB. Found ' . gettype($twkb));
H A DWKB.php90 throw new \Exception('Cannot read empty WKB geometry. Found ' . gettype($wkb));
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php55 $componentType = gettype($components[$i]) !== 'object'
56 ? gettype($components[$i])
/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));
/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($…
H A DXMLDocument.php167 if(gettype($xml) == "object" && strtolower(get_class($xml)) == "xml") {
/plugin/htmldetailstag/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php320 $type = gettype($deserializer);

123456789