Home
last modified time | relevance | path

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

123456789

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php198 is_object($value) ? get_class($value) : gettype($value)
221 is_object($header) ? get_class($header) : gettype($header)
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php144 trigger_error('mb_decode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING);
154 trigger_error('mb_decode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING);
204 trigger_error('mb_encode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING);
214 trigger_error('mb_encode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING);
220 trigger_error('mb_encode_numericentity() expects parameter 4 to be boolean, '.\gettype($s).' given', \E_USER_WARNING);
545 trigger_error('mb_str_split() expects parameter 1 to be string, '.\gettype($string).' given', \E_USER_WARNING);
/plugin/clippy/
H A Dsyntax.php21 public function gettype() { function in syntax_plugin_clippy
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DRaw.php42 throw new \UnexpectedValueException('Key should be a array - not a ' . gettype($key));
H A DXML.php49 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSqsHandler.php48 if (!isset($record['formatted']) || 'string' !== gettype($record['formatted'])) {
/plugin/mediasyntax/syntax/
H A Dteletyper.php45 dbglog("entering function ".__FUNCTION__.", mode is $mode, data is $data, data's type is ".gettype($data));
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DLazyEventDispatcher.php24 …ontainerInterface::class, \is_object($container) ? \get_class($container) : \gettype($container)));
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DTarget.php87 … is_object($values['value']) ? get_class($values['value']) : gettype($values['value'])
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DTermsSet.php36 throw new \TypeError(\sprintf('Argument 3 passed to "%s()" must be of type %s|string, %s given.', __METHOD__, AbstractScript::class, \is_object($minimumShouldMatch) ? \get_class($minimumShouldMatch) : \gettype($minimumShouldMatch)));
H A DTerms.php53 throw new \TypeError(\sprintf('Argument 1 passed to "%s()" must be a scalar, %s given.', __METHOD__, \is_object($term) ? \get_class($term) : \gettype($term)));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v1.php405 if (gettype($track) == 'string') {
415 switch (gettype($genreid)) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php50 …rue) . '. xml body: ' . $this->response->body . '. What type we got: ' . gettype($xml) . ' class, …
/plugin/webdav/vendor/sabre/event/lib/
H A Dcoroutine.php81 $type = is_object($reason) ? get_class($reason) : gettype($reason);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTemplate.php116 switch (gettype($value)) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php53 is_object($exception) ? get_class($exception) : gettype($exception)
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php55 if (gettype($bounds) == 'object') {
58 if (gettype($bounds) == 'array') {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php55 $componentType = gettype($components[$i]) !== 'object'
56 ? gettype($components[$i])
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php97 $type = gettype($deserializer);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DPsrLogMessageProcessor.php74 $replacements[$placeholder] = '['.gettype($val).']';
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php97 $type = gettype($deserializer);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapServer.php
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php30 …ontainerInterface::class, \is_object($container) ? \get_class($container) : \gettype($container)));
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php126 is_object($actual) ? 'an instance of ' . get_class($actual) : gettype($actual)
/plugin/photogallery/lib/
H A Darray_column.php45 'array_column() expects parameter 1 to be array, ' . gettype($params[0]) . ' given',

123456789