Searched refs:isNativeType (Results 1 – 3 of 3) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
H A 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/ |
H A 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/ |
H A D | Assert.php | 247 * @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 …]
|