Q.   What will be the output of the below code? $a = “php”; $a++; echo $a; | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Q.   What will be the output of the below code? $a = “php”; $a++; echo $a;

8th Dec 2017, 8:31 PM
Yash Singh
Yash Singh - avatar
2 Réponses
+ 10
You can check the output by yourself https://code.sololearn.com/wov1219rq3Nt/?ref=app
8th Dec 2017, 8:40 PM
Shamima Yasmin
Shamima Yasmin - avatar
0
TypeError
9th Dec 2017, 3:49 AM
zlf
zlf - avatar