Fill in the blanks to declare case- insensitive constant named all and assign the value 42 to it? ____("",42,____); | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Fill in the blanks to declare case- insensitive constant named all and assign the value 42 to it? ____("",42,____);

plz help

28th Sep 2017, 6:25 AM
ravinder singh
ravinder singh - avatar
6 Answers
+ 13
define("all", 42, true);
28th Sep 2017, 6:34 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 3
thanks sir
28th Sep 2017, 6:36 AM
ravinder singh
ravinder singh - avatar
0
So if it's declared another variable ALL, it will say: ALL was arleady declared? And what's that true for?
29th Dec 2017, 7:01 PM
CuriousCI
CuriousCI - avatar
0
Fill in the blanks to declare a case-sensitive constant called AGE and assign the value 28 to it. <?php ("AGE", ); ?>
21st Oct 2019, 11:49 AM
Samreen Shehzad
Samreen Shehzad - avatar
0
ob
10th May 2022, 1:00 PM
Luke Qu
- 1
define("AGE",28);
28th May 2019, 7:47 AM
Maddela MuniKumar
Maddela MuniKumar - avatar