Home
last modified time | relevance | path

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

123456789

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DEnum.php67 is_object($var) ? get_class($var) : gettype($var)
H A DTarget.php87 … is_object($values['value']) ? get_class($values['value']) : gettype($values['value'])
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php126 is_object($actual) ? 'an instance of ' . get_class($actual) : gettype($actual)
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/consistency/
H A DXcallable.php198 switch ($type = gettype($head)) {
/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/jms/serializer/src/EventDispatcher/
H A DLazyEventDispatcher.php24 …ontainerInterface::class, \is_object($container) ? \get_class($container) : \gettype($container)));
/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/GraphNavigator/
H A DSerializationGraphNavigator.php115 $typeName = \gettype($data);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DLazyHandlerRegistry.php30 …ontainerInterface::class, \is_object($container) ? \get_class($container) : \gettype($container)));
/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 DSerializer.php202 \is_object($data) ? \get_class($data) : \gettype($data),
203 \is_object($result) ? \get_class($result) : \gettype($result)
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/jms/serializer/tests/Serializer/
H A DArrayTest.php45 gettype($input),
46 gettype($input)
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md181 [gettype()](http://php.net/manual/en/function.gettype.php) function):
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/
H A DTypeMatcher.php27 … return is_object($element) ? is_a($element, $this->type) : gettype($element) === $this->type;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DCallbackToken.php37 gettype($callback)
H A DExactValueToken.php76 } elseif (gettype($argument) !== gettype($this->value)) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php100 is_object($interface) ? get_class($interface).' class' : gettype($interface)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php69 is_object($interface) ? get_class($interface).' class' : gettype($interface)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallbackPrediction.php41 gettype($callback)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DCallbackPromise.php40 gettype($callback)
H A DThrowPromise.php53 is_object($exception) ? get_class($exception) : gettype($exception)

123456789