Skip to content

Instantly share code, notes, and snippets.

@ZhenhangTung
Last active November 23, 2015 02:04
Show Gist options
  • Save ZhenhangTung/5b882b5f5b20e1088657 to your computer and use it in GitHub Desktop.
Save ZhenhangTung/5b882b5f5b20e1088657 to your computer and use it in GitHub Desktop.
php7dev

###安装PHP7环境### 安装参考文档

  1. Virtualbox
  2. Vagrant
$ git clone https://github.com/rlerdorf/php7dev.git
...
$ cd php7dev
...
$ vagrant up
...
$ vagrant ssh

====

###Scalar Typehints ####标量类型提示

  • string
  • int
  • float
  • bool

====

###Return Type Declarations
####返回类型声明

====

###Spaceships

====

###The Null Coalesce Operator
####空值联合操作器

====

###Grouped Imports

====

###Anonymous Classes

====

###拓展阅读
PHP 7's Graphic Performance From Zend
HHVM vs PHP 7
What To Expect In PHP 7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment