Question from the PHP8 test

Test if a string is equal to 0 in PHP

Easy

What will be displayed?

<?php

if('test' == 0) {
    echo 'True';
} else {
    echo 'False';
}
Author: W3D TeamStatus: PublishedQuestion passed 344 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!