Home
last modified time | relevance | path

Searched refs:gettype (Results 126 – 150 of 212) sorted by last modified time

123456789

/plugin/sitemapnavi/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'sitemapnavi/conf/defau…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/ipban/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 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/bureaucracyau/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'bureaucracyau/conf/def…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/bureaucracy-au/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'bureaucracy/conf/defau…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/swarmwebhook/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php202 \is_object($data) ? \get_class($data) : \gettype($data),
203 \is_object($result) ? \get_class($result) : \gettype($result)
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/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DEnum.php67 is_object($var) ? get_class($var) : gettype($var)
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php814 … if (gettype($item) !== $type['array_type'] && !$item instanceof $type['array_type']) {
819 …} elseif (gettype($values[$property]) !== $type['type'] && !$values[$property] instanceof $type['t…
H A DFileCacheReader.php78 gettype($umask)
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php410 ('resource' !== gettype($stream) ||
416 gettype($stream)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php383 $this->function->gettype = 'resource',
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php198 switch ($type = gettype($head)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1609 …et_class($extension), \is_object($operators) ? \get_class($operators) : \gettype($operators).(\is_…
/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/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DCallbackToken.php37 gettype($callback)
/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/myclabs/deep-copy/
H A DREADME.md181 [gettype()](http://php.net/manual/en/function.gettype.php) function):
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DArrayTest.php45 gettype($input),
46 gettype($input)
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DLazyEventDispatcher.php24 …ontainerInterface::class, \is_object($container) ? \get_class($container) : \gettype($container)));
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php115 $typeName = \gettype($data);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DGroupsExclusionStrategy.php105 …alue for the property path "%s" should be an array, "%s" given', $index, gettype($groups[$path])));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php30 …ontainerInterface::class, \is_object($container) ? \get_class($container) : \gettype($container)));

123456789