text)) continue; $defs[] = [ 'word' => $def->word ?? '', 'pos' => $def->partOfSpeech ?? '', 'attr' => $def->attributionText ?? '', 'attr_url' => $def->attributionUrl ?? '', 'dict' => $def->sourceDictionary ?? '', 'text' => strtr($def->text, [ '' => '[i]', '' => '[/i]', ]), 'url' => $def->wordnikUrl ?? '', ]; } echo json_encode($defs);