diff --git a/data.json b/data.json index 80822ee..7fbbeb4 100644 --- a/data.json +++ b/data.json @@ -163,6 +163,15 @@ {"texto": "Espaços após `?>` iniciam o envio do corpo da requisição", "correta": true}, {"texto": "Espaços após `?>` encerram o envio do corpo da requisição"} ] + }, + { + "pergunta": "Indique o resultado da seguinte expressão: \n\n block```$hello = 'world'; $world = 'hello'; echo $$$hello;```block", + "alternativas": [ + { "texto" : "Dá erro: Undefined variable" }, + {"texto": "hello"}, + {"texto": "world", "correta": true}, + {"texto": "helloworld"} + ] } ] }