Home
last modified time | relevance | path

Searched refs:gettype (Results 76 – 100 of 212) sorted by last modified time

123456789

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php152 return in_array(gettype($param), ['string', 'NULL']);
H A DUtils.php314 switch (gettype($resource)) {
352 throw new \InvalidArgumentException('Invalid resource type: ' . gettype($resource));
/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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSqsHandler.php48 if (!isset($record['formatted']) || 'string' !== gettype($record['formatted'])) {
/plugin/vshare/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/lms/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/instantpage/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/pureldap/_test/
H A Dgeneral.test.php
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapServer.php
/plugin/passpolicy/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php258 . gettype($record)
/plugin/csv/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/reqlang/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/geogebrembed/syntax/
H A Dggb.php168 switch (gettype($val)) {
/plugin/watchcycle/_test/
H A Dgeneral.test.php52 $this->assertEquals(gettype($conf), gettype($meta),
55 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/stale/_test/
H A DbaseTest.php81 gettype($conf),
82 gettype($meta),
86 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
115 gettype($conf),
116 gettype($lang),
120 if (gettype($conf) != 'NULL' && gettype($lang) != 'NULL') {
/plugin/dx/_test/
H A DGeneralTest.php64 gettype($conf),
65 gettype($meta),
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel64 gettype($conf),
65 gettype($meta),
/plugin/bookcreator/_test/
H A DGeneralTest.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/yearbox/_test/
H A DGeneralTest.php61 gettype($conf),
62 gettype($meta),
/plugin/htmldetailstag/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/today/_test/
H A DGeneralTest.php64 gettype($conf),
65 gettype($meta),
/plugin/simplemap/_test/
H A DGeneralSimplemapTest.php64 gettype($conf),
65 gettype($meta),
/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/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php97 $type = gettype($deserializer);

123456789