Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <?php $a = array("rouge", "vert", "bleu"); $arr = get_defined_vars(); print_r($arr["a"]); ?> </body> </html>
Array It seems that the text you intended to provide for translation is incomplete. Please provide the full text you would like to have translated, and I'll be happy to assist you! [0] => rouge [1] => vert [2] => bleu )