// Contoh kode: $username = $data['user']['name'] ?? 'Tidak diketahui';
// Contoh kode:
function sumNumbers(int $a, int $b): int {
return $a + $b;
}// Contoh kode (PHP 8+): $person = createPerson(age: 25, name: 'Budi');
// Contoh kode (PHP 8+):
str_contains('Belajar PHP 8', 'PHP');Anda menggunakan PHP 8 atau yang lebih baru. Semua fitur modern tersedia.