Home
last modified time | relevance | path

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

123456789

/plugin/vshare/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/watchcycle/_test/
H A Dgeneral.test.php52 $this->assertEquals(gettype($conf), gettype($meta),
55 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/webcomponent/_test/
H A Dgeneral.test.php82 gettype($conf),
83 gettype($meta),
87 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php91 if (gettype($row['value']) === 'resource') {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php97 $type = gettype($deserializer);
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php214 $type = is_object($reason) ? get_class($reason) : gettype($reason);
H A Dcoroutine.php81 $type = is_object($reason) ? get_class($reason) : gettype($reason);
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php320 $type = gettype($deserializer);
/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/xlsx2dw/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/yearbox/_test/
H A DGeneralTest.php61 gettype($conf),
62 gettype($meta),
/plugin/yuriigantt/_test/
H A Dgeneral.test.php71 gettype($conf),
72 gettype($meta),
76 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {

123456789