×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

SIGN IN YOUR ACCOUNT TO HAVE ACCESS TO DIFFERENT FEATURES

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR DETAILS?

AAH, WAIT, I REMEMBER NOW!

CREATE ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • SUPPORT

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED

What happens if the value on the left side of the null coalescing operator is not null?

by EITCA Academy / Tuesday, 08 August 2023 / Published in Web Development, EITC/WD/PMSF PHP and MySQL Fundamentals, Expertise in PHP, Null coalescing, Examination review

The null coalescing operator (??) in PHP is used to assign a default value to a variable if the value on the left side of the operator is null. However, if the value on the left side is not null, the operator does not have any effect on the variable.

When the value on the left side of the null coalescing operator is not null, the variable retains its original value. The operator simply evaluates the expression on the left side and returns it without any modification.

To understand this better, let's consider an example:

php
$name = "John";
$defaultName = "Guest";

$result = $name ?? $defaultName;

In this example, the variable `$name` has a value of "John", which is not null. The null coalescing operator is used to assign a default value of "Guest" to the variable `$result` if `$name` is null. However, since `$name` is not null, the value of `$result` remains unchanged as "John".

Similarly, if the value on the left side of the null coalescing operator is an empty string, zero, or any other non-null value, the operator does not have any effect on the variable. The variable retains its original value.

php
$number = 10;
$defaultNumber = 0;

$result = $number ?? $defaultNumber;

In this example, the variable `$number` has a value of 10, which is not null. The null coalescing operator is used to assign a default value of 0 to the variable `$result` if `$number` is null. However, since `$number` is not null, the value of `$result` remains unchanged as 10.

If the value on the left side of the null coalescing operator is not null, the operator does not have any effect on the variable. The variable retains its original value. The null coalescing operator is only used to assign a default value when the left side is null.

Other recent questions and answers regarding EITC/WD/PMSF PHP and MySQL Fundamentals:

  • What is the recommended approach for accessing and modifying properties in a class?
  • How can we update the value of a private property in a class?
  • What is the benefit of using getters and setters in a class?
  • How can we access the value of a private property in a class?
  • What is the purpose of making properties private in a class?
  • What is a constructor function in PHP classes and what is its purpose?
  • What are methods in PHP classes and how can we define their visibility?
  • What are properties in PHP classes and how can we define their visibility?
  • How do we create an object from a class in PHP?
  • What is a class in PHP and what purpose does it serve?

View more questions and answers in EITC/WD/PMSF PHP and MySQL Fundamentals

More questions and answers:

  • Field: Web Development
  • Programme: EITC/WD/PMSF PHP and MySQL Fundamentals (go to the certification programme)
  • Lesson: Expertise in PHP (go to related lesson)
  • Topic: Null coalescing (go to related topic)
  • Examination review
Tagged under: Default Value, Null Coalescing, Operators, PHP, Web Development
Home » EITC/WD/PMSF PHP and MySQL Fundamentals / Examination review / Expertise in PHP / Null coalescing / Web Development » What happens if the value on the left side of the null coalescing operator is not null?

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (106)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Reddit publ.)
  • About
  • Contact
  • Cookie Policy (EU)

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on Twitter
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF), governed by the EITCI Institute since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    Follow @EITCI
    EITCA Academy

    Your browser doesn't support the HTML5 CANVAS tag.

    • Web Development
    • Quantum Information
    • Cloud Computing
    • Cybersecurity
    • Artificial Intelligence
    • GET SOCIAL
    EITCA Academy


    © 2008-2026  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?
    We will reply here and by email. Your conversation is tracked with a support token.