File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * En-revision: 213255390a7898d58ea61e951fe27eca3acd5d1b5426
4
+ * En-revision: 55390a7898d58ea61e951fe27eca3acd5d1b5426
5
5
*/
6
6
7
7
return [
8
- 'common_header ' => 'PHP 8.3 是 PHP 语言的主版本更新。它包含了许多新功能,例如:类常量显式类型、只读属性深拷贝,以及增加随机性功能 。一如既往,它还包括性能改进、错误修复和常规清理等。 ' ,
8
+ 'common_header ' => 'PHP 8.3 是 PHP 语言的主版本更新。它包含了许多新功能,例如:类常量显式类型、只读属性深拷贝,以及对随机性功能的补充 。一如既往,它还包括性能改进、错误修复和常规清理等。 ' ,
9
9
'documentation ' => '文档 ' ,
10
10
'main_title ' => '已发布! ' ,
11
- 'main_subtitle ' => 'PHP 8.3 是 PHP 语言的主版本更新。它包含了许多新功能,<br class="display-none-md">它包含了许多新功能,例如:类常量显式类型、只读属性深拷贝,以及增加随机性功能 。一如既往,它还包括性能改进、错误修复和常规清理等。 ' ,
11
+ 'main_subtitle ' => 'PHP 8.3 是 PHP 语言的主版本更新。它包含了许多新功能,<br class="display-none-md">它包含了许多新功能,例如:类常量显式类型、只读属性深拷贝,以及对随机性功能的补充 。一如既往,它还包括性能改进、错误修复和常规清理等。 ' ,
12
12
'upgrade_now ' => '更新到 PHP 8.3 ! ' ,
13
13
14
14
'readonly_title ' => '只读属性深拷贝 ' ,
44
44
'bc_traits ' => '在 traits 中重新声明静态属性的更改。 ' ,
45
45
'bc_umultipledecimalseparators ' => '<code>U_MULTIPLE_DECIMAL_SEPERATORS</code> 常量已被废弃,改为 <code>U_MULTIPLE_DECIMAL_SEPARATORS</code>。 ' ,
46
46
'bc_mtrand ' => '<a href="/manual/zh/random.constants.php#constant.mt-rand-php"><code>MT_RAND_PHP</code></a> Mt19937 变体已被废弃。 ' ,
47
- 'bc_reflection ' => '<a href="/manual/zh/reflectionclass.getstaticproperties.php"><code>ReflectionClass::getStaticProperties()</code></a> is no longer nullable. ' ,
47
+ 'bc_reflection ' => '<a href="/manual/zh/reflectionclass.getstaticproperties.php"><code>ReflectionClass::getStaticProperties()</code></a> 不再为空。 ' ,
48
48
'bc_ini ' => 'INI 配置 <a href="/manual/zh/info.configuration.php#ini.assert.active"><code>assert.active</code></a>、<a href="/manual/zh/info.configuration.php#ini.assert.bail"><code>assert.bail</code></a>、<a href="/manual/zh/info.configuration.php#ini.assert.callback"><code>assert.callback</code></a>、<a href="/manual/zh/info.configuration.php#ini.assert.exception"><code>assert.exception</code></a> 和 <a href="/manual/zh/info.configuration.php#ini.assert.warning"><code>assert.warning</code></a> 已被废弃。 ' ,
49
49
'bc_standard ' => '调用 <a href="/manual/zh/function.get-class.php"><code>get_class()</code></a> 和 <a href="/manual/zh/function.get-parent-class.php"><code>get_parent_class()</code></a> 时未提供参数,已被废弃。 ' ,
50
50
You can’t perform that action at this time.
0 commit comments