PHP - Arrays
Identify the error in the following PHP code that tries to create an associative array:
$info = ["name" => "John", "age" = 25];
$info = ["name" => "John", "age" = 25];
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions