Lines Matching refs:null

76      * @var Sqlite|null
293 if ($row != null) {
296 if ($page !== null) {
297 // page may be null in production
298 // PHP Fatal error: Uncaught Error: Call to a member function setBuildAliasPath() on null in
333 if ($dateReplication === null) {
424 * @return Json the analytics array or null if not in db
431 if ($jsonString === null) {
433 // on an empty string / null (for sqlite)
504 * @return DateTime|null
510 if ($dateString === null) {
511 return null;
517 return null;
594 * If the primary key is null, no record was found
597 if ($rowId !== null) {
629 if ($this->markupPath === null) {
636 $pageIdAbbr = $values[PageId::PAGE_ID_ABBR_ATTRIBUTE] ?? null;
637 if ($pageIdAbbr == null) {
639 if ($pageId === null) {
665 $values[Canonical::PROPERTY_NAME] = null;
671 $analyticsAttributeValue = $values[self::ANALYTICS_ATTRIBUTE] ?? null;
722 return $this->getFromRow(self::ROWID) !== null;
765 if ($this->markupPath != null) {
785 if ($row === null) {
786 LogUtility::msg("A row should not be null");
805 $this->row = null;
813 if ($this->markupPath != null) {
1068 if ($this->markupPath != null && $attributeValue !== $this->markupPath->getWikiId()) {
1089 $rowId = $row[self::ROWID] ?? null;
1090 if ($rowId === null) {
1123 if ($this->row === null) {
1124 return null;
1127 $this->markupPath === null
1128 && $this->row[DokuwikiId::DOKUWIKI_ID_ATTRIBUTE] !== null
1142 if ($carry !== null) {
1147 }, null);
1160 return null;
1166 return null;
1220 if ($this->row === null) {
1221 return null;
1234 if ($value !== null) {
1241 return $this->row[$upperAttribute] ?? null;
1290 if ($this->markupPath === null) {