Home
last modified time | relevance | path

Searched refs:gettype (Results 151 – 175 of 212) sorted by last modified time

123456789

/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/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php126 is_object($actual) ? 'an instance of ' . get_class($actual) : gettype($actual)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php542 …tf('Impossible to access a key ("%s") on a %s variable ("%s").', $item, \gettype($object), $object…
547 …ossible to access an attribute ("%s") on a %s variable ("%s").', $item, \gettype($object), $object…
568 …'Impossible to invoke a method ("%s") on a %s variable ("%s").', $item, \gettype($object), $object…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php1163 return is_object($value) ? get_class($value) : gettype($value);
/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 DExactValueToken.php76 } elseif (gettype($argument) !== gettype($this->value)) {
/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/Promise/
H A DThrowPromise.php53 is_object($exception) ? get_class($exception) : gettype($exception)
H A DCallbackPromise.php40 gettype($callback)
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DTypeComparator.php43 if (gettype($expected) != gettype($actual)) {
54 gettype($expected)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallbackPrediction.php41 gettype($callback)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsEmpty.php55 $type = gettype($other);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DInvalidArgumentHelper.php32 $value !== null ? ' (' . gettype($value) . '#' . $value . ')' : ' (No Value) ',
H A DXML.php45 throw new PHPUnit_Framework_Exception('Could not load XML from ' . gettype($actual));
/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/Prophecy/
H A DMethodProphecy.php127 gettype($arguments)
154 gettype($promise)
233 gettype($prediction)
311 gettype($prediction)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DInvalidArgumentException.php30 $value !== null ? ' (' . gettype($value) . '#' . $value . ')' : ' (No Value) ',
/plugin/gdpr/_test/
H A DGeneral.test.php55 gettype($conf),
56 gettype($meta),
60 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/farmsync/_test/
H A Dgeneral.test.php43 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/cnmap/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/adminperm/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/pwaoffline/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/cleanoldips/_test/
H A Dgeneral.test.php53 gettype($conf),
54 gettype($meta),
58 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/searchdefaults/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'searchdefaults/conf/de…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/newnamespacepermissions/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'newnamespacepermission…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {

123456789