SYMBOL INDEX (849 symbols across 107 files) FILE: bin/src/MixinGenerator.php class MixinGenerator (line 20) | final class MixinGenerator method generate (line 59) | public function generate(): string method namespace (line 74) | private function namespace(): string method trait (line 89) | private function trait(ReflectionClass $assert): string method nullOr (line 137) | private function nullOr(ReflectionMethod $method, int $indent): ?string method all (line 156) | private function all(ReflectionMethod $method, int $indent): ?string method allNullOr (line 179) | private function allNullOr(ReflectionMethod $method, int $indent): ?st... method assertion (line 207) | private function assertion(ReflectionMethod $method, string $methodNam... method reduceParameterType (line 344) | private function reduceParameterType(ReflectionType $type): string method applyTypeTemplate (line 363) | private function applyTypeTemplate(string $type, string $typeTemplate)... method shouldSkipAnnotation (line 374) | private function shouldSkipAnnotation(string $newMethodName, string $k... method findLongestTypeAndName (line 391) | private function findLongestTypeAndName(array $values): array method staticMethod (line 432) | private function staticMethod(string $name, array $parameters, array $... method functionParameters (line 464) | private function functionParameters(array $parameters, array $types, a... method phpdoc (line 495) | private function phpdoc(array $lines, int $indent): string method parseDocComment (line 526) | private function parseDocComment(string $comment): array method splitDocLine (line 551) | private function splitDocLine(string $line): array method getMethods (line 567) | private function getMethods(ReflectionClass $assert): array FILE: src/Assert.php class Assert (line 33) | class Assert method string (line 44) | public static function string(mixed $value, string $message = ''): string method stringNotEmpty (line 65) | public static function stringNotEmpty(mixed $value, string $message = ... method integer (line 80) | public static function integer(mixed $value, string $message = ''): int method integerish (line 99) | public static function integerish(mixed $value, string $message = ''):... method positiveInteger (line 120) | public static function positiveInteger(mixed $value, string $message =... method notNegativeInteger (line 142) | public static function notNegativeInteger(mixed $value, string $messag... method negativeInteger (line 164) | public static function negativeInteger(mixed $value, string $message =... method float (line 185) | public static function float(mixed $value, string $message = ''): float method numeric (line 204) | public static function numeric(mixed $value, string $message = ''): in... method natural (line 225) | public static function natural(mixed $value, string $message = ''): int method boolean (line 244) | public static function boolean(mixed $value, string $message = ''): bool method scalar (line 263) | public static function scalar(mixed $value, string $message = ''): int... method object (line 282) | public static function object(mixed $value, string $message = ''): object method objectish (line 303) | public static function objectish(mixed $value, string $message = ''): ... method resource (line 333) | public static function resource(mixed $value, ?string $type = null, st... method isInitialized (line 361) | public static function isInitialized(mixed $value, string $property, s... method isCallable (line 384) | public static function isCallable(mixed $value, string $message = ''):... method isArray (line 403) | public static function isArray(mixed $value, string $message = ''): array method isArrayAccessible (line 422) | public static function isArrayAccessible(mixed $value, string $message... method isCountable (line 441) | public static function isCountable(mixed $value, string $message = '')... method isIterable (line 460) | public static function isIterable(mixed $value, string $message = ''):... method isInstanceOf (line 485) | public static function isInstanceOf(mixed $value, mixed $class, string... method notInstanceOf (line 510) | public static function notInstanceOf(mixed $value, mixed $class, strin... method isInstanceOfAny (line 536) | public static function isInstanceOfAny(mixed $value, mixed $classes, s... method isAOf (line 566) | public static function isAOf(mixed $value, mixed $class, string $messa... method isNotA (line 594) | public static function isNotA(mixed $value, mixed $class, string $mess... method isAnyOf (line 619) | public static function isAnyOf(mixed $value, mixed $classes, string $m... method isEmpty (line 648) | public static function isEmpty(mixed $value, string $message = ''): mixed method notEmpty (line 669) | public static function notEmpty(mixed $value, string $message = ''): m... method null (line 688) | public static function null(mixed $value, string $message = ''): null method notNull (line 709) | public static function notNull(mixed $value, string $message = ''): mixed method true (line 727) | public static function true(mixed $value, string $message = ''): true method false (line 746) | public static function false(mixed $value, string $message = ''): false method notFalse (line 765) | public static function notFalse(mixed $value, string $message = ''): m... method ip (line 783) | public static function ip(mixed $value, string $message = ''): string method ipv4 (line 804) | public static function ipv4(mixed $value, string $message = ''): string method ipv6 (line 825) | public static function ipv6(mixed $value, string $message = ''): string method email (line 846) | public static function email(mixed $value, string $message = ''): string method uniqueValues (line 865) | public static function uniqueValues(mixed $values, string $message = '... method eq (line 888) | public static function eq(mixed $value, mixed $expect, string $message... method notEq (line 904) | public static function notEq(mixed $value, mixed $expect, string $mess... method same (line 921) | public static function same(mixed $value, mixed $expect, string $messa... method notSame (line 939) | public static function notSame(mixed $value, mixed $expect, string $me... method greaterThan (line 956) | public static function greaterThan(mixed $value, mixed $limit, string ... method greaterThanEq (line 974) | public static function greaterThanEq(mixed $value, mixed $limit, strin... method lessThan (line 992) | public static function lessThan(mixed $value, mixed $limit, string $me... method lessThanEq (line 1010) | public static function lessThanEq(mixed $value, mixed $limit, string $... method range (line 1030) | public static function range(mixed $value, mixed $min, mixed $max, str... method oneOf (line 1051) | public static function oneOf(mixed $value, mixed $values, string $mess... method inArray (line 1065) | public static function inArray(mixed $value, mixed $values, string $me... method notOneOf (line 1087) | public static function notOneOf(mixed $value, mixed $values, string $m... method notInArray (line 1104) | public static function notInArray(mixed $value, mixed $values, string ... method contains (line 1124) | public static function contains(mixed $value, mixed $subString, string... method notContains (line 1145) | public static function notContains(mixed $value, mixed $subString, str... method notWhitespaceOnly (line 1166) | public static function notWhitespaceOnly(mixed $value, string $message... method startsWith (line 1185) | public static function startsWith(mixed $value, mixed $prefix, string ... method notStartsWith (line 1206) | public static function notStartsWith(mixed $value, mixed $prefix, stri... method startsWithLetter (line 1227) | public static function startsWithLetter(mixed $value, string $message ... method endsWith (line 1255) | public static function endsWith(mixed $value, mixed $suffix, string $m... method notEndsWith (line 1276) | public static function notEndsWith(mixed $value, mixed $suffix, string... method regex (line 1297) | public static function regex(mixed $value, mixed $pattern, string $mes... method notRegex (line 1317) | public static function notRegex(mixed $value, mixed $pattern, string $... method unicodeLetters (line 1339) | public static function unicodeLetters(mixed $value, string $message = ... method alpha (line 1358) | public static function alpha(mixed $value, string $message = ''): string method digits (line 1382) | public static function digits(mixed $value, string $message = ''): string method alnum (line 1406) | public static function alnum(mixed $value, string $message = ''): string method lower (line 1432) | public static function lower(mixed $value, string $message = ''): string method upper (line 1458) | public static function upper(mixed $value, string $message = ''): string method length (line 1482) | public static function length(mixed $value, mixed $length, string $mes... method minLength (line 1505) | public static function minLength(mixed $value, mixed $min, string $mes... method maxLength (line 1528) | public static function maxLength(mixed $value, mixed $max, string $mes... method lengthBetween (line 1551) | public static function lengthBetween(mixed $value, mixed $min, mixed $... method fileExists (line 1576) | public static function fileExists(mixed $value, string $message = ''):... method file (line 1593) | public static function file(mixed $value, string $message = ''): string method directory (line 1610) | public static function directory(mixed $value, string $message = ''): ... method readable (line 1627) | public static function readable(mixed $value, string $message = ''): s... method writable (line 1644) | public static function writable(mixed $value, string $message = ''): s... method classExists (line 1663) | public static function classExists(mixed $value, string $message = '')... method subclassOf (line 1690) | public static function subclassOf(mixed $value, mixed $class, string $... method interfaceExists (line 1711) | public static function interfaceExists(mixed $value, string $message =... method implementsInterface (line 1737) | public static function implementsInterface(mixed $value, mixed $interf... method propertyExists (line 1763) | public static function propertyExists(mixed $classOrObject, mixed $pro... method propertyNotExists (line 1785) | public static function propertyNotExists(mixed $classOrObject, mixed $... method methodExists (line 1805) | public static function methodExists(mixed $classOrObject, mixed $metho... method methodNotExists (line 1827) | public static function methodNotExists(mixed $classOrObject, mixed $me... method keyExists (line 1848) | public static function keyExists(mixed $array, string|int $key, string... method keyNotExists (line 1869) | public static function keyNotExists(mixed $array, string|int $key, str... method validArrayKey (line 1892) | public static function validArrayKey(mixed $value, string $message = '... method count (line 1907) | public static function count(mixed $array, mixed $number, string $mess... method minCount (line 1928) | public static function minCount(mixed $array, mixed $min, string $mess... method maxCount (line 1947) | public static function maxCount(mixed $array, mixed $max, string $mess... method countBetween (line 1966) | public static function countBetween(mixed $array, mixed $min, mixed $m... method isList (line 1995) | public static function isList(mixed $array, string $message = ''): array method isNonEmptyList (line 2015) | public static function isNonEmptyList(mixed $array, string $message = ... method isMap (line 2036) | public static function isMap(mixed $array, string $message = ''): array method isStatic (line 2058) | public static function isStatic(mixed $callable, string $message = '')... method notStatic (line 2084) | public static function notStatic(mixed $callable, string $message = ''... method isNonEmptyMap (line 2115) | public static function isNonEmptyMap(mixed $array, string $message = '... method uuid (line 2128) | public static function uuid(mixed $value, string $message = ''): string method throws (line 2156) | public static function throws(mixed $expression, string $class = Throw... method callableToClosure (line 2184) | protected static function callableToClosure(callable $callable): Closu... method valueToString (line 2200) | protected static function valueToString(mixed $value): string method typeToString (line 2248) | protected static function typeToString(mixed $value): string method strlen (line 2253) | protected static function strlen(string $value): int method reportInvalidArgument (line 2271) | protected static function reportInvalidArgument(string $message): never method __construct (line 2276) | private function __construct() FILE: src/InvalidArgumentException.php class InvalidArgumentException (line 15) | class InvalidArgumentException extends \InvalidArgumentException FILE: src/Mixin.php type Mixin (line 15) | trait Mixin method nullOrString (line 26) | public static function nullOrString(mixed $value, string $message = ''... method allString (line 42) | public static function allString(mixed $value, string $message = ''): ... method allNullOrString (line 62) | public static function allNullOrString(mixed $value, string $message =... method nullOrStringNotEmpty (line 82) | public static function nullOrStringNotEmpty(mixed $value, string $mess... method allStringNotEmpty (line 98) | public static function allStringNotEmpty(mixed $value, string $message... method allNullOrStringNotEmpty (line 118) | public static function allNullOrStringNotEmpty(mixed $value, string $m... method nullOrInteger (line 138) | public static function nullOrInteger(mixed $value, string $message = '... method allInteger (line 154) | public static function allInteger(mixed $value, string $message = ''):... method allNullOrInteger (line 174) | public static function allNullOrInteger(mixed $value, string $message ... method nullOrIntegerish (line 194) | public static function nullOrIntegerish(mixed $value, string $message ... method allIntegerish (line 210) | public static function allIntegerish(mixed $value, string $message = '... method allNullOrIntegerish (line 230) | public static function allNullOrIntegerish(mixed $value, string $messa... method nullOrPositiveInteger (line 250) | public static function nullOrPositiveInteger(mixed $value, string $mes... method allPositiveInteger (line 266) | public static function allPositiveInteger(mixed $value, string $messag... method allNullOrPositiveInteger (line 286) | public static function allNullOrPositiveInteger(mixed $value, string $... method nullOrNotNegativeInteger (line 306) | public static function nullOrNotNegativeInteger(mixed $value, string $... method allNotNegativeInteger (line 322) | public static function allNotNegativeInteger(mixed $value, string $mes... method allNullOrNotNegativeInteger (line 342) | public static function allNullOrNotNegativeInteger(mixed $value, strin... method nullOrNegativeInteger (line 362) | public static function nullOrNegativeInteger(mixed $value, string $mes... method allNegativeInteger (line 378) | public static function allNegativeInteger(mixed $value, string $messag... method allNullOrNegativeInteger (line 398) | public static function allNullOrNegativeInteger(mixed $value, string $... method nullOrFloat (line 418) | public static function nullOrFloat(mixed $value, string $message = '')... method allFloat (line 434) | public static function allFloat(mixed $value, string $message = ''): i... method allNullOrFloat (line 454) | public static function allNullOrFloat(mixed $value, string $message = ... method nullOrNumeric (line 474) | public static function nullOrNumeric(mixed $value, string $message = '... method allNumeric (line 490) | public static function allNumeric(mixed $value, string $message = ''):... method allNullOrNumeric (line 510) | public static function allNullOrNumeric(mixed $value, string $message ... method nullOrNatural (line 530) | public static function nullOrNatural(mixed $value, string $message = '... method allNatural (line 546) | public static function allNatural(mixed $value, string $message = ''):... method allNullOrNatural (line 566) | public static function allNullOrNatural(mixed $value, string $message ... method nullOrBoolean (line 586) | public static function nullOrBoolean(mixed $value, string $message = '... method allBoolean (line 602) | public static function allBoolean(mixed $value, string $message = ''):... method allNullOrBoolean (line 622) | public static function allNullOrBoolean(mixed $value, string $message ... method nullOrScalar (line 642) | public static function nullOrScalar(mixed $value, string $message = ''... method allScalar (line 658) | public static function allScalar(mixed $value, string $message = ''): ... method allNullOrScalar (line 678) | public static function allNullOrScalar(mixed $value, string $message =... method nullOrObject (line 698) | public static function nullOrObject(mixed $value, string $message = ''... method allObject (line 714) | public static function allObject(mixed $value, string $message = ''): ... method allNullOrObject (line 734) | public static function allNullOrObject(mixed $value, string $message =... method nullOrObjectish (line 754) | public static function nullOrObjectish(mixed $value, string $message =... method allObjectish (line 770) | public static function allObjectish(mixed $value, string $message = ''... method allNullOrObjectish (line 790) | public static function allNullOrObjectish(mixed $value, string $messag... method nullOrResource (line 812) | public static function nullOrResource(mixed $value, ?string $type = nu... method allResource (line 830) | public static function allResource(mixed $value, ?string $type = null,... method allNullOrResource (line 852) | public static function allNullOrResource(mixed $value, ?string $type =... method nullOrIsCallable (line 872) | public static function nullOrIsCallable(mixed $value, string $message ... method allIsCallable (line 888) | public static function allIsCallable(mixed $value, string $message = '... method allNullOrIsCallable (line 908) | public static function allNullOrIsCallable(mixed $value, string $messa... method nullOrIsArray (line 928) | public static function nullOrIsArray(mixed $value, string $message = '... method allIsArray (line 944) | public static function allIsArray(mixed $value, string $message = ''):... method allNullOrIsArray (line 964) | public static function allNullOrIsArray(mixed $value, string $message ... method nullOrIsArrayAccessible (line 984) | public static function nullOrIsArrayAccessible(mixed $value, string $m... method allIsArrayAccessible (line 1000) | public static function allIsArrayAccessible(mixed $value, string $mess... method allNullOrIsArrayAccessible (line 1020) | public static function allNullOrIsArrayAccessible(mixed $value, string... method nullOrIsCountable (line 1040) | public static function nullOrIsCountable(mixed $value, string $message... method allIsCountable (line 1056) | public static function allIsCountable(mixed $value, string $message = ... method allNullOrIsCountable (line 1076) | public static function allNullOrIsCountable(mixed $value, string $mess... method nullOrIsIterable (line 1096) | public static function nullOrIsIterable(mixed $value, string $message ... method allIsIterable (line 1112) | public static function allIsIterable(mixed $value, string $message = '... method allNullOrIsIterable (line 1132) | public static function allNullOrIsIterable(mixed $value, string $messa... method nullOrIsInstanceOf (line 1154) | public static function nullOrIsInstanceOf(mixed $value, mixed $class, ... method allIsInstanceOf (line 1172) | public static function allIsInstanceOf(mixed $value, mixed $class, str... method allNullOrIsInstanceOf (line 1194) | public static function allNullOrIsInstanceOf(mixed $value, mixed $clas... method nullOrNotInstanceOf (line 1212) | public static function nullOrNotInstanceOf(mixed $value, mixed $class,... method allNotInstanceOf (line 1226) | public static function allNotInstanceOf(mixed $value, mixed $class, st... method allNullOrNotInstanceOf (line 1246) | public static function allNullOrNotInstanceOf(mixed $value, mixed $cla... method nullOrIsInstanceOfAny (line 1267) | public static function nullOrIsInstanceOfAny(mixed $value, mixed $clas... method allIsInstanceOfAny (line 1284) | public static function allIsInstanceOfAny(mixed $value, mixed $classes... method allNullOrIsInstanceOfAny (line 1305) | public static function allNullOrIsInstanceOfAny(mixed $value, mixed $c... method nullOrIsAOf (line 1326) | public static function nullOrIsAOf(mixed $value, mixed $class, string ... method allIsAOf (line 1343) | public static function allIsAOf(mixed $value, mixed $class, string $me... method allNullOrIsAOf (line 1364) | public static function allNullOrIsAOf(mixed $value, mixed $class, stri... method nullOrIsNotA (line 1386) | public static function nullOrIsNotA(mixed $value, mixed $class, string... method allIsNotA (line 1404) | public static function allIsNotA(mixed $value, mixed $class, string $m... method allNullOrIsNotA (line 1427) | public static function allNullOrIsNotA(mixed $value, mixed $class, str... method nullOrIsAnyOf (line 1450) | public static function nullOrIsAnyOf(mixed $value, mixed $classes, str... method allIsAnyOf (line 1469) | public static function allIsAnyOf(mixed $value, mixed $classes, string... method allNullOrIsAnyOf (line 1492) | public static function allNullOrIsAnyOf(mixed $value, mixed $classes, ... method nullOrIsEmpty (line 1512) | public static function nullOrIsEmpty(mixed $value, string $message = '... method allIsEmpty (line 1528) | public static function allIsEmpty(mixed $value, string $message = ''):... method allNullOrIsEmpty (line 1548) | public static function allNullOrIsEmpty(mixed $value, string $message ... method nullOrNotEmpty (line 1566) | public static function nullOrNotEmpty(mixed $value, string $message = ... method allNotEmpty (line 1580) | public static function allNotEmpty(mixed $value, string $message = '')... method allNullOrNotEmpty (line 1600) | public static function allNullOrNotEmpty(mixed $value, string $message... method allNull (line 1620) | public static function allNull(mixed $value, string $message = ''): it... method allNotNull (line 1638) | public static function allNotNull(mixed $value, string $message = ''):... method nullOrTrue (line 1658) | public static function nullOrTrue(mixed $value, string $message = ''):... method allTrue (line 1674) | public static function allTrue(mixed $value, string $message = ''): it... method allNullOrTrue (line 1694) | public static function allNullOrTrue(mixed $value, string $message = '... method nullOrFalse (line 1714) | public static function nullOrFalse(mixed $value, string $message = '')... method allFalse (line 1730) | public static function allFalse(mixed $value, string $message = ''): i... method allNullOrFalse (line 1750) | public static function allNullOrFalse(mixed $value, string $message = ... method nullOrNotFalse (line 1768) | public static function nullOrNotFalse(mixed $value, string $message = ... method allNotFalse (line 1782) | public static function allNotFalse(mixed $value, string $message = '')... method allNullOrNotFalse (line 1802) | public static function allNullOrNotFalse(mixed $value, string $message... method nullOrIp (line 1821) | public static function nullOrIp(mixed $value, string $message = ''): m... method allIp (line 1836) | public static function allIp(mixed $value, string $message = ''): iter... method allNullOrIp (line 1855) | public static function allNullOrIp(mixed $value, string $message = '')... method nullOrIpv4 (line 1874) | public static function nullOrIpv4(mixed $value, string $message = ''):... method allIpv4 (line 1889) | public static function allIpv4(mixed $value, string $message = ''): it... method allNullOrIpv4 (line 1908) | public static function allNullOrIpv4(mixed $value, string $message = '... method nullOrIpv6 (line 1927) | public static function nullOrIpv6(mixed $value, string $message = ''):... method allIpv6 (line 1942) | public static function allIpv6(mixed $value, string $message = ''): it... method allNullOrIpv6 (line 1961) | public static function allNullOrIpv6(mixed $value, string $message = '... method nullOrEmail (line 1980) | public static function nullOrEmail(mixed $value, string $message = '')... method allEmail (line 1995) | public static function allEmail(mixed $value, string $message = ''): i... method allNullOrEmail (line 2014) | public static function allNullOrEmail(mixed $value, string $message = ... method nullOrUniqueValues (line 2030) | public static function nullOrUniqueValues(mixed $values, string $messa... method allUniqueValues (line 2042) | public static function allUniqueValues(mixed $values, string $message ... method allNullOrUniqueValues (line 2058) | public static function allNullOrUniqueValues(mixed $values, string $me... method nullOrEq (line 2074) | public static function nullOrEq(mixed $value, mixed $expect, string $m... method allEq (line 2086) | public static function allEq(mixed $value, mixed $expect, string $mess... method allNullOrEq (line 2102) | public static function allNullOrEq(mixed $value, mixed $expect, string... method nullOrNotEq (line 2118) | public static function nullOrNotEq(mixed $value, mixed $expect, string... method allNotEq (line 2130) | public static function allNotEq(mixed $value, mixed $expect, string $m... method allNullOrNotEq (line 2146) | public static function allNullOrNotEq(mixed $value, mixed $expect, str... method nullOrSame (line 2164) | public static function nullOrSame(mixed $value, mixed $expect, string ... method allSame (line 2178) | public static function allSame(mixed $value, mixed $expect, string $me... method allNullOrSame (line 2196) | public static function allNullOrSame(mixed $value, mixed $expect, stri... method nullOrNotSame (line 2214) | public static function nullOrNotSame(mixed $value, mixed $expect, stri... method allNotSame (line 2228) | public static function allNotSame(mixed $value, mixed $expect, string ... method allNullOrNotSame (line 2246) | public static function allNullOrNotSame(mixed $value, mixed $expect, s... method nullOrGreaterThan (line 2264) | public static function nullOrGreaterThan(mixed $value, mixed $limit, s... method allGreaterThan (line 2278) | public static function allGreaterThan(mixed $value, mixed $limit, stri... method allNullOrGreaterThan (line 2296) | public static function allNullOrGreaterThan(mixed $value, mixed $limit... method nullOrGreaterThanEq (line 2314) | public static function nullOrGreaterThanEq(mixed $value, mixed $limit,... method allGreaterThanEq (line 2328) | public static function allGreaterThanEq(mixed $value, mixed $limit, st... method allNullOrGreaterThanEq (line 2346) | public static function allNullOrGreaterThanEq(mixed $value, mixed $lim... method nullOrLessThan (line 2364) | public static function nullOrLessThan(mixed $value, mixed $limit, stri... method allLessThan (line 2378) | public static function allLessThan(mixed $value, mixed $limit, string ... method allNullOrLessThan (line 2396) | public static function allNullOrLessThan(mixed $value, mixed $limit, s... method nullOrLessThanEq (line 2414) | public static function nullOrLessThanEq(mixed $value, mixed $limit, st... method allLessThanEq (line 2428) | public static function allLessThanEq(mixed $value, mixed $limit, strin... method allNullOrLessThanEq (line 2446) | public static function allNullOrLessThanEq(mixed $value, mixed $limit,... method nullOrRange (line 2464) | public static function nullOrRange(mixed $value, mixed $min, mixed $ma... method allRange (line 2478) | public static function allRange(mixed $value, mixed $min, mixed $max, ... method allNullOrRange (line 2496) | public static function allNullOrRange(mixed $value, mixed $min, mixed ... method nullOrOneOf (line 2514) | public static function nullOrOneOf(mixed $value, mixed $values, string... method allOneOf (line 2528) | public static function allOneOf(mixed $value, mixed $values, string $m... method allNullOrOneOf (line 2546) | public static function allNullOrOneOf(mixed $value, mixed $values, str... method nullOrInArray (line 2564) | public static function nullOrInArray(mixed $value, mixed $values, stri... method allInArray (line 2578) | public static function allInArray(mixed $value, mixed $values, string ... method allNullOrInArray (line 2596) | public static function allNullOrInArray(mixed $value, mixed $values, s... method nullOrNotOneOf (line 2614) | public static function nullOrNotOneOf(mixed $value, mixed $values, str... method allNotOneOf (line 2628) | public static function allNotOneOf(mixed $value, mixed $values, string... method allNullOrNotOneOf (line 2646) | public static function allNullOrNotOneOf(mixed $value, mixed $values, ... method nullOrNotInArray (line 2664) | public static function nullOrNotInArray(mixed $value, mixed $values, s... method allNotInArray (line 2678) | public static function allNotInArray(mixed $value, mixed $values, stri... method allNullOrNotInArray (line 2696) | public static function allNullOrNotInArray(mixed $value, mixed $values... method nullOrContains (line 2714) | public static function nullOrContains(mixed $value, mixed $subString, ... method allContains (line 2728) | public static function allContains(mixed $value, mixed $subString, str... method allNullOrContains (line 2746) | public static function allNullOrContains(mixed $value, mixed $subStrin... method nullOrNotContains (line 2764) | public static function nullOrNotContains(mixed $value, mixed $subStrin... method allNotContains (line 2778) | public static function allNotContains(mixed $value, mixed $subString, ... method allNullOrNotContains (line 2796) | public static function allNullOrNotContains(mixed $value, mixed $subSt... method nullOrNotWhitespaceOnly (line 2814) | public static function nullOrNotWhitespaceOnly(mixed $value, string $m... method allNotWhitespaceOnly (line 2828) | public static function allNotWhitespaceOnly(mixed $value, string $mess... method allNullOrNotWhitespaceOnly (line 2846) | public static function allNullOrNotWhitespaceOnly(mixed $value, string... method nullOrStartsWith (line 2864) | public static function nullOrStartsWith(mixed $value, mixed $prefix, s... method allStartsWith (line 2878) | public static function allStartsWith(mixed $value, mixed $prefix, stri... method allNullOrStartsWith (line 2896) | public static function allNullOrStartsWith(mixed $value, mixed $prefix... method nullOrNotStartsWith (line 2914) | public static function nullOrNotStartsWith(mixed $value, mixed $prefix... method allNotStartsWith (line 2928) | public static function allNotStartsWith(mixed $value, mixed $prefix, s... method allNullOrNotStartsWith (line 2946) | public static function allNullOrNotStartsWith(mixed $value, mixed $pre... method nullOrStartsWithLetter (line 2964) | public static function nullOrStartsWithLetter(mixed $value, string $me... method allStartsWithLetter (line 2978) | public static function allStartsWithLetter(mixed $value, string $messa... method allNullOrStartsWithLetter (line 2996) | public static function allNullOrStartsWithLetter(mixed $value, string ... method nullOrEndsWith (line 3014) | public static function nullOrEndsWith(mixed $value, mixed $suffix, str... method allEndsWith (line 3028) | public static function allEndsWith(mixed $value, mixed $suffix, string... method allNullOrEndsWith (line 3046) | public static function allNullOrEndsWith(mixed $value, mixed $suffix, ... method nullOrNotEndsWith (line 3064) | public static function nullOrNotEndsWith(mixed $value, mixed $suffix, ... method allNotEndsWith (line 3078) | public static function allNotEndsWith(mixed $value, mixed $suffix, str... method allNullOrNotEndsWith (line 3096) | public static function allNullOrNotEndsWith(mixed $value, mixed $suffi... method nullOrRegex (line 3114) | public static function nullOrRegex(mixed $value, mixed $pattern, strin... method allRegex (line 3128) | public static function allRegex(mixed $value, mixed $pattern, string $... method allNullOrRegex (line 3146) | public static function allNullOrRegex(mixed $value, mixed $pattern, st... method nullOrNotRegex (line 3164) | public static function nullOrNotRegex(mixed $value, mixed $pattern, st... method allNotRegex (line 3178) | public static function allNotRegex(mixed $value, mixed $pattern, strin... method allNullOrNotRegex (line 3196) | public static function allNullOrNotRegex(mixed $value, mixed $pattern,... method nullOrUnicodeLetters (line 3214) | public static function nullOrUnicodeLetters(mixed $value, string $mess... method allUnicodeLetters (line 3228) | public static function allUnicodeLetters(mixed $value, string $message... method allNullOrUnicodeLetters (line 3246) | public static function allNullOrUnicodeLetters(mixed $value, string $m... method nullOrAlpha (line 3264) | public static function nullOrAlpha(mixed $value, string $message = '')... method allAlpha (line 3278) | public static function allAlpha(mixed $value, string $message = ''): i... method allNullOrAlpha (line 3296) | public static function allNullOrAlpha(mixed $value, string $message = ... method nullOrDigits (line 3314) | public static function nullOrDigits(mixed $value, string $message = ''... method allDigits (line 3328) | public static function allDigits(mixed $value, string $message = ''): ... method allNullOrDigits (line 3346) | public static function allNullOrDigits(mixed $value, string $message =... method nullOrAlnum (line 3364) | public static function nullOrAlnum(mixed $value, string $message = '')... method allAlnum (line 3378) | public static function allAlnum(mixed $value, string $message = ''): i... method allNullOrAlnum (line 3396) | public static function allNullOrAlnum(mixed $value, string $message = ... method nullOrLower (line 3416) | public static function nullOrLower(mixed $value, string $message = '')... method allLower (line 3432) | public static function allLower(mixed $value, string $message = ''): i... method allNullOrLower (line 3452) | public static function allNullOrLower(mixed $value, string $message = ... method nullOrUpper (line 3470) | public static function nullOrUpper(mixed $value, string $message = '')... method allUpper (line 3484) | public static function allUpper(mixed $value, string $message = ''): i... method allNullOrUpper (line 3504) | public static function allNullOrUpper(mixed $value, string $message = ... method nullOrLength (line 3522) | public static function nullOrLength(mixed $value, mixed $length, strin... method allLength (line 3536) | public static function allLength(mixed $value, mixed $length, string $... method allNullOrLength (line 3554) | public static function allNullOrLength(mixed $value, mixed $length, st... method nullOrMinLength (line 3572) | public static function nullOrMinLength(mixed $value, mixed $min, strin... method allMinLength (line 3586) | public static function allMinLength(mixed $value, mixed $min, string $... method allNullOrMinLength (line 3604) | public static function allNullOrMinLength(mixed $value, mixed $min, st... method nullOrMaxLength (line 3622) | public static function nullOrMaxLength(mixed $value, mixed $max, strin... method allMaxLength (line 3636) | public static function allMaxLength(mixed $value, mixed $max, string $... method allNullOrMaxLength (line 3654) | public static function allNullOrMaxLength(mixed $value, mixed $max, st... method nullOrLengthBetween (line 3672) | public static function nullOrLengthBetween(mixed $value, mixed $min, m... method allLengthBetween (line 3686) | public static function allLengthBetween(mixed $value, mixed $min, mixe... method allNullOrLengthBetween (line 3704) | public static function allNullOrLengthBetween(mixed $value, mixed $min... method nullOrFileExists (line 3720) | public static function nullOrFileExists(mixed $value, string $message ... method allFileExists (line 3732) | public static function allFileExists(mixed $value, string $message = '... method allNullOrFileExists (line 3748) | public static function allNullOrFileExists(mixed $value, string $messa... method nullOrFile (line 3764) | public static function nullOrFile(mixed $value, string $message = ''):... method allFile (line 3776) | public static function allFile(mixed $value, string $message = ''): it... method allNullOrFile (line 3792) | public static function allNullOrFile(mixed $value, string $message = '... method nullOrDirectory (line 3808) | public static function nullOrDirectory(mixed $value, string $message =... method allDirectory (line 3820) | public static function allDirectory(mixed $value, string $message = ''... method allNullOrDirectory (line 3836) | public static function allNullOrDirectory(mixed $value, string $messag... method nullOrReadable (line 3852) | public static function nullOrReadable(mixed $value, string $message = ... method allReadable (line 3864) | public static function allReadable(mixed $value, string $message = '')... method allNullOrReadable (line 3880) | public static function allNullOrReadable(mixed $value, string $message... method nullOrWritable (line 3896) | public static function nullOrWritable(mixed $value, string $message = ... method allWritable (line 3908) | public static function allWritable(mixed $value, string $message = '')... method allNullOrWritable (line 3924) | public static function allNullOrWritable(mixed $value, string $message... method nullOrClassExists (line 3942) | public static function nullOrClassExists(mixed $value, string $message... method allClassExists (line 3956) | public static function allClassExists(mixed $value, string $message = ... method allNullOrClassExists (line 3974) | public static function allNullOrClassExists(mixed $value, string $mess... method nullOrSubclassOf (line 3997) | public static function nullOrSubclassOf(mixed $value, mixed $class, st... method allSubclassOf (line 4016) | public static function allSubclassOf(mixed $value, mixed $class, strin... method allNullOrSubclassOf (line 4039) | public static function allNullOrSubclassOf(mixed $value, mixed $class,... method nullOrInterfaceExists (line 4057) | public static function nullOrInterfaceExists(mixed $value, string $mes... method allInterfaceExists (line 4071) | public static function allInterfaceExists(mixed $value, string $messag... method allNullOrInterfaceExists (line 4089) | public static function allNullOrInterfaceExists(mixed $value, string $... method nullOrImplementsInterface (line 4113) | public static function nullOrImplementsInterface(mixed $value, mixed $... method allImplementsInterface (line 4133) | public static function allImplementsInterface(mixed $value, mixed $int... method allNullOrImplementsInterface (line 4157) | public static function allNullOrImplementsInterface(mixed $value, mixe... method nullOrPropertyExists (line 4177) | public static function nullOrPropertyExists(mixed $classOrObject, mixe... method allPropertyExists (line 4193) | public static function allPropertyExists(mixed $classOrObject, mixed $... method allNullOrPropertyExists (line 4213) | public static function allNullOrPropertyExists(mixed $classOrObject, m... method nullOrPropertyNotExists (line 4235) | public static function nullOrPropertyNotExists(mixed $classOrObject, m... method allPropertyNotExists (line 4253) | public static function allPropertyNotExists(mixed $classOrObject, mixe... method allNullOrPropertyNotExists (line 4275) | public static function allNullOrPropertyNotExists(mixed $classOrObject... method nullOrMethodExists (line 4297) | public static function nullOrMethodExists(mixed $classOrObject, mixed ... method allMethodExists (line 4315) | public static function allMethodExists(mixed $classOrObject, mixed $me... method allNullOrMethodExists (line 4337) | public static function allNullOrMethodExists(mixed $classOrObject, mix... method nullOrMethodNotExists (line 4359) | public static function nullOrMethodNotExists(mixed $classOrObject, mix... method allMethodNotExists (line 4377) | public static function allMethodNotExists(mixed $classOrObject, mixed ... method allNullOrMethodNotExists (line 4399) | public static function allNullOrMethodNotExists(mixed $classOrObject, ... method nullOrKeyExists (line 4419) | public static function nullOrKeyExists(mixed $array, string|int $key, ... method allKeyExists (line 4435) | public static function allKeyExists(mixed $array, string|int $key, str... method allNullOrKeyExists (line 4455) | public static function allNullOrKeyExists(mixed $array, string|int $ke... method nullOrKeyNotExists (line 4475) | public static function nullOrKeyNotExists(mixed $array, string|int $ke... method allKeyNotExists (line 4491) | public static function allKeyNotExists(mixed $array, string|int $key, ... method allNullOrKeyNotExists (line 4511) | public static function allNullOrKeyNotExists(mixed $array, string|int ... method nullOrValidArrayKey (line 4531) | public static function nullOrValidArrayKey(mixed $value, string $messa... method allValidArrayKey (line 4547) | public static function allValidArrayKey(mixed $value, string $message ... method allNullOrValidArrayKey (line 4567) | public static function allNullOrValidArrayKey(mixed $value, string $me... method nullOrCount (line 4583) | public static function nullOrCount(mixed $array, mixed $number, string... method allCount (line 4595) | public static function allCount(mixed $array, mixed $number, string $m... method allNullOrCount (line 4611) | public static function allNullOrCount(mixed $array, mixed $number, str... method nullOrMinCount (line 4627) | public static function nullOrMinCount(mixed $array, mixed $min, string... method allMinCount (line 4639) | public static function allMinCount(mixed $array, mixed $min, string $m... method allNullOrMinCount (line 4655) | public static function allNullOrMinCount(mixed $array, mixed $min, str... method nullOrMaxCount (line 4671) | public static function nullOrMaxCount(mixed $array, mixed $max, string... method allMaxCount (line 4683) | public static function allMaxCount(mixed $array, mixed $max, string $m... method allNullOrMaxCount (line 4699) | public static function allNullOrMaxCount(mixed $array, mixed $max, str... method nullOrCountBetween (line 4715) | public static function nullOrCountBetween(mixed $array, mixed $min, mi... method allCountBetween (line 4727) | public static function allCountBetween(mixed $array, mixed $min, mixed... method allNullOrCountBetween (line 4743) | public static function allNullOrCountBetween(mixed $array, mixed $min,... method nullOrIsList (line 4763) | public static function nullOrIsList(mixed $array, string $message = ''... method allIsList (line 4779) | public static function allIsList(mixed $array, string $message = ''): ... method allNullOrIsList (line 4799) | public static function allNullOrIsList(mixed $array, string $message =... method nullOrIsNonEmptyList (line 4819) | public static function nullOrIsNonEmptyList(mixed $array, string $mess... method allIsNonEmptyList (line 4835) | public static function allIsNonEmptyList(mixed $array, string $message... method allNullOrIsNonEmptyList (line 4855) | public static function allNullOrIsNonEmptyList(mixed $array, string $m... method nullOrIsMap (line 4878) | public static function nullOrIsMap(mixed $array, string $message = '')... method allIsMap (line 4897) | public static function allIsMap(mixed $array, string $message = ''): m... method allNullOrIsMap (line 4920) | public static function allNullOrIsMap(mixed $array, string $message = ... method nullOrIsStatic (line 4940) | public static function nullOrIsStatic(mixed $callable, string $message... method allIsStatic (line 4956) | public static function allIsStatic(mixed $callable, string $message = ... method allNullOrIsStatic (line 4976) | public static function allNullOrIsStatic(mixed $callable, string $mess... method nullOrNotStatic (line 4996) | public static function nullOrNotStatic(mixed $callable, string $messag... method allNotStatic (line 5012) | public static function allNotStatic(mixed $callable, string $message =... method allNullOrNotStatic (line 5032) | public static function allNullOrNotStatic(mixed $callable, string $mes... method nullOrIsNonEmptyMap (line 5054) | public static function nullOrIsNonEmptyMap(mixed $array, string $messa... method allIsNonEmptyMap (line 5072) | public static function allIsNonEmptyMap(mixed $array, string $message ... method allNullOrIsNonEmptyMap (line 5096) | public static function allNullOrIsNonEmptyMap(mixed $array, string $me... method nullOrUuid (line 5114) | public static function nullOrUuid(mixed $value, string $message = ''):... method allUuid (line 5128) | public static function allUuid(mixed $value, string $message = ''): it... method allNullOrUuid (line 5146) | public static function allNullOrUuid(mixed $value, string $message = '... method nullOrThrows (line 5163) | public static function nullOrThrows(mixed $expression, string $class =... method allThrows (line 5176) | public static function allThrows(mixed $expression, string $class = 'T... method allNullOrThrows (line 5193) | public static function allNullOrThrows(mixed $expression, string $clas... FILE: tests/AssertTest.php class AssertTest (line 35) | class AssertTest extends TestCase method getResource (line 41) | public static function getResource() method getTests (line 48) | public static function getTests(): array method getMethods (line 633) | public static function getMethods(): array method testAssert (line 644) | #[DataProvider('getTests')] method testNullOr (line 659) | #[DataProvider('getTests')] method testNullOrAcceptsNull (line 682) | #[DataProvider('getMethods')] method testAllArray (line 697) | #[DataProvider('getTests')] method testAllNullOrArray (line 719) | #[DataProvider('getTests')] method testAllTraversable (line 752) | #[DataProvider('getTests')] method getStringConversions (line 774) | public static function getStringConversions(): array method testConvertValuesToStrings (line 799) | #[DataProvider('getStringConversions')] method getInvalidInstanceOfCases (line 808) | public static function getInvalidInstanceOfCases(): iterable method testInstanceOfExceptionMessages (line 831) | #[DataProvider('getInvalidInstanceOfCases')] method getInvalidIsAOfCases (line 840) | public static function getInvalidIsAOfCases(): iterable method testIsAOfExceptionMessages (line 868) | #[DataProvider('getInvalidIsAOfCases')] method testResourceOfTypeCustomMessage (line 877) | public function testResourceOfTypeCustomMessage(): void method testEnumAssertionErrorMessage (line 885) | public function testEnumAssertionErrorMessage(): void method testMessageIsPassedToInternalCalls (line 893) | #[DataProvider('getMethodsThatUseOtherMethods')] method getMethodsThatUseOtherMethods (line 902) | public static function getMethodsThatUseOtherMethods(): array class ToStringClass (line 1012) | class ToStringClass method __construct (line 1019) | public function __construct(string $value) method __toString (line 1024) | public function __toString(): string FILE: tests/ProjectCodeTest.php class ProjectCodeTest (line 15) | #[CoversNothing] method scanStaticContent (line 32) | #[BeforeClass] method testHasNullOr (line 46) | #[DataProvider('providesMethodNames')] method testHasAll (line 75) | #[DataProvider('providesMethodNames')] method testIsInReadme (line 99) | #[DataProvider('providesMethodNames')] method testHasThrowsAnnotation (line 113) | #[DataProvider('provideMethods')] method testHasCorrespondingStaticAnalysisFile (line 136) | #[DataProvider('provideMethods')] method testMixinIsUpToDateVersion (line 152) | public function testMixinIsUpToDateVersion(): void method providesMethodNames (line 172) | public static function providesMethodNames(): array method provideMethods (line 182) | public static function provideMethods(): array method getMethods (line 192) | private static function getMethods(): array FILE: tests/static-analysis/assert-alnum.php function alnum (line 12) | function alnum(string $value): string function nullOrAlnum (line 22) | function nullOrAlnum(?string $value): ?string function allAlnum (line 34) | function allAlnum(iterable $value): iterable function allNullOrAlnum (line 46) | function allNullOrAlnum(iterable $value): iterable FILE: tests/static-analysis/assert-alpha.php function alpha (line 14) | function alpha(mixed $value): mixed function nullOrAlpha (line 26) | function nullOrAlpha(mixed $value): mixed function allAlpha (line 38) | function allAlpha(mixed $value): mixed function allNullOrAlpha (line 50) | function allNullOrAlpha(mixed $value): mixed FILE: tests/static-analysis/assert-boolean.php function boolean (line 14) | function boolean(mixed $value): bool function nullOrBoolean (line 26) | function nullOrBoolean(mixed $value): ?bool function allBoolean (line 38) | function allBoolean(mixed $value): iterable function allNullOrBoolean (line 50) | function allNullOrBoolean(mixed $value): iterable FILE: tests/static-analysis/assert-classExists.php function classExists (line 14) | function classExists(mixed $value): string function nullOrClassExists (line 26) | function nullOrClassExists(mixed $value): ?string function allClassExists (line 36) | function allClassExists(mixed $value): iterable function allNullOrClassExists (line 46) | function allNullOrClassExists(mixed $value): iterable FILE: tests/static-analysis/assert-contains.php function contains (line 12) | function contains(string $value, string $subString): string function nullOrContains (line 22) | function nullOrContains(?string $value, string $subString): ?string function allContains (line 34) | function allContains(iterable $value, string $subString): iterable function allNullOrContains (line 46) | function allNullOrContains(iterable $value, string $subString): iterable FILE: tests/static-analysis/assert-count.php function count (line 13) | function count(Countable|array $value, int $number): Countable|array function nullOrCount (line 23) | function nullOrCount(Countable|array|null $value, int $number): Countabl... function allCount (line 33) | function allCount(iterable $value, int $number): iterable function allNullOrCount (line 43) | function allNullOrCount(iterable $value, int $number): iterable FILE: tests/static-analysis/assert-countBetween.php function countBetween (line 15) | function countBetween($value, $min, $max): Countable|array function nullOrCountBetween (line 27) | function nullOrCountBetween($value, $min, $max): Countable|array|null function allCountBetween (line 39) | function allCountBetween(iterable $value, $min, $max): iterable function allNullOrCountBetween (line 51) | function allNullOrCountBetween(iterable $value, $min, $max): iterable FILE: tests/static-analysis/assert-digits.php function digits (line 12) | function digits(string $value): string function nullOrDigits (line 22) | function nullOrDigits(?string $value): ?string function allDigits (line 34) | function allDigits(iterable $value): iterable function allNullOrDigits (line 46) | function allNullOrDigits(iterable $value): iterable FILE: tests/static-analysis/assert-directory.php function directory (line 12) | function directory(mixed $value): mixed function nullOrDirectory (line 22) | function nullOrDirectory(mixed $value): mixed function allDirectory (line 32) | function allDirectory(mixed $value): mixed function allNullOrDirectory (line 42) | function allNullOrDirectory(mixed $value): mixed FILE: tests/static-analysis/assert-email.php function email (line 12) | function email(mixed $value): mixed function nullOrEmail (line 22) | function nullOrEmail(mixed $value): mixed function allEmail (line 32) | function allEmail(mixed $value): mixed function allNullOrEmail (line 42) | function allNullOrEmail(mixed $value): mixed FILE: tests/static-analysis/assert-endsWith.php function endsWith (line 12) | function endsWith(string $value, string $suffix): string function nullOrEndsWith (line 22) | function nullOrEndsWith(?string $value, string $suffix): ?string function allEndsWith (line 34) | function allEndsWith(iterable $value, string $suffix): iterable function allNullOrEndsWith (line 46) | function allNullOrEndsWith(iterable $value, string $suffix): iterable FILE: tests/static-analysis/assert-eq.php function eq (line 13) | function eq($value, $expect): mixed function nullOrEq (line 24) | function nullOrEq($value, $expect): mixed function allEq (line 35) | function allEq($value, $expect): mixed function allNullOrEq (line 46) | function allNullOrEq($value, $expect): mixed FILE: tests/static-analysis/assert-false.php function false (line 16) | function false(mixed $value): bool function nullOrFalse (line 30) | function nullOrFalse(mixed $value): ?bool function allFalse (line 42) | function allFalse(mixed $value): iterable function allNullOrFalse (line 54) | function allNullOrFalse(mixed $value): iterable FILE: tests/static-analysis/assert-file.php function file (line 12) | function file(mixed $value): mixed function nullOrFile (line 22) | function nullOrFile(mixed $value): mixed function allFile (line 32) | function allFile(mixed $value): mixed function allNullOrFile (line 42) | function allNullOrFile(mixed $value): mixed FILE: tests/static-analysis/assert-fileExists.php function fileExists (line 12) | function fileExists(mixed $value): mixed function nullOrFileExists (line 22) | function nullOrFileExists(mixed $value): mixed function allFileExists (line 32) | function allFileExists(mixed $value): mixed function allNullOrFileExists (line 42) | function allNullOrFileExists(mixed $value): mixed FILE: tests/static-analysis/assert-float.php function float (line 14) | function float(mixed $value): float function nullOrFloat (line 26) | function nullOrFloat(mixed $value): ?float function allFloat (line 38) | function allFloat(mixed $value): iterable function allNullOrFloat (line 50) | function allNullOrFloat(mixed $value): iterable FILE: tests/static-analysis/assert-greaterThan.php function greaterThan (line 15) | function greaterThan($value, $limit): mixed function nullOrGreaterThan (line 28) | function nullOrGreaterThan($value, $limit): mixed function allGreaterThan (line 41) | function allGreaterThan($value, $limit): mixed function allNullOrGreaterThan (line 54) | function allNullOrGreaterThan($value, $limit): mixed FILE: tests/static-analysis/assert-greaterThanEq.php function greaterThanEq (line 15) | function greaterThanEq($value, $limit): mixed function nullOrGreaterThanEq (line 28) | function nullOrGreaterThanEq($value, $limit): mixed function allGreaterThanEq (line 41) | function allGreaterThanEq($value, $limit): mixed function allNullOrGreaterThanEq (line 54) | function allNullOrGreaterThanEq($value, $limit): mixed FILE: tests/static-analysis/assert-implementsInterface.php function implementsInterface (line 17) | function implementsInterface(mixed $value) function nullOrImplementsInterface (line 31) | function nullOrImplementsInterface(mixed $value) function allImplementsInterface (line 43) | function allImplementsInterface(mixed $value): iterable function allNullOrImplementsInterface (line 55) | function allNullOrImplementsInterface(mixed $value): iterable FILE: tests/static-analysis/assert-inArray.php function inArray (line 14) | function inArray($value, array $values): mixed function nullOrInArray (line 26) | function nullOrInArray($value, array $values): mixed function allInArray (line 38) | function allInArray($value, array $values): mixed function allNullOrInArray (line 50) | function allNullOrInArray($value, array $values): mixed FILE: tests/static-analysis/assert-integer.php function integer (line 14) | function integer(mixed $value): int function nullOrInteger (line 26) | function nullOrInteger(mixed $value): ?int function allInteger (line 38) | function allInteger(mixed $value): iterable function allNullOrInteger (line 50) | function allNullOrInteger(mixed $value): iterable FILE: tests/static-analysis/assert-integerish.php function integerish (line 16) | function integerish(mixed $value) function nullOrIntegerish (line 30) | function nullOrIntegerish(mixed $value) function allIntegerish (line 42) | function allIntegerish(mixed $value): iterable function allNullOrIntegerish (line 54) | function allNullOrIntegerish(mixed $value): iterable FILE: tests/static-analysis/assert-interfaceExists.php function interfaceExists (line 14) | function interfaceExists(mixed $value): string function nullOrInterfaceExists (line 26) | function nullOrInterfaceExists(mixed $value): ?string function allInterfaceExists (line 36) | function allInterfaceExists(mixed $value): iterable function allNullOrInterfaceExists (line 46) | function allNullOrInterfaceExists(mixed $value): iterable FILE: tests/static-analysis/assert-ip.php function ip (line 12) | function ip(mixed $value): mixed function nullOrIp (line 22) | function nullOrIp(mixed $value): mixed function allIp (line 32) | function allIp(mixed $value): mixed function allNullOrIp (line 42) | function allNullOrIp(mixed $value): mixed FILE: tests/static-analysis/assert-ipv4.php function ipv4 (line 12) | function ipv4($value): mixed function nullOrIpv4 (line 22) | function nullOrIpv4($value): mixed function allIpv4 (line 32) | function allIpv4($value): mixed function allNullOrIpv4 (line 42) | function allNullOrIpv4($value): mixed FILE: tests/static-analysis/assert-ipv6.php function ipv6 (line 12) | function ipv6($value): mixed function nullOrIpv6 (line 22) | function nullOrIpv6($value): mixed function allIpv6 (line 32) | function allIpv6($value): mixed function allNullOrIpv6 (line 42) | function allNullOrIpv6($value): mixed FILE: tests/static-analysis/assert-isAOf.php function isAOf (line 17) | function isAOf(mixed $value): mixed function nullOrIsAOf (line 31) | function nullOrIsAOf(mixed $value): mixed function allIsAOf (line 45) | function allIsAOf(mixed $value): iterable function allNullOrIsAOf (line 59) | function allNullOrIsAOf(mixed $value): iterable FILE: tests/static-analysis/assert-isAnyOf.php function isAnyOf (line 15) | function isAnyOf($value, array $classes): object|string function nullOrIsAnyOf (line 28) | function nullOrIsAnyOf($value, array $classes): object|string|null function allIsAnyOf (line 41) | function allIsAnyOf($value, array $classes): iterable function allNullOrIsAnyOf (line 54) | function allNullOrIsAnyOf($value, array $classes): iterable FILE: tests/static-analysis/assert-isArray.php function isArray (line 14) | function isArray(mixed $value): array function nullOrIsArray (line 26) | function nullOrIsArray(mixed $value): ?array function allIsArray (line 38) | function allIsArray(mixed $value): iterable function allNullOrIsArray (line 50) | function allNullOrIsArray(mixed $value): iterable FILE: tests/static-analysis/assert-isArrayAccessible.php function isArrayAccessible (line 15) | function isArrayAccessible(mixed $value): array|ArrayAccess function nullOrIsArrayAccessible (line 27) | function nullOrIsArrayAccessible(mixed $value): array|ArrayAccess|null function allIsArrayAccessible (line 39) | function allIsArrayAccessible(mixed $value): iterable function allNullOrIsArrayAccessible (line 51) | function allNullOrIsArrayAccessible(mixed $value): iterable FILE: tests/static-analysis/assert-isCallable.php function isCallable (line 14) | function isCallable(mixed $value): callable function nullOrIsCallable (line 26) | function nullOrIsCallable(mixed $value): ?callable function allIsCallable (line 38) | function allIsCallable(mixed $value): iterable function allNullOrIsCallable (line 50) | function allNullOrIsCallable(mixed $value): iterable FILE: tests/static-analysis/assert-isCountable.php function isCountable (line 15) | function isCountable(mixed $value): Countable function nullOrIsCountable (line 27) | function nullOrIsCountable(mixed $value): ?Countable function allIsCountable (line 41) | function allIsCountable(mixed $value) function allNullOrIsCountable (line 55) | function allNullOrIsCountable(mixed $value) FILE: tests/static-analysis/assert-isEmpty.php function isEmptyNullableObject (line 12) | function isEmptyNullableObject(?object $value): null function isEmptyString (line 24) | function isEmptyString(string $value) function isEmptyInt (line 36) | function isEmptyInt(int $value) function isEmptyBool (line 48) | function isEmptyBool(bool $value) function isEmptyArray (line 60) | function isEmptyArray(array $value) function nullOrIsEmpty (line 72) | function nullOrIsEmpty(?object $value) function allIsEmpty (line 84) | function allIsEmpty(mixed $value): iterable function allNullOrIsEmpty (line 96) | function allNullOrIsEmpty(mixed $value): iterable FILE: tests/static-analysis/assert-isInitialized.php function isInitialized (line 14) | function isInitialized(mixed $value, string $property): object FILE: tests/static-analysis/assert-isInstanceOf.php function isInstanceOf (line 15) | function isInstanceOf(mixed $value): Serializable function nullOrIsInstanceOf (line 27) | function nullOrIsInstanceOf(mixed $value): ?Serializable function allIsInstanceOf (line 39) | function allIsInstanceOf(mixed $value): iterable function allNullOrIsInstanceOf (line 51) | function allNullOrIsInstanceOf(mixed $value): iterable FILE: tests/static-analysis/assert-isInstanceOfAny.php function isInstanceOfAny (line 13) | function isInstanceOfAny($value, array $classes): mixed function nullOrIsInstanceOfAny (line 24) | function nullOrIsInstanceOfAny($value, array $classes): mixed function allIsInstanceOfAny (line 35) | function allIsInstanceOfAny($value, array $classes): mixed function allNullOrIsInstanceOfAny (line 46) | function allNullOrIsInstanceOfAny($value, array $classes): mixed FILE: tests/static-analysis/assert-isIterable.php function isIterable (line 14) | function isIterable(mixed $value): iterable function nullOrIsIterable (line 26) | function nullOrIsIterable(mixed $value): ?iterable function allIsIterable (line 38) | function allIsIterable(mixed $value): iterable function allNullOrIsIterable (line 50) | function allNullOrIsIterable(mixed $value): iterable FILE: tests/static-analysis/assert-isList.php function isList (line 17) | function isList(mixed $value): array function isListWithKnownType (line 31) | function isListWithKnownType(array $value): array function nullOrIsList (line 45) | function nullOrIsList(mixed $value): ?array function allIsList (line 57) | function allIsList(mixed $value): iterable function allNullOrIsList (line 69) | function allNullOrIsList(mixed $value): iterable FILE: tests/static-analysis/assert-isMap.php function isMap (line 17) | function isMap(mixed $value): array function isMapWithKnownType (line 33) | function isMapWithKnownType(array $value): array function isMapWithEmptyArray (line 47) | function isMapWithEmptyArray(array $value): array function nullOrIsMap (line 62) | function nullOrIsMap(mixed $value): ?array function allIsMap (line 74) | function allIsMap(iterable $value): iterable function allNullOrIsMap (line 86) | function allNullOrIsMap(iterable $value): iterable FILE: tests/static-analysis/assert-isNonEmptyList.php function isNonEmptyList (line 16) | function isNonEmptyList(mixed $value): array function isNonEmptyListWithRange (line 26) | function isNonEmptyListWithRange(): mixed function nullOrIsNonEmptyList (line 42) | function nullOrIsNonEmptyList(mixed $value): ?array function allIsNonEmptyList (line 54) | function allIsNonEmptyList(mixed $value): iterable function allNullOrIsNonEmptyList (line 66) | function allNullOrIsNonEmptyList(mixed $value): iterable FILE: tests/static-analysis/assert-isNonEmptyMap.php function isNonEmptyMap (line 17) | function isNonEmptyMap(mixed $value): array function isNonEmptyMapWithKnownType (line 33) | function isNonEmptyMapWithKnownType(array $value): array function nullOrIsNonEmptyMap (line 45) | function nullOrIsNonEmptyMap(mixed $value): mixed function allIsNonEmptyMap (line 57) | function allIsNonEmptyMap(iterable $value): iterable function allNullOrIsNonEmptyMap (line 69) | function allNullOrIsNonEmptyMap(iterable $value): iterable FILE: tests/static-analysis/assert-isNotA.php function isNotA (line 16) | function isNotA(object $value): stdClass function nullOrIsNotA (line 29) | function nullOrIsNotA($value, $class): object|string|null function allIsNotA (line 42) | function allIsNotA($value, $class): iterable function allNullOrIsNotA (line 55) | function allNullOrIsNotA($value, $class): iterable FILE: tests/static-analysis/assert-isStatic.php function isStatic (line 11) | function isStatic(mixed $closure): Closure|string FILE: tests/static-analysis/assert-keyExists.php function keyExists (line 14) | function keyExists(array $array, $key): array function nullOrKeyExists (line 26) | function nullOrKeyExists(?array $array, $key): ?array function allKeyExists (line 39) | function allKeyExists(iterable $array, $key): iterable function allNullOrKeyExists (line 52) | function allNullOrKeyExists(iterable $array, $key): iterable FILE: tests/static-analysis/assert-keyNotExists.php function keyNotExists (line 14) | function keyNotExists(array $array, $key): array function nullOrKeyNotExists (line 26) | function nullOrKeyNotExists(?array $array, $key): ?array function allKeyNotExists (line 39) | function allKeyNotExists(iterable $array, $key): iterable function allNullOrKeyNotExists (line 52) | function allNullOrKeyNotExists(iterable $array, $key): iterable FILE: tests/static-analysis/assert-length.php function length (line 12) | function length(string $value, int $length): string function nullOrLength (line 22) | function nullOrLength(?string $value, int $length): ?string function allLength (line 34) | function allLength(iterable $value, int $length): iterable function allNullOrLength (line 46) | function allNullOrLength(iterable $value, int $length): iterable FILE: tests/static-analysis/assert-lengthBetween.php function lengthBetween (line 12) | function lengthBetween(string $value, int $min, int $max): string function nullOrLengthBetween (line 22) | function nullOrLengthBetween(?string $value, int $min, int $max): ?string function allLengthBetween (line 36) | function allLengthBetween(iterable $value, int $min, int $max): iterable function allNullOrLengthBetween (line 50) | function allNullOrLengthBetween(iterable $value, int $min, int $max): it... FILE: tests/static-analysis/assert-lessThan.php function lessThan (line 15) | function lessThan($value, $limit): mixed function nullOrLessThan (line 28) | function nullOrLessThan($value, $limit): mixed function allLessThan (line 41) | function allLessThan($value, $limit): mixed function allNullOrLessThan (line 54) | function allNullOrLessThan($value, $limit): mixed FILE: tests/static-analysis/assert-lessThanEq.php function lessThanEq (line 15) | function lessThanEq($value, $limit): mixed function nullOrLessThanEq (line 28) | function nullOrLessThanEq($value, $limit): mixed function allLessThanEq (line 41) | function allLessThanEq($value, $limit): mixed function allNullOrLessThanEq (line 54) | function allNullOrLessThanEq($value, $limit): mixed FILE: tests/static-analysis/assert-lower.php function lower (line 14) | function lower(string $value): string function nullOrLower (line 26) | function nullOrLower(?string $value): ?string function allLower (line 38) | function allLower(iterable $value): iterable function allNullOrLower (line 50) | function allNullOrLower(iterable $value): iterable FILE: tests/static-analysis/assert-maxCount.php function maxCount (line 14) | function maxCount($array, $max): Countable|array function nullOrMaxCount (line 25) | function nullOrMaxCount($array, $max): Countable|array|null function allMaxCount (line 36) | function allMaxCount(iterable $array, $max): iterable function allNullOrMaxCount (line 47) | function allNullOrMaxCount(iterable $array, $max): iterable FILE: tests/static-analysis/assert-maxLength.php function maxLength (line 12) | function maxLength(string $value, int $max): string function nullOrMaxLength (line 22) | function nullOrMaxLength(?string $value, int $max): ?string function allMaxLength (line 36) | function allMaxLength(iterable $value, int $max): iterable function allNullOrMaxLength (line 50) | function allNullOrMaxLength(iterable $value, int $max): iterable FILE: tests/static-analysis/assert-methodExists.php function methodExists (line 15) | function methodExists($classOrObject, $method): string|object function nullOrMethodExists (line 28) | function nullOrMethodExists($classOrObject, $method): string|object|null function allMethodExists (line 41) | function allMethodExists(iterable $classOrObject, $method): iterable function allNullOrMethodExists (line 54) | function allNullOrMethodExists(iterable $classOrObject, $method): iterable FILE: tests/static-analysis/assert-methodNotExists.php function methodNotExists (line 15) | function methodNotExists($classOrObject, $method): string|object function nullOrMethodNotExists (line 28) | function nullOrMethodNotExists($classOrObject, $method): string|object|null function allMethodNotExists (line 41) | function allMethodNotExists(iterable $classOrObject, $method): iterable function allNullOrMethodNotExists (line 54) | function allNullOrMethodNotExists(iterable $classOrObject, $method): ite... FILE: tests/static-analysis/assert-minCount.php function minCount (line 14) | function minCount($array, $min): Countable|array function nullOrMinCount (line 25) | function nullOrMinCount($array, $min): Countable|array|null function allMinCount (line 38) | function allMinCount($array, $min) function allNullOrMinCount (line 51) | function allNullOrMinCount($array, $min) FILE: tests/static-analysis/assert-minLength.php function minLength (line 14) | function minLength(string $value, $min): string function nullOrMinLength (line 26) | function nullOrMinLength(?string $value, $min): ?string function allMinLength (line 39) | function allMinLength(iterable $value, $min): iterable function allNullOrMinLength (line 52) | function allNullOrMinLength(iterable $value, $min): iterable FILE: tests/static-analysis/assert-natural.php function natural (line 16) | function natural(mixed $value): int function nullOrNatural (line 30) | function nullOrNatural(mixed $value): ?int function allNatural (line 45) | function allNatural(mixed $value): iterable function allNullOrNatural (line 60) | function allNullOrNatural(mixed $value): iterable FILE: tests/static-analysis/assert-negativeInteger.php function negativeInteger (line 16) | function negativeInteger(mixed $value): int function nullOrNegativeInteger (line 30) | function nullOrNegativeInteger(mixed $value): ?int function allNegativeInteger (line 44) | function allNegativeInteger(mixed $value): iterable function allNullOrNegativeInteger (line 58) | function allNullOrNegativeInteger(mixed $value): iterable FILE: tests/static-analysis/assert-notContains.php function notContains (line 12) | function notContains(string $value, string $subString): string function nullOrNotContains (line 22) | function nullOrNotContains(?string $value, string $subString): ?string function allNotContains (line 34) | function allNotContains(iterable $value, string $subString): iterable function allNullOrNotContains (line 46) | function allNullOrNotContains(iterable $value, string $subString): iterable FILE: tests/static-analysis/assert-notEmpty.php function notEmptyNullableObject (line 12) | function notEmptyNullableObject(?object $value): object function notEmptyString (line 24) | function notEmptyString(string $value) function notEmptyBool (line 36) | function notEmptyBool(bool $value) function notEmptyArray (line 48) | function notEmptyArray(array $value) function nullOrNotEmpty (line 60) | function nullOrNotEmpty(mixed $value): mixed function allNotEmpty (line 72) | function allNotEmpty(mixed $value): mixed function allNullOrNotEmpty (line 84) | function allNullOrNotEmpty(mixed $value): mixed FILE: tests/static-analysis/assert-notEq.php function notEq (line 13) | function notEq($value, $expect): mixed function nullOrNotEq (line 24) | function nullOrNotEq($value, $expect): mixed function allNotEq (line 35) | function allNotEq($value, $expect): mixed function allNullOrNotEq (line 46) | function allNullOrNotEq($value, $expect): mixed FILE: tests/static-analysis/assert-notFalse.php function notFalseBool (line 14) | function notFalseBool(bool $value): bool function notFalseUnion (line 26) | function notFalseUnion(mixed $value): string function nullOrNotFalse (line 38) | function nullOrNotFalse(mixed $value): mixed function allNotFalse (line 50) | function allNotFalse(mixed $value): mixed function allNullOrNotFalse (line 62) | function allNullOrNotFalse(mixed $value): mixed FILE: tests/static-analysis/assert-notInArray.php function notInArray (line 10) | function notInArray(mixed $value, array $values): mixed function nullOrNotInArray (line 20) | function nullOrNotInArray(mixed $value, array $values): mixed function allNotInArray (line 30) | function allNotInArray(mixed $value, array $values): mixed FILE: tests/static-analysis/assert-notInstanceOf.php function notInstanceOf (line 14) | function notInstanceOf(mixed $value): DateTime function nullOrNotInstanceOf (line 27) | function nullOrNotInstanceOf($value, $class): mixed function allNotInstanceOf (line 40) | function allNotInstanceOf($value, $class): mixed function allNullOrNotInstanceOf (line 53) | function allNullOrNotInstanceOf($value, $class): mixed FILE: tests/static-analysis/assert-notNegativeInteger.php function nonNegativeInteger (line 16) | function nonNegativeInteger(mixed $value): int function nullOrNonNegativeInteger (line 32) | function nullOrNonNegativeInteger(mixed $value): ?int function allNonNegativeInteger (line 46) | function allNonNegativeInteger(mixed $value): iterable function allNullOrNonNegativeInteger (line 60) | function allNullOrNonNegativeInteger(mixed $value): iterable FILE: tests/static-analysis/assert-notNull.php function notNull (line 12) | function notNull(?object $value): object function allNotNull (line 24) | function allNotNull(mixed $value): mixed FILE: tests/static-analysis/assert-notOneOf.php function notOneOf (line 10) | function notOneOf(mixed $value, array $values): mixed function nullOrNotOneOf (line 20) | function nullOrNotOneOf(mixed $value, array $values): mixed function allNotOneOf (line 30) | function allNotOneOf(mixed $value, array $values): mixed FILE: tests/static-analysis/assert-notRegex.php function notRegex (line 12) | function notRegex(string $value, string $pattern): string function nullOrNotRegex (line 22) | function nullOrNotRegex(?string $value, string $pattern): ?string function allNotRegex (line 34) | function allNotRegex(iterable $value, string $pattern): iterable function allNullOrNotRegex (line 46) | function allNullOrNotRegex(iterable $value, string $pattern): iterable FILE: tests/static-analysis/assert-notSame.php function notSame (line 15) | function notSame($value, $expect): mixed function nullOrNotSame (line 28) | function nullOrNotSame($value, $expect): mixed function allNotSame (line 41) | function allNotSame($value, $expect): mixed function allNullOrNotSame (line 54) | function allNullOrNotSame($value, $expect): mixed FILE: tests/static-analysis/assert-notStatic.php function notStatic (line 11) | function notStatic(mixed $closure): Closure|string FILE: tests/static-analysis/assert-notWhitespaceOnly.php function notWhitespaceOnly (line 12) | function notWhitespaceOnly(string $value): string function nullOrNotWhitespaceOnly (line 22) | function nullOrNotWhitespaceOnly(?string $value): ?string function allNotWhitespaceOnly (line 34) | function allNotWhitespaceOnly(iterable $value): iterable function allNullOrNotWhitespaceOnly (line 46) | function allNullOrNotWhitespaceOnly(iterable $value): iterable FILE: tests/static-analysis/assert-null.php function null (line 14) | function null(mixed $value): null function allNull (line 26) | function allNull(mixed $value): iterable FILE: tests/static-analysis/assert-numeric.php function numeric (line 16) | function numeric(mixed $value) function nullOrNumeric (line 30) | function nullOrNumeric(mixed $value) function allNumeric (line 42) | function allNumeric(mixed $value): iterable function allNullOrNumeric (line 54) | function allNullOrNumeric(mixed $value): iterable FILE: tests/static-analysis/assert-object.php function object (line 14) | function object(mixed $value): object function nullOrObject (line 26) | function nullOrObject(mixed $value): ?object function allObject (line 38) | function allObject(mixed $value): iterable function allNullOrObject (line 50) | function allNullOrObject(mixed $value): iterable FILE: tests/static-analysis/assert-objectish.php function objectish (line 14) | function objectish(mixed $value): object|string function nullOrObjectish (line 26) | function nullOrObjectish(mixed $value): object|string|null function allObjectish (line 38) | function allObjectish(mixed $value): iterable function allNullOrObjectish (line 50) | function allNullOrObjectish(mixed $value): iterable FILE: tests/static-analysis/assert-oneOf.php function oneOf (line 14) | function oneOf($value, array $values): mixed function nullOrOneOf (line 26) | function nullOrOneOf($value, array $values): mixed function allOneOf (line 38) | function allOneOf($value, array $values): mixed function allNullOrOneOf (line 50) | function allNullOrOneOf($value, array $values): mixed FILE: tests/static-analysis/assert-positiveInteger.php function positiveInteger (line 16) | function positiveInteger(mixed $value): int function positiveIntegerFiltersOutZero (line 30) | function positiveIntegerFiltersOutZero(mixed $value): int function nullOrPositiveInteger (line 44) | function nullOrPositiveInteger(mixed $value): ?int function allPositiveInteger (line 56) | function allPositiveInteger(mixed $value): iterable function allNullOrPositiveInteger (line 68) | function allNullOrPositiveInteger(mixed $value): iterable FILE: tests/static-analysis/assert-propertyExists.php function propertyExists (line 15) | function propertyExists($classOrObject, $property): string|object function nullOrPropertyExists (line 28) | function nullOrPropertyExists($classOrObject, $property): string|object|... function allPropertyExists (line 41) | function allPropertyExists(iterable $classOrObject, $property): iterable function allNullOrPropertyExists (line 54) | function allNullOrPropertyExists(iterable $classOrObject, $property): it... FILE: tests/static-analysis/assert-propertyNotExists.php function propertyNotExists (line 15) | function propertyNotExists($classOrObject, $property): string|object function nullOrPropertyNotExists (line 28) | function nullOrPropertyNotExists($classOrObject, $property): string|obje... function allPropertyNotExists (line 41) | function allPropertyNotExists(iterable $classOrObject, $property): iterable function allNullOrPropertyNotExists (line 54) | function allNullOrPropertyNotExists(iterable $classOrObject, $property):... FILE: tests/static-analysis/assert-psalm-notRedundant.php function stringWillNotBeRedundantIfAssertingAndNotUsingEither (line 18) | function stringWillNotBeRedundantIfAssertingAndNotUsingEither(mixed $val... FILE: tests/static-analysis/assert-psalm-preserveContainerType.php function preserveContainerAllArray (line 17) | function preserveContainerAllArray(mixed $value): iterable function preserveContainerAllArrayIterator (line 31) | function preserveContainerAllArrayIterator(mixed $value) FILE: tests/static-analysis/assert-psalm-preserveStringType.php function lowerPreservesTypes (line 16) | function lowerPreservesTypes(string $value): string FILE: tests/static-analysis/assert-range.php function range (line 16) | function range($value, $min, $max): mixed function nullOrRange (line 30) | function nullOrRange($value, $min, $max): mixed function allRange (line 44) | function allRange($value, $min, $max): mixed function allNullOrRange (line 58) | function allNullOrRange($value, $min, $max): mixed FILE: tests/static-analysis/assert-readable.php function readable (line 9) | function readable(string $value): string function nullOrReadable (line 16) | function nullOrReadable(?string $value): ?string function allReadable (line 26) | function allReadable(iterable $value): iterable function allNullOrReadable (line 36) | function allNullOrReadable(iterable $value): iterable FILE: tests/static-analysis/assert-regex.php function regex (line 12) | function regex(string $value, string $pattern): string function nullOrRegex (line 22) | function nullOrRegex(?string $value, string $pattern): ?string function allRegex (line 34) | function allRegex(iterable $value, string $pattern): iterable function allNullOrRegex (line 46) | function allNullOrRegex(iterable $value, string $pattern): iterable FILE: tests/static-analysis/assert-resource.php function resource (line 15) | function resource(mixed $value, ?string $type): mixed function nullOrResource (line 28) | function nullOrResource(mixed $value, ?string $type): mixed function allResource (line 41) | function allResource($value, $type): iterable function allNullOrResource (line 54) | function allNullOrResource($value, $type): iterable FILE: tests/static-analysis/assert-same.php function same (line 15) | function same($value, $expect): mixed function nullOrSame (line 28) | function nullOrSame($value, $expect): mixed function allSame (line 41) | function allSame($value, $expect): mixed function allNullOrSame (line 54) | function allNullOrSame($value, $expect): mixed FILE: tests/static-analysis/assert-scalar.php function scalar (line 14) | function scalar(mixed $value): int|float|string|bool function nullOrScalar (line 26) | function nullOrScalar(mixed $value): int|float|string|bool|null function allScalar (line 38) | function allScalar(mixed $value): iterable function allNullOrScalar (line 50) | function allNullOrScalar(mixed $value): iterable FILE: tests/static-analysis/assert-startsWith.php function startsWith (line 12) | function startsWith(string $value, string $prefix): string function nullOrStartsWith (line 22) | function nullOrStartsWith(?string $value, string $prefix): ?string function allStartsWith (line 34) | function allStartsWith(iterable $value, string $prefix): iterable function allNullOrStartsWith (line 46) | function allNullOrStartsWith(iterable $value, string $prefix): iterable FILE: tests/static-analysis/assert-startsWithLetter.php function startsWithLetter (line 14) | function startsWithLetter($value, string $prefix): mixed function nullOrStartsWithLetter (line 26) | function nullOrStartsWithLetter($value, string $prefix): mixed function allStartsWithLetter (line 38) | function allStartsWithLetter($value, string $prefix): mixed function allNullOrStartsWithLetter (line 50) | function allNullOrStartsWithLetter($value, string $prefix): mixed FILE: tests/static-analysis/assert-string.php function string (line 14) | function string(mixed $value): string function nullOrString (line 26) | function nullOrString(mixed $value): ?string function allString (line 38) | function allString(mixed $value): iterable function allNullOrString (line 50) | function allNullOrString(mixed $value): iterable FILE: tests/static-analysis/assert-stringNotEmpty.php function stringNotEmpty (line 16) | function stringNotEmpty(mixed $value): string function nullOrStringNotEmpty (line 30) | function nullOrStringNotEmpty(mixed $value): ?string function allStringNotEmpty (line 42) | function allStringNotEmpty(mixed $value): iterable function allNullOrStringNotEmpty (line 54) | function allNullOrStringNotEmpty(mixed $value): iterable FILE: tests/static-analysis/assert-subclassOf.php function subclassOf (line 17) | function subclassOf(mixed $value) function nullOrSubclassOf (line 31) | function nullOrSubclassOf(mixed $value) function allSubclassOf (line 43) | function allSubclassOf(mixed $value): iterable function allNullOrSubclassOf (line 55) | function allNullOrSubclassOf(mixed $value): iterable FILE: tests/static-analysis/assert-throws.php function throws (line 14) | function throws(Closure $value, $class): Closure function nullOrThrows (line 24) | function nullOrThrows(?Closure $value, $class): ?Closure function allThrows (line 35) | function allThrows(iterable $value, $class): iterable function allNullOrThrows (line 45) | function allNullOrThrows(iterable $value, $class): iterable FILE: tests/static-analysis/assert-true.php function true (line 16) | function true(mixed $value): bool function nullOrTrue (line 30) | function nullOrTrue(mixed $value): ?bool function allTrue (line 42) | function allTrue(mixed $value): iterable function allNullOrTrue (line 54) | function allNullOrTrue(mixed $value): iterable FILE: tests/static-analysis/assert-unicodeLetters.php function unicodeLetters (line 14) | function unicodeLetters(mixed $value): mixed function nullOrUnicodeLetters (line 26) | function nullOrUnicodeLetters(mixed $value): mixed function allUnicodeLetters (line 38) | function allUnicodeLetters(mixed $value): mixed function allNullOrUnicodeLetters (line 50) | function allNullOrUnicodeLetters(mixed $value): mixed FILE: tests/static-analysis/assert-uniqueValues.php function uniqueValues (line 9) | function uniqueValues(array $values): array function nullOrUniqueValues (line 16) | function nullOrUniqueValues(?array $values): ?array function allUniqueValues (line 26) | function allUniqueValues(iterable $values): iterable function allNullOrUniqueValues (line 36) | function allNullOrUniqueValues(iterable $values): iterable FILE: tests/static-analysis/assert-upper.php function upper (line 12) | function upper(mixed $value): string function nullOrUpper (line 22) | function nullOrUpper(?string $value): ?string function allUpper (line 34) | function allUpper(iterable $value): iterable function allNullOrUpper (line 46) | function allNullOrUpper(iterable $value): iterable FILE: tests/static-analysis/assert-uuid.php function uuid (line 12) | function uuid(string $value): string function nullOrUuid (line 22) | function nullOrUuid(?string $value): ?string function allUuid (line 34) | function allUuid(iterable $value): iterable function allNullOrUuid (line 46) | function allNullOrUuid(iterable $value): iterable FILE: tests/static-analysis/assert-validArrayKey.php function validArrayKey (line 16) | function validArrayKey(mixed $value) function nullOrValidArrayKey (line 30) | function nullOrValidArrayKey(mixed $value) function allValidArrayKey (line 42) | function allValidArrayKey(mixed $value): iterable function allNullOrValidArrayKey (line 54) | function allNullOrValidArrayKey(mixed $value): iterable FILE: tests/static-analysis/assert-writable.php function writable (line 9) | function writable(string $value): string function nullOrWritable (line 16) | function nullOrWritable(?string $value): ?string function allWritable (line 26) | function allWritable(iterable $value): iterable function allNullOrWritable (line 36) | function allNullOrWritable(iterable $value): iterable