This trait provides nullOr*, all* and allNullOr* variants of assertion base methods.
Do not use this trait directly: it will change, and is not designed for reuse.
Trait
| Methods |
public static allAlnum(?mixed $value, string $message = '') : iterable
|
public static allAlpha(?mixed $value, string $message = '') : iterable
|
public static allBoolean(?mixed $value, string $message = '') : iterable
|
public static allClassExists(?mixed $value, string $message = '') : iterable
|
public static allContains(?mixed $value, ?mixed $subString, string $message = '') : iterable
|
public static allCount(?mixed $array, ?mixed $number, string $message = '') : ?mixed
|
public static allCountBetween(?mixed $array, ?mixed $min, ?mixed $max, string $message = '') : ?mixed
|
public static allDigits(?mixed $value, string $message = '') : iterable
|
public static allDirectory(?mixed $value, string $message = '') : iterable
|
public static allEmail(?mixed $value, string $message = '') : iterable
|
public static allEndsWith(?mixed $value, ?mixed $suffix, string $message = '') : iterable
|
public static allEq(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allFalse(?mixed $value, string $message = '') : iterable
|
public static allFile(?mixed $value, string $message = '') : iterable
|
public static allFileExists(?mixed $value, string $message = '') : iterable
|
public static allFloat(?mixed $value, string $message = '') : iterable
|
public static allGreaterThan(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allGreaterThanEq(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allImplementsInterface(?mixed $value, ?mixed $interface, string $message = '') : iterable
|
public static allInArray(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allInteger(?mixed $value, string $message = '') : iterable
|
public static allIntegerish(?mixed $value, string $message = '') : iterable
|
public static allInterfaceExists(?mixed $value, string $message = '') : iterable
|
public static allIp(?mixed $value, string $message = '') : iterable
|
public static allIpv4(?mixed $value, string $message = '') : iterable
|
public static allIpv6(?mixed $value, string $message = '') : iterable
|
public static allIsAnyOf(?mixed $value, ?mixed $classes, string $message = '') : iterable
|
public static allIsAOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allIsArray(?mixed $value, string $message = '') : iterable
|
public static allIsArrayAccessible(?mixed $value, string $message = '') : iterable
|
public static allIsCallable(?mixed $value, string $message = '') : iterable
|
public static allIsCountable(?mixed $value, string $message = '') : iterable
|
public static allIsEmpty(?mixed $value, string $message = '') : iterable
|
public static allIsInstanceOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allIsInstanceOfAny(?mixed $value, ?mixed $classes, string $message = '') : iterable
|
public static allIsIterable(?mixed $value, string $message = '') : iterable
|
public static allIsList(?mixed $array, string $message = '') : ?mixed
|
public static allIsMap(?mixed $array, string $message = '') : ?mixed
|
public static allIsNonEmptyList(?mixed $array, string $message = '') : ?mixed
|
public static allIsNonEmptyMap(?mixed $array, string $message = '') : ?mixed
|
public static allIsNotA(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allIsStatic(?mixed $callable, string $message = '') : ?mixed
|
public static allKeyExists(?mixed $array, string|int $key, string $message = '') : ?mixed
|
public static allKeyNotExists(?mixed $array, string|int $key, string $message = '') : ?mixed
|
public static allLength(?mixed $value, ?mixed $length, string $message = '') : iterable
|
public static allLengthBetween(?mixed $value, ?mixed $min, ?mixed $max, string $message = '') : iterable
|
public static allLessThan(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allLessThanEq(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allLower(?mixed $value, string $message = '') : iterable
|
public static allMaxCount(?mixed $array, ?mixed $max, string $message = '') : ?mixed
|
public static allMaxLength(?mixed $value, ?mixed $max, string $message = '') : iterable
|
public static allMethodExists(?mixed $classOrObject, ?mixed $method, string $message = '') : ?mixed
|
public static allMethodNotExists(?mixed $classOrObject, ?mixed $method, string $message = '') : ?mixed
|
public static allMinCount(?mixed $array, ?mixed $min, string $message = '') : ?mixed
|
public static allMinLength(?mixed $value, ?mixed $min, string $message = '') : iterable
|
public static allNatural(?mixed $value, string $message = '') : iterable
|
public static allNegativeInteger(?mixed $value, string $message = '') : iterable
|
public static allNotContains(?mixed $value, ?mixed $subString, string $message = '') : iterable
|
public static allNotEmpty(?mixed $value, string $message = '') : iterable
|
public static allNotEndsWith(?mixed $value, ?mixed $suffix, string $message = '') : iterable
|
public static allNotEq(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allNotFalse(?mixed $value, string $message = '') : iterable
|
public static allNotInArray(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allNotInstanceOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allNotNegativeInteger(?mixed $value, string $message = '') : iterable
|
public static allNotNull(?mixed $value, string $message = '') : iterable
|
public static allNotOneOf(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allNotRegex(?mixed $value, ?mixed $pattern, string $message = '') : iterable
|
public static allNotSame(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allNotStartsWith(?mixed $value, ?mixed $prefix, string $message = '') : iterable
|
public static allNotStatic(?mixed $callable, string $message = '') : ?mixed
|
public static allNotWhitespaceOnly(?mixed $value, string $message = '') : iterable
|
public static allNull(?mixed $value, string $message = '') : iterable
|
public static allNullOrAlnum(?mixed $value, string $message = '') : iterable
|
public static allNullOrAlpha(?mixed $value, string $message = '') : iterable
|
public static allNullOrBoolean(?mixed $value, string $message = '') : iterable
|
public static allNullOrClassExists(?mixed $value, string $message = '') : iterable
|
public static allNullOrContains(?mixed $value, ?mixed $subString, string $message = '') : iterable
|
public static allNullOrCount(?mixed $array, ?mixed $number, string $message = '') : ?mixed
|
public static allNullOrCountBetween(?mixed $array, ?mixed $min, ?mixed $max, string $message = '') : ?mixed
|
public static allNullOrDigits(?mixed $value, string $message = '') : iterable
|
public static allNullOrDirectory(?mixed $value, string $message = '') : iterable
|
public static allNullOrEmail(?mixed $value, string $message = '') : iterable
|
public static allNullOrEndsWith(?mixed $value, ?mixed $suffix, string $message = '') : iterable
|
public static allNullOrEq(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allNullOrFalse(?mixed $value, string $message = '') : iterable
|
public static allNullOrFile(?mixed $value, string $message = '') : iterable
|
public static allNullOrFileExists(?mixed $value, string $message = '') : iterable
|
public static allNullOrFloat(?mixed $value, string $message = '') : iterable
|
public static allNullOrGreaterThan(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allNullOrGreaterThanEq(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allNullOrImplementsInterface(?mixed $value, ?mixed $interface, string $message = '') : iterable
|
public static allNullOrInArray(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allNullOrInteger(?mixed $value, string $message = '') : iterable
|
public static allNullOrIntegerish(?mixed $value, string $message = '') : iterable
|
public static allNullOrInterfaceExists(?mixed $value, string $message = '') : iterable
|
public static allNullOrIp(?mixed $value, string $message = '') : iterable
|
public static allNullOrIpv4(?mixed $value, string $message = '') : iterable
|
public static allNullOrIpv6(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsAnyOf(?mixed $value, ?mixed $classes, string $message = '') : iterable
|
public static allNullOrIsAOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allNullOrIsArray(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsArrayAccessible(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsCallable(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsCountable(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsEmpty(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsInstanceOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allNullOrIsInstanceOfAny(?mixed $value, ?mixed $classes, string $message = '') : iterable
|
public static allNullOrIsIterable(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsList(?mixed $array, string $message = '') : ?mixed
|
public static allNullOrIsMap(?mixed $array, string $message = '') : ?mixed
|
public static allNullOrIsNonEmptyList(?mixed $array, string $message = '') : ?mixed
|
public static allNullOrIsNonEmptyMap(?mixed $array, string $message = '') : ?mixed
|
public static allNullOrIsNotA(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allNullOrIsStatic(?mixed $callable, string $message = '') : ?mixed
|
public static allNullOrKeyExists(?mixed $array, string|int $key, string $message = '') : ?mixed
|
public static allNullOrKeyNotExists(?mixed $array, string|int $key, string $message = '') : ?mixed
|
public static allNullOrLength(?mixed $value, ?mixed $length, string $message = '') : iterable
|
public static allNullOrLengthBetween(?mixed $value, ?mixed $min, ?mixed $max, string $message = '') : iterable
|
public static allNullOrLessThan(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allNullOrLessThanEq(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allNullOrLower(?mixed $value, string $message = '') : iterable
|
public static allNullOrMaxCount(?mixed $array, ?mixed $max, string $message = '') : ?mixed
|
public static allNullOrMaxLength(?mixed $value, ?mixed $max, string $message = '') : iterable
|
public static allNullOrMethodExists(?mixed $classOrObject, ?mixed $method, string $message = '') : ?mixed
|
public static allNullOrMethodNotExists(?mixed $classOrObject, ?mixed $method, string $message = '') : ?mixed
|
public static allNullOrMinCount(?mixed $array, ?mixed $min, string $message = '') : ?mixed
|
public static allNullOrMinLength(?mixed $value, ?mixed $min, string $message = '') : iterable
|
public static allNullOrNatural(?mixed $value, string $message = '') : iterable
|
public static allNullOrNegativeInteger(?mixed $value, string $message = '') : iterable
|
public static allNullOrNotContains(?mixed $value, ?mixed $subString, string $message = '') : iterable
|
public static allNullOrNotEmpty(?mixed $value, string $message = '') : iterable
|
public static allNullOrNotEndsWith(?mixed $value, ?mixed $suffix, string $message = '') : iterable
|
public static allNullOrNotEq(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allNullOrNotFalse(?mixed $value, string $message = '') : iterable
|
public static allNullOrNotInArray(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allNullOrNotInstanceOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allNullOrNotNegativeInteger(?mixed $value, string $message = '') : iterable
|
public static allNullOrNotOneOf(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allNullOrNotRegex(?mixed $value, ?mixed $pattern, string $message = '') : iterable
|
public static allNullOrNotSame(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allNullOrNotStartsWith(?mixed $value, ?mixed $prefix, string $message = '') : iterable
|
public static allNullOrNotStatic(?mixed $callable, string $message = '') : ?mixed
|
public static allNullOrNotWhitespaceOnly(?mixed $value, string $message = '') : iterable
|
public static allNullOrNumeric(?mixed $value, string $message = '') : iterable
|
public static allNullOrObject(?mixed $value, string $message = '') : iterable
|
public static allNullOrObjectish(?mixed $value, string $message = '') : iterable
|
public static allNullOrOneOf(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allNullOrPositiveInteger(?mixed $value, string $message = '') : iterable
|
public static allNullOrPropertyExists(?mixed $classOrObject, ?mixed $property, string $message = '') : ?mixed
|
public static allNullOrPropertyNotExists(?mixed $classOrObject, ?mixed $property, string $message = '') : ?mixed
|
public static allNullOrRange(?mixed $value, ?mixed $min, ?mixed $max, string $message = '') : iterable
|
public static allNullOrReadable(?mixed $value, string $message = '') : iterable
|
public static allNullOrRegex(?mixed $value, ?mixed $pattern, string $message = '') : iterable
|
public static allNullOrResource(?mixed $value, ?string $type = NULL, string $message = '') : iterable
|
public static allNullOrSame(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allNullOrScalar(?mixed $value, string $message = '') : iterable
|
public static allNullOrStartsWith(?mixed $value, ?mixed $prefix, string $message = '') : iterable
|
public static allNullOrStartsWithLetter(?mixed $value, string $message = '') : iterable
|
public static allNullOrString(?mixed $value, string $message = '') : iterable
|
public static allNullOrStringNotEmpty(?mixed $value, string $message = '') : iterable
|
public static allNullOrSubclassOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allNullOrThrows(?mixed $expression, string $class = 'Throwable', string $message = '') : ?mixed
|
public static allNullOrTrue(?mixed $value, string $message = '') : iterable
|
public static allNullOrUnicodeLetters(?mixed $value, string $message = '') : iterable
|
public static allNullOrUniqueValues(?mixed $values, string $message = '') : ?mixed
|
public static allNullOrUpper(?mixed $value, string $message = '') : iterable
|
public static allNullOrUuid(?mixed $value, string $message = '') : iterable
|
public static allNullOrValidArrayKey(?mixed $value, string $message = '') : iterable
|
public static allNullOrWritable(?mixed $value, string $message = '') : iterable
|
public static allNumeric(?mixed $value, string $message = '') : iterable
|
public static allObject(?mixed $value, string $message = '') : iterable
|
public static allObjectish(?mixed $value, string $message = '') : iterable
|
public static allOneOf(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allPositiveInteger(?mixed $value, string $message = '') : iterable
|
public static allPropertyExists(?mixed $classOrObject, ?mixed $property, string $message = '') : ?mixed
|
public static allPropertyNotExists(?mixed $classOrObject, ?mixed $property, string $message = '') : ?mixed
|
public static allRange(?mixed $value, ?mixed $min, ?mixed $max, string $message = '') : iterable
|
public static allReadable(?mixed $value, string $message = '') : iterable
|
public static allRegex(?mixed $value, ?mixed $pattern, string $message = '') : iterable
|
public static allResource(?mixed $value, ?string $type = NULL, string $message = '') : iterable
|
public static allSame(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allScalar(?mixed $value, string $message = '') : iterable
|
public static allStartsWith(?mixed $value, ?mixed $prefix, string $message = '') : iterable
|
public static allStartsWithLetter(?mixed $value, string $message = '') : iterable
|
public static allString(?mixed $value, string $message = '') : iterable
|
public static allStringNotEmpty(?mixed $value, string $message = '') : iterable
|
public static allSubclassOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allThrows(?mixed $expression, string $class = 'Throwable', string $message = '') : ?mixed
|
public static allTrue(?mixed $value, string $message = '') : iterable
|
public static allUnicodeLetters(?mixed $value, string $message = '') : iterable
|
public static allUniqueValues(?mixed $values, string $message = '') : ?mixed
|
public static allUpper(?mixed $value, string $message = '') : iterable
|
public static allUuid(?mixed $value, string $message = '') : iterable
|
public static allValidArrayKey(?mixed $value, string $message = '') : iterable
|
public static allWritable(?mixed $value, string $message = '') : iterable
|
public static nullOrAlnum(?mixed $value, string $message = '') : ?mixed
|
public static nullOrAlpha(?mixed $value, string $message = '') : ?mixed
|
public static nullOrBoolean(?mixed $value, string $message = '') : ?mixed
|
public static nullOrClassExists(?mixed $value, string $message = '') : ?mixed
|
public static nullOrContains(?mixed $value, ?mixed $subString, string $message = '') : ?mixed
|
public static nullOrCount(?mixed $array, ?mixed $number, string $message = '') : ?mixed
|
public static nullOrCountBetween(?mixed $array, ?mixed $min, ?mixed $max, string $message = '') : ?mixed
|
public static nullOrDigits(?mixed $value, string $message = '') : ?mixed
|
public static nullOrDirectory(?mixed $value, string $message = '') : ?mixed
|
public static nullOrEmail(?mixed $value, string $message = '') : ?mixed
|
public static nullOrEndsWith(?mixed $value, ?mixed $suffix, string $message = '') : ?mixed
|
public static nullOrEq(?mixed $value, ?mixed $expect, string $message = '') : ?mixed
|
public static nullOrFalse(?mixed $value, string $message = '') : ?mixed
|
public static nullOrFile(?mixed $value, string $message = '') : ?mixed
|
public static nullOrFileExists(?mixed $value, string $message = '') : ?mixed
|
public static nullOrFloat(?mixed $value, string $message = '') : ?mixed
|
public static nullOrGreaterThan(?mixed $value, ?mixed $limit, string $message = '') : ?mixed
|
public static nullOrGreaterThanEq(?mixed $value, ?mixed $limit, string $message = '') : ?mixed
|
public static nullOrImplementsInterface(?mixed $value, ?mixed $interface, string $message = '') : ?mixed
|
public static nullOrInArray(?mixed $value, ?mixed $values, string $message = '') : ?mixed
|
public static nullOrInteger(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIntegerish(?mixed $value, string $message = '') : ?mixed
|
public static nullOrInterfaceExists(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIp(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIpv4(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIpv6(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsAnyOf(?mixed $value, ?mixed $classes, string $message = '') : ?mixed
|
public static nullOrIsAOf(?mixed $value, ?mixed $class, string $message = '') : ?mixed
|
public static nullOrIsArray(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsArrayAccessible(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsCallable(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsCountable(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsEmpty(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsInstanceOf(?mixed $value, ?mixed $class, string $message = '') : ?mixed
|
public static nullOrIsInstanceOfAny(?mixed $value, ?mixed $classes, string $message = '') : ?mixed
|
public static nullOrIsIterable(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsList(?mixed $array, string $message = '') : ?mixed
|
public static nullOrIsMap(?mixed $array, string $message = '') : ?mixed
|
public static nullOrIsNonEmptyList(?mixed $array, string $message = '') : ?mixed
|
public static nullOrIsNonEmptyMap(?mixed $array, string $message = '') : ?mixed
|
public static nullOrIsNotA(?mixed $value, ?mixed $class, string $message = '') : ?mixed
|
public static nullOrIsStatic(?mixed $callable, string $message = '') : ?mixed
|
public static nullOrKeyExists(?mixed $array, string|int $key, string $message = '') : ?mixed
|
public static nullOrKeyNotExists(?mixed $array, string|int $key, string $message = '') : ?mixed
|
public static nullOrLength(?mixed $value, ?mixed $length, string $message = '') : ?mixed
|
public static nullOrLengthBetween(?mixed $value, ?mixed $min, ?mixed $max, string $message = '') : ?mixed
|
public static nullOrLessThan(?mixed $value, ?mixed $limit, string $message = '') : ?mixed
|
public static nullOrLessThanEq(?mixed $value, ?mixed $limit, string $message = '') : ?mixed
|
public static nullOrLower(?mixed $value, string $message = '') : ?mixed
|
public static nullOrMaxCount(?mixed $array, ?mixed $max, string $message = '') : ?mixed
|
public static nullOrMaxLength(?mixed $value, ?mixed $max, string $message = '') : ?mixed
|
public static nullOrMethodExists(?mixed $classOrObject, ?mixed $method, string $message = '') : ?mixed
|
public static nullOrMethodNotExists(?mixed $classOrObject, ?mixed $method, string $message = '') : ?mixed
|
public static nullOrMinCount(?mixed $array, ?mixed $min, string $message = '') : ?mixed
|
public static nullOrMinLength(?mixed $value, ?mixed $min, string $message = '') : ?mixed
|
public static nullOrNatural(?mixed $value, string $message = '') : ?mixed
|
public static nullOrNegativeInteger(?mixed $value, string $message = '') : ?mixed
|
public static nullOrNotContains(?mixed $value, ?mixed $subString, string $message = '') : ?mixed
|
public static nullOrNotEmpty(?mixed $value, string $message = '') : ?mixed
|
public static nullOrNotEndsWith(?mixed $value, ?mixed $suffix, string $message = '') : ?mixed
|
public static nullOrNotEq(?mixed $value, ?mixed $expect, string $message = '') : ?mixed
|
public static nullOrNotFalse(?mixed $value, string $message = '') : ?mixed
|
public static nullOrNotInArray(?mixed $value, ?mixed $values, string $message = '') : ?mixed
|
public static nullOrNotInstanceOf(?mixed $value, ?mixed $class, string $message = '') : ?mixed
|
public static nullOrNotNegativeInteger(?mixed $value, string $message = '') : ?mixed
|
public static nullOrNotOneOf(?mixed $value, ?mixed $values, string $message = '') : ?mixed
|
public static nullOrNotRegex(?mixed $value, ?mixed $pattern, string $message = '') : ?mixed
|
public static nullOrNotSame(?mixed $value, ?mixed $expect, string $message = '') : ?mixed
|
public static nullOrNotStartsWith(?mixed $value, ?mixed $prefix, string $message = '') : ?mixed
|
public static nullOrNotStatic(?mixed $callable, string $message = '') : ?mixed
|
public static nullOrNotWhitespaceOnly(?mixed $value, string $message = '') : ?mixed
|
public static nullOrNumeric(?mixed $value, string $message = '') : ?mixed
|
public static nullOrObject(?mixed $value, string $message = '') : ?mixed
|
public static nullOrObjectish(?mixed $value, string $message = '') : ?mixed
|
public static nullOrOneOf(?mixed $value, ?mixed $values, string $message = '') : ?mixed
|
public static nullOrPositiveInteger(?mixed $value, string $message = '') : ?mixed
|
public static nullOrPropertyExists(?mixed $classOrObject, ?mixed $property, string $message = '') : ?mixed
|
public static nullOrPropertyNotExists(?mixed $classOrObject, ?mixed $property, string $message = '') : ?mixed
|
public static nullOrRange(?mixed $value, ?mixed $min, ?mixed $max, string $message = '') : ?mixed
|
public static nullOrReadable(?mixed $value, string $message = '') : ?mixed
|
public static nullOrRegex(?mixed $value, ?mixed $pattern, string $message = '') : ?mixed
|
public static nullOrResource(?mixed $value, ?string $type = NULL, string $message = '') : ?mixed
|
public static nullOrSame(?mixed $value, ?mixed $expect, string $message = '') : ?mixed
|
public static nullOrScalar(?mixed $value, string $message = '') : ?mixed
|
public static nullOrStartsWith(?mixed $value, ?mixed $prefix, string $message = '') : ?mixed
|
public static nullOrStartsWithLetter(?mixed $value, string $message = '') : ?mixed
|
public static nullOrString(?mixed $value, string $message = '') : ?mixed
|
public static nullOrStringNotEmpty(?mixed $value, string $message = '') : ?mixed
|
public static nullOrSubclassOf(?mixed $value, ?mixed $class, string $message = '') : ?mixed
|
public static nullOrThrows(?mixed $expression, string $class = 'Throwable', string $message = '') : ?mixed
|
public static nullOrTrue(?mixed $value, string $message = '') : ?mixed
|
public static nullOrUnicodeLetters(?mixed $value, string $message = '') : ?mixed
|
public static nullOrUniqueValues(?mixed $values, string $message = '') : ?mixed
|
public static nullOrUpper(?mixed $value, string $message = '') : ?mixed
|
public static nullOrUuid(?mixed $value, string $message = '') : ?mixed
|
public static nullOrValidArrayKey(?mixed $value, string $message = '') : ?mixed
|
public static nullOrWritable(?mixed $value, string $message = '') : ?mixed
|
| Methods |
public static allAlnum(?mixed $value, string $message = '') : iterable
|
public static allAlpha(?mixed $value, string $message = '') : iterable
|
public static allBoolean(?mixed $value, string $message = '') : iterable
|
public static allClassExists(?mixed $value, string $message = '') : iterable
|
public static allContains(?mixed $value, ?mixed $subString, string $message = '') : iterable
|
public static allCount(?mixed $array, ?mixed $number, string $message = '') : ?mixed
|
public static allCountBetween(?mixed $array, ?mixed $min, ?mixed $max, string $message = '') : ?mixed
|
public static allDigits(?mixed $value, string $message = '') : iterable
|
public static allDirectory(?mixed $value, string $message = '') : iterable
|
public static allEmail(?mixed $value, string $message = '') : iterable
|
public static allEndsWith(?mixed $value, ?mixed $suffix, string $message = '') : iterable
|
public static allEq(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allFalse(?mixed $value, string $message = '') : iterable
|
public static allFile(?mixed $value, string $message = '') : iterable
|
public static allFileExists(?mixed $value, string $message = '') : iterable
|
public static allFloat(?mixed $value, string $message = '') : iterable
|
public static allGreaterThan(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allGreaterThanEq(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allImplementsInterface(?mixed $value, ?mixed $interface, string $message = '') : iterable
|
public static allInArray(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allInteger(?mixed $value, string $message = '') : iterable
|
public static allIntegerish(?mixed $value, string $message = '') : iterable
|
public static allInterfaceExists(?mixed $value, string $message = '') : iterable
|
public static allIp(?mixed $value, string $message = '') : iterable
|
public static allIpv4(?mixed $value, string $message = '') : iterable
|
public static allIpv6(?mixed $value, string $message = '') : iterable
|
public static allIsAnyOf(?mixed $value, ?mixed $classes, string $message = '') : iterable
|
public static allIsAOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allIsArray(?mixed $value, string $message = '') : iterable
|
public static allIsArrayAccessible(?mixed $value, string $message = '') : iterable
|
public static allIsCallable(?mixed $value, string $message = '') : iterable
|
public static allIsCountable(?mixed $value, string $message = '') : iterable
|
public static allIsEmpty(?mixed $value, string $message = '') : iterable
|
public static allIsInstanceOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allIsInstanceOfAny(?mixed $value, ?mixed $classes, string $message = '') : iterable
|
public static allIsIterable(?mixed $value, string $message = '') : iterable
|
public static allIsList(?mixed $array, string $message = '') : ?mixed
|
public static allIsMap(?mixed $array, string $message = '') : ?mixed
|
public static allIsNonEmptyList(?mixed $array, string $message = '') : ?mixed
|
public static allIsNonEmptyMap(?mixed $array, string $message = '') : ?mixed
|
public static allIsNotA(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allIsStatic(?mixed $callable, string $message = '') : ?mixed
|
public static allKeyExists(?mixed $array, string|int $key, string $message = '') : ?mixed
|
public static allKeyNotExists(?mixed $array, string|int $key, string $message = '') : ?mixed
|
public static allLength(?mixed $value, ?mixed $length, string $message = '') : iterable
|
public static allLengthBetween(?mixed $value, ?mixed $min, ?mixed $max, string $message = '') : iterable
|
public static allLessThan(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allLessThanEq(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allLower(?mixed $value, string $message = '') : iterable
|
public static allMaxCount(?mixed $array, ?mixed $max, string $message = '') : ?mixed
|
public static allMaxLength(?mixed $value, ?mixed $max, string $message = '') : iterable
|
public static allMethodExists(?mixed $classOrObject, ?mixed $method, string $message = '') : ?mixed
|
public static allMethodNotExists(?mixed $classOrObject, ?mixed $method, string $message = '') : ?mixed
|
public static allMinCount(?mixed $array, ?mixed $min, string $message = '') : ?mixed
|
public static allMinLength(?mixed $value, ?mixed $min, string $message = '') : iterable
|
public static allNatural(?mixed $value, string $message = '') : iterable
|
public static allNegativeInteger(?mixed $value, string $message = '') : iterable
|
public static allNotContains(?mixed $value, ?mixed $subString, string $message = '') : iterable
|
public static allNotEmpty(?mixed $value, string $message = '') : iterable
|
public static allNotEndsWith(?mixed $value, ?mixed $suffix, string $message = '') : iterable
|
public static allNotEq(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allNotFalse(?mixed $value, string $message = '') : iterable
|
public static allNotInArray(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allNotInstanceOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allNotNegativeInteger(?mixed $value, string $message = '') : iterable
|
public static allNotNull(?mixed $value, string $message = '') : iterable
|
public static allNotOneOf(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allNotRegex(?mixed $value, ?mixed $pattern, string $message = '') : iterable
|
public static allNotSame(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allNotStartsWith(?mixed $value, ?mixed $prefix, string $message = '') : iterable
|
public static allNotStatic(?mixed $callable, string $message = '') : ?mixed
|
public static allNotWhitespaceOnly(?mixed $value, string $message = '') : iterable
|
public static allNull(?mixed $value, string $message = '') : iterable
|
public static allNullOrAlnum(?mixed $value, string $message = '') : iterable
|
public static allNullOrAlpha(?mixed $value, string $message = '') : iterable
|
public static allNullOrBoolean(?mixed $value, string $message = '') : iterable
|
public static allNullOrClassExists(?mixed $value, string $message = '') : iterable
|
public static allNullOrContains(?mixed $value, ?mixed $subString, string $message = '') : iterable
|
public static allNullOrCount(?mixed $array, ?mixed $number, string $message = '') : ?mixed
|
public static allNullOrCountBetween(?mixed $array, ?mixed $min, ?mixed $max, string $message = '') : ?mixed
|
public static allNullOrDigits(?mixed $value, string $message = '') : iterable
|
public static allNullOrDirectory(?mixed $value, string $message = '') : iterable
|
public static allNullOrEmail(?mixed $value, string $message = '') : iterable
|
public static allNullOrEndsWith(?mixed $value, ?mixed $suffix, string $message = '') : iterable
|
public static allNullOrEq(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allNullOrFalse(?mixed $value, string $message = '') : iterable
|
public static allNullOrFile(?mixed $value, string $message = '') : iterable
|
public static allNullOrFileExists(?mixed $value, string $message = '') : iterable
|
public static allNullOrFloat(?mixed $value, string $message = '') : iterable
|
public static allNullOrGreaterThan(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allNullOrGreaterThanEq(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allNullOrImplementsInterface(?mixed $value, ?mixed $interface, string $message = '') : iterable
|
public static allNullOrInArray(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allNullOrInteger(?mixed $value, string $message = '') : iterable
|
public static allNullOrIntegerish(?mixed $value, string $message = '') : iterable
|
public static allNullOrInterfaceExists(?mixed $value, string $message = '') : iterable
|
public static allNullOrIp(?mixed $value, string $message = '') : iterable
|
public static allNullOrIpv4(?mixed $value, string $message = '') : iterable
|
public static allNullOrIpv6(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsAnyOf(?mixed $value, ?mixed $classes, string $message = '') : iterable
|
public static allNullOrIsAOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allNullOrIsArray(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsArrayAccessible(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsCallable(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsCountable(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsEmpty(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsInstanceOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allNullOrIsInstanceOfAny(?mixed $value, ?mixed $classes, string $message = '') : iterable
|
public static allNullOrIsIterable(?mixed $value, string $message = '') : iterable
|
public static allNullOrIsList(?mixed $array, string $message = '') : ?mixed
|
public static allNullOrIsMap(?mixed $array, string $message = '') : ?mixed
|
public static allNullOrIsNonEmptyList(?mixed $array, string $message = '') : ?mixed
|
public static allNullOrIsNonEmptyMap(?mixed $array, string $message = '') : ?mixed
|
public static allNullOrIsNotA(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allNullOrIsStatic(?mixed $callable, string $message = '') : ?mixed
|
public static allNullOrKeyExists(?mixed $array, string|int $key, string $message = '') : ?mixed
|
public static allNullOrKeyNotExists(?mixed $array, string|int $key, string $message = '') : ?mixed
|
public static allNullOrLength(?mixed $value, ?mixed $length, string $message = '') : iterable
|
public static allNullOrLengthBetween(?mixed $value, ?mixed $min, ?mixed $max, string $message = '') : iterable
|
public static allNullOrLessThan(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allNullOrLessThanEq(?mixed $value, ?mixed $limit, string $message = '') : iterable
|
public static allNullOrLower(?mixed $value, string $message = '') : iterable
|
public static allNullOrMaxCount(?mixed $array, ?mixed $max, string $message = '') : ?mixed
|
public static allNullOrMaxLength(?mixed $value, ?mixed $max, string $message = '') : iterable
|
public static allNullOrMethodExists(?mixed $classOrObject, ?mixed $method, string $message = '') : ?mixed
|
public static allNullOrMethodNotExists(?mixed $classOrObject, ?mixed $method, string $message = '') : ?mixed
|
public static allNullOrMinCount(?mixed $array, ?mixed $min, string $message = '') : ?mixed
|
public static allNullOrMinLength(?mixed $value, ?mixed $min, string $message = '') : iterable
|
public static allNullOrNatural(?mixed $value, string $message = '') : iterable
|
public static allNullOrNegativeInteger(?mixed $value, string $message = '') : iterable
|
public static allNullOrNotContains(?mixed $value, ?mixed $subString, string $message = '') : iterable
|
public static allNullOrNotEmpty(?mixed $value, string $message = '') : iterable
|
public static allNullOrNotEndsWith(?mixed $value, ?mixed $suffix, string $message = '') : iterable
|
public static allNullOrNotEq(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allNullOrNotFalse(?mixed $value, string $message = '') : iterable
|
public static allNullOrNotInArray(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allNullOrNotInstanceOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allNullOrNotNegativeInteger(?mixed $value, string $message = '') : iterable
|
public static allNullOrNotOneOf(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allNullOrNotRegex(?mixed $value, ?mixed $pattern, string $message = '') : iterable
|
public static allNullOrNotSame(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allNullOrNotStartsWith(?mixed $value, ?mixed $prefix, string $message = '') : iterable
|
public static allNullOrNotStatic(?mixed $callable, string $message = '') : ?mixed
|
public static allNullOrNotWhitespaceOnly(?mixed $value, string $message = '') : iterable
|
public static allNullOrNumeric(?mixed $value, string $message = '') : iterable
|
public static allNullOrObject(?mixed $value, string $message = '') : iterable
|
public static allNullOrObjectish(?mixed $value, string $message = '') : iterable
|
public static allNullOrOneOf(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allNullOrPositiveInteger(?mixed $value, string $message = '') : iterable
|
public static allNullOrPropertyExists(?mixed $classOrObject, ?mixed $property, string $message = '') : ?mixed
|
public static allNullOrPropertyNotExists(?mixed $classOrObject, ?mixed $property, string $message = '') : ?mixed
|
public static allNullOrRange(?mixed $value, ?mixed $min, ?mixed $max, string $message = '') : iterable
|
public static allNullOrReadable(?mixed $value, string $message = '') : iterable
|
public static allNullOrRegex(?mixed $value, ?mixed $pattern, string $message = '') : iterable
|
public static allNullOrResource(?mixed $value, ?string $type = NULL, string $message = '') : iterable
|
public static allNullOrSame(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allNullOrScalar(?mixed $value, string $message = '') : iterable
|
public static allNullOrStartsWith(?mixed $value, ?mixed $prefix, string $message = '') : iterable
|
public static allNullOrStartsWithLetter(?mixed $value, string $message = '') : iterable
|
public static allNullOrString(?mixed $value, string $message = '') : iterable
|
public static allNullOrStringNotEmpty(?mixed $value, string $message = '') : iterable
|
public static allNullOrSubclassOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allNullOrThrows(?mixed $expression, string $class = 'Throwable', string $message = '') : ?mixed
|
public static allNullOrTrue(?mixed $value, string $message = '') : iterable
|
public static allNullOrUnicodeLetters(?mixed $value, string $message = '') : iterable
|
public static allNullOrUniqueValues(?mixed $values, string $message = '') : ?mixed
|
public static allNullOrUpper(?mixed $value, string $message = '') : iterable
|
public static allNullOrUuid(?mixed $value, string $message = '') : iterable
|
public static allNullOrValidArrayKey(?mixed $value, string $message = '') : iterable
|
public static allNullOrWritable(?mixed $value, string $message = '') : iterable
|
public static allNumeric(?mixed $value, string $message = '') : iterable
|
public static allObject(?mixed $value, string $message = '') : iterable
|
public static allObjectish(?mixed $value, string $message = '') : iterable
|
public static allOneOf(?mixed $value, ?mixed $values, string $message = '') : iterable
|
public static allPositiveInteger(?mixed $value, string $message = '') : iterable
|
public static allPropertyExists(?mixed $classOrObject, ?mixed $property, string $message = '') : ?mixed
|
public static allPropertyNotExists(?mixed $classOrObject, ?mixed $property, string $message = '') : ?mixed
|
public static allRange(?mixed $value, ?mixed $min, ?mixed $max, string $message = '') : iterable
|
public static allReadable(?mixed $value, string $message = '') : iterable
|
public static allRegex(?mixed $value, ?mixed $pattern, string $message = '') : iterable
|
public static allResource(?mixed $value, ?string $type = NULL, string $message = '') : iterable
|
public static allSame(?mixed $value, ?mixed $expect, string $message = '') : iterable
|
public static allScalar(?mixed $value, string $message = '') : iterable
|
public static allStartsWith(?mixed $value, ?mixed $prefix, string $message = '') : iterable
|
public static allStartsWithLetter(?mixed $value, string $message = '') : iterable
|
public static allString(?mixed $value, string $message = '') : iterable
|
public static allStringNotEmpty(?mixed $value, string $message = '') : iterable
|
public static allSubclassOf(?mixed $value, ?mixed $class, string $message = '') : iterable
|
public static allThrows(?mixed $expression, string $class = 'Throwable', string $message = '') : ?mixed
|
public static allTrue(?mixed $value, string $message = '') : iterable
|
public static allUnicodeLetters(?mixed $value, string $message = '') : iterable
|
public static allUniqueValues(?mixed $values, string $message = '') : ?mixed
|
public static allUpper(?mixed $value, string $message = '') : iterable
|
public static allUuid(?mixed $value, string $message = '') : iterable
|
public static allValidArrayKey(?mixed $value, string $message = '') : iterable
|
public static allWritable(?mixed $value, string $message = '') : iterable
|
public static nullOrAlnum(?mixed $value, string $message = '') : ?mixed
|
public static nullOrAlpha(?mixed $value, string $message = '') : ?mixed
|
public static nullOrBoolean(?mixed $value, string $message = '') : ?mixed
|
public static nullOrClassExists(?mixed $value, string $message = '') : ?mixed
|
public static nullOrContains(?mixed $value, ?mixed $subString, string $message = '') : ?mixed
|
public static nullOrCount(?mixed $array, ?mixed $number, string $message = '') : ?mixed
|
public static nullOrCountBetween(?mixed $array, ?mixed $min, ?mixed $max, string $message = '') : ?mixed
|
public static nullOrDigits(?mixed $value, string $message = '') : ?mixed
|
public static nullOrDirectory(?mixed $value, string $message = '') : ?mixed
|
public static nullOrEmail(?mixed $value, string $message = '') : ?mixed
|
public static nullOrEndsWith(?mixed $value, ?mixed $suffix, string $message = '') : ?mixed
|
public static nullOrEq(?mixed $value, ?mixed $expect, string $message = '') : ?mixed
|
public static nullOrFalse(?mixed $value, string $message = '') : ?mixed
|
public static nullOrFile(?mixed $value, string $message = '') : ?mixed
|
public static nullOrFileExists(?mixed $value, string $message = '') : ?mixed
|
public static nullOrFloat(?mixed $value, string $message = '') : ?mixed
|
public static nullOrGreaterThan(?mixed $value, ?mixed $limit, string $message = '') : ?mixed
|
public static nullOrGreaterThanEq(?mixed $value, ?mixed $limit, string $message = '') : ?mixed
|
public static nullOrImplementsInterface(?mixed $value, ?mixed $interface, string $message = '') : ?mixed
|
public static nullOrInArray(?mixed $value, ?mixed $values, string $message = '') : ?mixed
|
public static nullOrInteger(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIntegerish(?mixed $value, string $message = '') : ?mixed
|
public static nullOrInterfaceExists(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIp(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIpv4(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIpv6(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsAnyOf(?mixed $value, ?mixed $classes, string $message = '') : ?mixed
|
public static nullOrIsAOf(?mixed $value, ?mixed $class, string $message = '') : ?mixed
|
public static nullOrIsArray(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsArrayAccessible(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsCallable(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsCountable(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsEmpty(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsInstanceOf(?mixed $value, ?mixed $class, string $message = '') : ?mixed
|
public static nullOrIsInstanceOfAny(?mixed $value, ?mixed $classes, string $message = '') : ?mixed
|
public static nullOrIsIterable(?mixed $value, string $message = '') : ?mixed
|
public static nullOrIsList(?mixed $array, string $message = '') : ?mixed
|
public static nullOrIsMap(?mixed $array, string $message = '') : ?mixed
|
public static nullOrIsNonEmptyList(?mixed $array, string $message = '') : ?mixed
|
public static nullOrIsNonEmptyMap(?mixed $array, string $message = '') : ?mixed
|
public static nullOrIsNotA(?mixed $value, ?mixed $class, string $message = '') : ?mixed
|
public static nullOrIsStatic(?mixed $callable, string $message = '') : ?mixed
|
public static nullOrKeyExists(?mixed $array, string|int $key, string $message = '') : ?mixed
|
public static nullOrKeyNotExists(?mixed $array, string|int $key, string $message = '') : ?mixed
|
public static nullOrLength(?mixed $value, ?mixed $length, string $message = '') : ?mixed
|
public static nullOrLengthBetween(?mixed $value, ?mixed $min, ?mixed $max, string $message = '') : ?mixed
|
public static nullOrLessThan(?mixed $value, ?mixed $limit, string $message = '') : ?mixed
|
public static nullOrLessThanEq(?mixed $value, ?mixed $limit, string $message = '') : ?mixed
|
public static nullOrLower(?mixed $value, string $message = '') : ?mixed
|
public static nullOrMaxCount(?mixed $array, ?mixed $max, string $message = '') : ?mixed
|
public static nullOrMaxLength(?mixed $value, ?mixed $max, string $message = '') : ?mixed
|
public static nullOrMethodExists(?mixed $classOrObject, ?mixed $method, string $message = '') : ?mixed
|
public static nullOrMethodNotExists(?mixed $classOrObject, ?mixed $method, string $message = '') : ?mixed
|
public static nullOrMinCount(?mixed $array, ?mixed $min, string $message = '') : ?mixed
|
public static nullOrMinLength(?mixed $value, ?mixed $min, string $message = '') : ?mixed
|
public static nullOrNatural(?mixed $value, string $message = '') : ?mixed
|
public static nullOrNegativeInteger(?mixed $value, string $message = '') : ?mixed
|
public static nullOrNotContains(?mixed $value, ?mixed $subString, string $message = '') : ?mixed
|
public static nullOrNotEmpty(?mixed $value, string $message = '') : ?mixed
|
public static nullOrNotEndsWith(?mixed $value, ?mixed $suffix, string $message = '') : ?mixed
|
public static nullOrNotEq(?mixed $value, ?mixed $expect, string $message = '') : ?mixed
|
public static nullOrNotFalse(?mixed $value, string $message = '') : ?mixed
|
public static nullOrNotInArray(?mixed $value, ?mixed $values, string $message = '') : ?mixed
|
public static nullOrNotInstanceOf(?mixed $value, ?mixed $class, string $message = '') : ?mixed
|
public static nullOrNotNegativeInteger(?mixed $value, string $message = '') : ?mixed
|
public static nullOrNotOneOf(?mixed $value, ?mixed $values, string $message = '') : ?mixed
|
public static nullOrNotRegex(?mixed $value, ?mixed $pattern, string $message = '') : ?mixed
|
public static nullOrNotSame(?mixed $value, ?mixed $expect, string $message = '') : ?mixed
|
public static nullOrNotStartsWith(?mixed $value, ?mixed $prefix, string $message = '') : ?mixed
|
public static nullOrNotStatic(?mixed $callable, string $message = '') : ?mixed
|
public static nullOrNotWhitespaceOnly(?mixed $value, string $message = '') : ?mixed
|
public static nullOrNumeric(?mixed $value, string $message = '') : ?mixed
|
public static nullOrObject(?mixed $value, string $message = '') : ?mixed
|
public static nullOrObjectish(?mixed $value, string $message = '') : ?mixed
|
public static nullOrOneOf(?mixed $value, ?mixed $values, string $message = '') : ?mixed
|
public static nullOrPositiveInteger(?mixed $value, string $message = '') : ?mixed
|
public static nullOrPropertyExists(?mixed $classOrObject, ?mixed $property, string $message = '') : ?mixed
|
public static nullOrPropertyNotExists(?mixed $classOrObject, ?mixed $property, string $message = '') : ?mixed
|
public static nullOrRange(?mixed $value, ?mixed $min, ?mixed $max, string $message = '') : ?mixed
|
public static nullOrReadable(?mixed $value, string $message = '') : ?mixed
|
public static nullOrRegex(?mixed $value, ?mixed $pattern, string $message = '') : ?mixed
|
public static nullOrResource(?mixed $value, ?string $type = NULL, string $message = '') : ?mixed
|
public static nullOrSame(?mixed $value, ?mixed $expect, string $message = '') : ?mixed
|
public static nullOrScalar(?mixed $value, string $message = '') : ?mixed
|
public static nullOrStartsWith(?mixed $value, ?mixed $prefix, string $message = '') : ?mixed
|
public static nullOrStartsWithLetter(?mixed $value, string $message = '') : ?mixed
|
public static nullOrString(?mixed $value, string $message = '') : ?mixed
|
public static nullOrStringNotEmpty(?mixed $value, string $message = '') : ?mixed
|
public static nullOrSubclassOf(?mixed $value, ?mixed $class, string $message = '') : ?mixed
|
public static nullOrThrows(?mixed $expression, string $class = 'Throwable', string $message = '') : ?mixed
|
public static nullOrTrue(?mixed $value, string $message = '') : ?mixed
|
public static nullOrUnicodeLetters(?mixed $value, string $message = '') : ?mixed
|
public static nullOrUniqueValues(?mixed $values, string $message = '') : ?mixed
|
public static nullOrUpper(?mixed $value, string $message = '') : ?mixed
|
public static nullOrUuid(?mixed $value, string $message = '') : ?mixed
|
public static nullOrValidArrayKey(?mixed $value, string $message = '') : ?mixed
|
public static nullOrWritable(?mixed $value, string $message = '') : ?mixed
|