Les examens Zend, MySQL ainsi que les supports de cours étant en anglais, nous avons volontairement rédigé le quizz ci-dessous en langue anglaise. Enjoy It ;)

Développeur Web

Niveau : expert

  1. Read the following snippet of code : echo (int) ( (0.1 + 0.7) * 10 ) ; What's the output ?
  2. Is " SET @.:=0 ; " a correct user variable declaration syntax ?
  3. Read the following snippet of code : $arr = array(array(0),array(0)); echo "${arr[0][0]}" ; What's the output ?
  4. Are 0XFF and 0xFF equivalent notation ?
  5. Read the following snippet of code : $a = -1; echo ~$a++&1 ; What's the output ?
  6. Read the following snippet of code : new ::B(); What's the result ? ( assume P.H.P. Version 5.3.x installed )
  7. Is BlackHole a MySQL database engine ?
  8. Wich of the following produce an "A" ?
  9. Is "My Token" a valid identifier for an HereDoc syntax string ?
  10. Wich of the following feature is not available in MySQL 5.0 ?