PHP

Vincent Nicopolsky

@Plimsky

https://github.com/Plimsky

 

Pro : Web Developer @maltem

Perso : Game Developer

Perso++ : Love Zelda & Cats

~$ whoami

Sommaire

  • Performances
  • Les Types Scalaires
  • Strict
  • ...
  • Errors

Perfs

HHVM

  • HipHop Virtual Machine
  • Créé par Facebook en 2008
  • Compile PHP en HipHop Byte
  • Just In Time (JIT)
  • Open-source

Les Types Scalaires

PHP 5.6 <

  • Class
  • Self
  • Array
  • Callable

PHP 7

  • Bool
  • Float
  • Int
  • String

DU CODE

Compatibilité du code existant

PHP7 Checker

Sources

PHP7

By Vincent Nicopolsky

PHP7

  • 622