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 11<?php
22
33/**
4- * En-revision: 213255390a7898d58ea61e951fe27eca3acd5d1b5426
4+ * En-revision: 55390a7898d58ea61e951fe27eca3acd5d1b5426
55 */
66
77return [
8- 'common_header ' => 'PHP 8.3 是 PHP 语言的主版本更新。它包含了许多新功能,例如:类常量显式类型、只读属性深拷贝,以及增加随机性功能 。一如既往,它还包括性能改进、错误修复和常规清理等。 ' ,
8+ 'common_header ' => 'PHP 8.3 是 PHP 语言的主版本更新。它包含了许多新功能,例如:类常量显式类型、只读属性深拷贝,以及对随机性功能的补充 。一如既往,它还包括性能改进、错误修复和常规清理等。 ' ,
99 'documentation ' => '文档 ' ,
1010 '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">它包含了许多新功能,例如:类常量显式类型、只读属性深拷贝,以及对随机性功能的补充 。一如既往,它还包括性能改进、错误修复和常规清理等。 ' ,
1212 'upgrade_now ' => '更新到 PHP 8.3 ! ' ,
1313
1414 'readonly_title ' => '只读属性深拷贝 ' ,
4444 'bc_traits ' => '在 traits 中重新声明静态属性的更改。 ' ,
4545 'bc_umultipledecimalseparators ' => '<code>U_MULTIPLE_DECIMAL_SEPERATORS</code> 常量已被废弃,改为 <code>U_MULTIPLE_DECIMAL_SEPARATORS</code>。 ' ,
4646 '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> 不再为空。 ' ,
4848 '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> 已被废弃。 ' ,
4949 '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> 时未提供参数,已被废弃。 ' ,
5050
You can’t perform that action at this time.
0 commit comments