Searched refs:isNativeType (Results 1 – 3 of 3) sorted by relevance
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
| D | TraversableContainsOnly.php | 29 * @param bool $isNativeType 31 public function __construct($type, $isNativeType = true) argument 35 if ($isNativeType) {
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
| D | Functions.php | 126 * @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/ |
| D | Assert.php | 247 * @param bool $isNativeType 250 public static function assertContainsOnly($type, $haystack, $isNativeType = null, $message = '') argument 260 if ($isNativeType == null) { 261 $isNativeType = PHPUnit_Util_Type::isType($type); 268 $isNativeType 308 * @param bool $isNativeType 311 …eContainsOnly($type, $haystackAttributeName, $haystackClassOrObject, $isNativeType = null, $messag… argument 316 $isNativeType, 326 * @param bool $isNativeType 329 …public static function assertNotContainsOnly($type, $haystack, $isNativeType = null, $message = '') argument [all …]
|