Login with Google
Frankenstests logo

Conceptos básicos de PHP

Comprueba tus conocimientos de PHP. En este test vamos a incluir objetos, funciones y conceptos de PHP.

1.- Which of the following PHP versions can execute this script
// script.php
$data = [1, 2, 3];
echo $data[0];
2.- In the following list there are two features that have never been available in PHP (up to 5.6). What are they?