Home
last modified time | relevance | path

Searched refs:isNativeType (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php247 * @param bool $isNativeType
260 if ($isNativeType == null) {
261 $isNativeType = PHPUnit_Util_Type::isType($type);
268 $isNativeType
308 * @param bool $isNativeType
316 $isNativeType,
326 * @param bool $isNativeType
339 if ($isNativeType == null) {
348 $isNativeType
363 * @param bool $isNativeType
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php126 * @param bool $isNativeType
129 …eContainsOnly($type, $haystackAttributeName, $haystackClassOrObject, $isNativeType = null, $messag… argument
314 * @param bool $isNativeType
317 …tContainsOnly($type, $haystackAttributeName, $haystackClassOrObject, $isNativeType = null, $messag… argument
527 * @param bool $isNativeType
530 function assertContainsOnly($type, $haystack, $isNativeType = null, $message = '') argument
974 * @param bool $isNativeType
977 function assertNotContainsOnly($type, $haystack, $isNativeType = null, $message = '') argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DTraversableContainsOnly.php29 * @param bool $isNativeType
31 public function __construct($type, $isNativeType = true) argument
35 if ($isNativeType) {