File tree 2 files changed +18
-6
lines changed
2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- EN-Revision: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: ae Status: ready --><!-- CREDITS: fabioluciano,ae -->
2
+ <!-- EN-Revision: b905b4cdeda10cc147107ef615f2d83ede7a7f24 Maintainer: leonardolara Status: ready --><!-- CREDITS: fabioluciano,ae,leonardolara -->
3
3
<reference xml : id =" class.typeerror" role =" exception" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xmlns : xi =" http://www.w3.org/2001/XInclude" >
4
4
<title >TypeError</title >
5
5
<titleabbrev >TypeError</titleabbrev >
75
75
<row >
76
76
<entry >7.1.0</entry >
77
77
<entry >
78
- Um erro < classname >TypeError</ classname > não é lançado quando
79
- um número inválido de argumentos é passaod para uma função nativa,
80
- no modo estrito.
81
- Lança agora um erro <classname >ArgumentCountError </classname >.
78
+ Em modo estrito, passar um número incorreto de argumentos para uma função
79
+ interna do PHP não resulta mais em um < classname >TypeError</ classname > genérico.
80
+ Em vez disso, é lançado um < classname >ArgumentCountError</ classname > mais específico, que
81
+ estende <classname >TypeError </classname >.
82
82
</entry >
83
83
</row >
84
84
</tbody >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- EN-Revision: f908fff129bcd8ec1605658e06457cb04e5b2b51 Maintainer: leonardolara Status: ready --><!-- CREDITS: marcosmarcolin,ae,leonardolara -->
2
+ <!-- EN-Revision: 921943ae56241c881c720e26d6bdaaceae48f279 Maintainer: leonardolara Status: ready --><!-- CREDITS: marcosmarcolin,ae,leonardolara -->
3
3
<sect1 xml : id =" language.types.declarations" >
4
4
<title >Declarações de tipo</title >
5
5
128
128
O suporte para tipos anuláveis foi adicionado.
129
129
</entry >
130
130
</row >
131
+ <row >
132
+ <entry >7.0.0</entry >
133
+ <entry >
134
+ O suporte para tipos escalares foi adicionado.
135
+ </entry >
136
+ </row >
137
+ <row >
138
+ <entry >7.0.0</entry >
139
+ <entry >
140
+ O suporte para tipos de retorno foi adicionado.
141
+ </entry >
142
+ </row >
131
143
</tbody >
132
144
</tgroup >
133
145
</informaltable >
You can’t perform that action at this time.
0 commit comments