LearnVern Community
Variables in php consideration
PHP
jayeshthakar043
February 4, 2022, 1:47pm
#1
$test = 123;
$test = ‘123’;
it consider 1st as intiger or 2nd as string or intiger ?