Home
last modified time | relevance | path

Searched refs:gettype (Results 151 – 175 of 212) sorted by relevance

123456789

/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php238 $type = gettype($deserializer);
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php320 $type = gettype($deserializer);
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php91 if (gettype($row['value']) === 'resource') {
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php320 $type = gettype($deserializer);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php45 throw new PHPUnit_Framework_Exception('Could not load XML from ' . gettype($actual));
/plugin/geogebrembed/syntax/
H A Dggb.php168 switch (gettype($val)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPSS.php112 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DMSBLOB.php90 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php43 switch (gettype($input)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php132 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php152 return in_array(gettype($param), ['string', 'NULL']);
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php188 if (isset($res) && gettype($res) == 'array') {
314 if (isset($res) && gettype($res) == 'array') {
/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/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php90 …throw new RuntimeException(sprintf('Expected array, but got %s: %s', \gettype($data), json_encode(…
H A DXmlSerializationVisitor.php268 …ion->class, $metadata->reflection->name, \is_object($node) ? \get_class($node) : \gettype($node)));
278 …sprintf('Unsupported value type for XML attribute map. Expected array but got %s.', \gettype($v)));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS1.php65 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DPKCS8.php85 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php376 gettype($actual),
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php193 return '[unknown('.gettype($data).')]';
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php47 $type = gettype($resource);
/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/fedauth/Auth/
H A DOpenID.php256 gettype($arr), E_USER_WARNING);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php69 is_object($interface) ? get_class($interface).' class' : gettype($interface)
/plugin/openid/Auth/
H A DOpenID.php269 gettype($arr), E_USER_WARNING);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php78 gettype($umask)

123456789