Lines Matching refs:null

52             return null;
85 return null;
90 return null;
162 public static function null(): SimpleType function in SimpleType
261 SimpleType::null(),
298 return null;
315 if ($a === null || $b === null) {
333 if ($this->types === null) {
436 return $this->defaultValue !== null && $this->defaultValue !== "UNKNOWN";
448 if ($this->defaultValue === null) {
449 return null;
454 return null;
487 return null;
735 return null;
852 return null;
867 return null;
880 …lias" && isset($funcMap[$this->alias->__toString()]) ? $funcMap[$this->alias->__toString()] : null;
881 $aliasFunc = $aliasMap[$this->name->__toString()] ?? null;
883 …if (($this->aliasType === "alias" && $aliasedFunc !== null && $aliasedFunc->isMethod() !== $this->…
884 ($aliasFunc !== null && $aliasFunc->isMethod() !== $this->isMethod())
915 if ($arg->defaultValue !== null) {
932 if ($defaultValue !== null) {
950 $this->return->type = null;
952 $arg->type = null;
953 $arg->defaultValue = null;
1021 if ($this->value === null) {
1048 if ($value === null || strlen($value) === 0) {
1075 $tags[] = new DocCommentTag($matches[1], $matches[2] ?? null);
1092 $aliasType = null;
1093 $alias = null;
1096 $docReturnType = null;
1154 $type = $param->type ? Type::fromNode($param->type) : null;
1155 if ($type === null && !isset($docParamTypes[$varName])) {
1164 if ($simpleType === null) {
1181 isset($docParamTypes[$varName]) ? Type::fromPhpDoc($docParamTypes[$varName]) : null,
1182 $param->default ? $prettyPrinter->prettyPrintExpr($param->default) : null
1194 …if ($returnType === null && $docReturnType === null && !$name->isConstructor() && !$name->isDestru…
1200 $returnType ? Type::fromNode($returnType) : null,
1201 $docReturnType ? Type::fromPhpDoc($docReturnType) : null
1244 return empty($conds) ? null : implode(' && ', $conds);
1249 return null;
1254 return null;
1261 return null;
1369 if ($returnType !== null) {
1370 if (null !== $simpleReturnType = $returnType->tryToSimpleType()) {
1415 if ($argType !== null) {
1416 if (null !== $simpleArgType = $argType->tryToSimpleType()) {
1470 return null;
1479 if ($funcCode === null) {
1526 return null;
1535 $code .= generateFunctionEntries(null, $fileInfo->funcInfos);
1576 if ($methodSynopsis !== null) {
1656 if ($newMethodSynopsis === null) {
1818 $optind = null;
1828 $targetMethodSynopses = $argv[$optind + 1] ?? null;
1829 if ($replaceMethodSynopses && $targetMethodSynopses === null) {
1915 if ($aliasArg === null) {
1916 assert($aliasedArg !== null);
1918 return null;
1921 if ($aliasedArg === null) {
1923 return null;
1928 return null;