Slide 1

Slide 1 text

www.galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 1 / 33 PHP7: Show me the code! PHP7 Logo by Vincent Pontier.

Slide 2

Slide 2 text

www.galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 2 / 33 PHP7: Show me the code! PHP7 Logo by Vincent Pontier. Talk is cheap. Show me the code Linus Torvalds

Slide 3

Slide 3 text

www.galvao.eti.br CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 3 / 33 PHP7: Show me the code! PHP7 Logo by Vincent Pontier. OK! Er Galvão Abbott

Slide 4

Slide 4 text

Presidente (2012 – 2017) da ABRAPHP – Associação Brasileira de Profssionais PHP Diretor da PHP Conference Brasil Evangelista e Contribuidor para a Linguagem Atua como Zend Framework Evangelist para o ZTeam, da Zend Embaixador Fedora LATAM Professor Convidado (Especialista) de Pós-Graduação (PR e SC) 23+ anos desenvolvendo sistemas e aplicações com interface web 18+ destes com PHP 10+ com Zend Framework Palestrante em eventos nacionais e internacionais Professor de cursos presenciais e a distância Quem?! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 4 / 33 www.galvao.eti.br PHP7: Show me the code! https://www.galvao.eti.br/ https://speakerdeck.com/galvao http://github.com/galvao

Slide 5

Slide 5 text

Objetivo CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 5 / 33 www.galvao.eti.br PHP7: Show me the code! Apresentar, com exemplos objetivos e claros de código- fonte, as features recentes mais relevantes da linguagem PHP (da versão 7.0 até a versão atual).

Slide 6

Slide 6 text

CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 6 / 33 www.galvao.eti.br PHP7: Show me the code! Use código-fonte que você não entende completamente e prepare-se para ser julgado DISCLAIMER

Slide 7

Slide 7 text

CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 7 / 33 www.galvao.eti.br PHP7: Show me the code! Use código-fonte que você não entende completamente e prepare-se para ser julgado pelo Rei Koala do Inferno. DISCLAIMER

Slide 8

Slide 8 text

Repositório CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 8 / 33 www.galvao.eti.br PHP7: Show me the code! https://github.com/galvao/php7-show-me-the-code

Slide 9

Slide 9 text

CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 9 / 33 www.galvao.eti.br PHP7: Show me the code! 7.0.x 2015-12-03 2017-12-03 2018-12-03

Slide 10

Slide 10 text

00_CSPRNG CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 10 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 11

Slide 11 text

01_session_start_options CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 11 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 12

Slide 12 text

02_fltered_unserialize CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 12 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 13

Slide 13 text

03_NULL_Coalesce CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 13 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 14

Slide 14 text

04_Anonymous_class CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 14 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 15

Slide 15 text

05_STH_RTD_Strict CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 15 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 16

Slide 16 text

05_STH_RTD_Strict CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 16 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 17

Slide 17 text

05_STH_RTD_Strict CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 17 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 18

Slide 18 text

05_STH_RTD_Strict CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 18 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 19

Slide 19 text

06_Group_Use CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 19 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 20

Slide 20 text

07_Spaceship CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 20 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 21

Slide 21 text

CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 21 / 33 www.galvao.eti.br PHP7: Show me the code! 7.1.x 2016-12-01 2018-12-01 2019-12-01

Slide 22

Slide 22 text

00_session_gc CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 22 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 23

Slide 23 text

01_multi_catch CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 23 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 24

Slide 24 text

02_constant_visibility CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 24 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 25

Slide 25 text

03_void CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 25 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 26

Slide 26 text

04_NULLable_types CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 26 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 27

Slide 27 text

CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 27 / 33 www.galvao.eti.br PHP7: Show me the code! 7.2.x 2017-11-30 2019-11-30 2020-11-30

Slide 28

Slide 28 text

00_libsodium CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 28 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 29

Slide 29 text

01_object_typehint CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 29 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 30

Slide 30 text

02_PDOStatement_debug CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 30 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 31

Slide 31 text

03_Argon2 CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 31 / 33 www.galvao.eti.br PHP7: Show me the code!

Slide 32

Slide 32 text

Referências CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 32 / 33 www.galvao.eti.br PHP7: Show me the code! http://php.net/supported-versions.php http://php.net/ChangeLog-7.php http://php.net/manual/en/ https://wiki.php.net/rfc/ RTFM Artigos Sessões PHP 7 PHP 7+ PHP 7.3, 8...

Slide 33

Slide 33 text

Muito obrigado! CC Attribution-ShareAlike 3.0 Unported License by Er Galvão Abbott - 7/11/18 - 33 / 33 www.galvao.eti.br ? Dúvidas? ↓ Críticas? ↑ Elogios?! PHP7: Show me the code!