Home
last modified time | relevance | path

Searched refs:gettype (Results 1 – 25 of 212) sorted by last modified time

123456789

/plugin/dbquery/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/structpublish/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php55 if (gettype($bounds) == 'object') {
58 if (gettype($bounds) == 'array') {
H A DTWKB.php92 throw new \Exception('Cannot read empty TWKB. Found ' . gettype($twkb));
H A DWKB.php90 throw new \Exception('Cannot read empty WKB geometry. Found ' . gettype($wkb));
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php55 $componentType = gettype($components[$i]) !== 'object'
56 ? gettype($components[$i])
/plugin/photogallery/lib/
H A Darray_column.php45 'array_column() expects parameter 1 to be array, ' . gettype($params[0]) . ' given',
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php4183 return gettype($var);
/plugin/sqlite/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/structstatus/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'structstatus/conf/defa…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/imagemapping/_test/
H A Dgeneral.test.php
/plugin/xlsx2dw/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/dev/skel/_test/
H A DGeneralTest.php61 gettype($conf),
62 gettype($meta),
/plugin/structtasks/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1254 $debug_object->debug_log(2, 'Invalid type: ', gettype($class));
1266 $debug_object->debug_log(2, 'Invalid type: ', gettype($class));
/plugin/imapmarkers/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/translation/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md176 [gettype()](http://php.net/manual/en/function.gettype.php) function):
/plugin/dw2pdf/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/dw2pdf/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/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php160 \sprintf('Invalid type in $file parameter (%s)', \gettype($file))
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php84 is_object($value) ? get_class($value) : gettype($value)
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php144 trigger_error('mb_decode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING);
154 trigger_error('mb_decode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING);
204 trigger_error('mb_encode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING);
214 trigger_error('mb_encode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING);
220 trigger_error('mb_encode_numericentity() expects parameter 4 to be boolean, '.\gettype($s).' given', \E_USER_WARNING);
545 trigger_error('mb_str_split() expects parameter 1 to be string, '.\gettype($string).' given', \E_USER_WARNING);
/plugin/combo/ComboStrap/
H A DDataType.php206 return gettype($value);
/plugin/structodt/_test/
H A Dgeneral.test.php48 $this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'structodt/conf/default.php and ' . DOKU_PLUGIN . 'structodt/conf/metadata.php have to exist and contain the same keys.');
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {

123456789