0/83

Php

What does this code output?

`echo 76 <=> '76 trombones';` **_Both sides of the "spaceship" are equal, so the answer is 0. PHP will convert '76 trombones' to 76 in this context, as the string starts with '76'. Try it!_** #

1.

1

2.

-1

3.

a parser error

4.

0

Q 1 / 83

Press C to Clear

Press R to Reset

Press N or Enter to Next or Check answer

Press 1,2,3, ... to toggle answers