0

what is the output and how we get???

<?php $result = 2. "2"; echo 2. $result-$result; ?>

21st May 2019, 6:19 AM
Jay Jani
Jay Jani - avatar
1 Answer
0
Trying your code in playground raises the follwoing error : Parse error: syntax error, unexpected '"2"' (T_CONSTANT_ENCAPSED_STRING) in ..\Playground\ PHP Parse error: syntax error, unexpected '"2"' (T_CONSTANT_ENCAPSED_STRING) in ..\Playground\ What do you want exactly to do ?
21st May 2019, 7:55 AM
Prokopios Poulimenos
Prokopios Poulimenos - avatar