Yoshinari Takaoka
3d4ed27093
Add innerlink for enum
...
https://github.com/php/doc-en/commit/59d305435ca2e6e4c6cb82787c38cc97ce52ed40
2022-12-06 12:08:17 +09:00
Yoshinari Takaoka
624a96499e
Fix example output
...
https://github.com/php/doc-en/commit/5ea9b57cba0d2005f15922eb259d2a262a845c5f
2022-08-31 08:30:31 +09:00
Yoshinari Takaoka
a8e12dfe86
Fix: get_parent_class may return false
...
https://github.com/php/doc-en/commit/f004f576e7329b583dd41cf7e393efd5139bd5a3
2022-05-08 18:31:16 +09:00
Yoshinari Takaoka
7cfc3057d7
静的 -> static な文脈をさらに調整
2022-05-03 03:02:27 +09:00
Yoshinari Takaoka
41fbd8d513
「遅延静的束縛」の表記ゆれを修正
2022-05-03 02:39:13 +09:00
Yoshinari Takaoka
7a512f8031
s/静的メソッド/staticメソッド/
...
find . -name '*.xml' | xargs sed -i "s/静的メソッド/staticメソッド/g"
2022-05-03 02:15:42 +09:00
Yoshinari Takaoka
5550261273
Fix wrong parameter name
...
https://github.com/php/doc-en/commit/3a1b673c5f74b3f2e94ceb82da2234eec33ad296
2022-02-13 22:42:27 +09:00
Yoshinari Takaoka
ddccd12052
Don't document ZPP failure return values
...
Cf. <vimeo/psalm#7478>.
https://github.com/php/doc-en/commit/de99fc78ded2299a3c59eabb26da6ae4e6a28bbd
2022-02-06 23:27:57 +09:00
Yoshinari Takaoka
bede822991
get_class does not return false
...
https://github.com/php/doc-en/commit/d6fbec8b2161d13e51af9763bbd1487b0b25bd42
2021-12-30 09:05:08 +09:00
Yoshinari Takaoka
7917988acd
Fix a few enum function/method signatures
...
https://github.com/php/doc-en/commit/fa575325c8e0caafe4aba1dfc51629b365709b75
2021-12-16 23:43:08 +09:00
Yoshinari Takaoka
f23375ace3
Uninitialized type properties are silently discarded on array cast
...
Cf. <https://bugs.php.net/81629 >.
https://github.com/php/doc-en/commit/d332b5ae70bd27873fa1b51b366a721957042e69
2021-11-18 01:10:03 +09:00
Yoshinari Takaoka
aac79608a2
[WIP] Document enumerations
...
現状のままだと、Enumerations について、リンクなどが不完全な状態になっていたため、取り急ぎ language/enumerations.xml 以外を全訳し、リンクを全て追随させた。
https://github.com/php/doc-en/commit/9fe810352095922a68ce2807745a9bc35c0afe1f
2021-10-29 22:33:19 +09:00
Yoshinari Takaoka
628445640f
Add get_mangled_object_vars description
...
https://github.com/php/doc-en/commit/6b739fa2ec43c63d3b2ca6867254faaa8f60f6d8
2021-09-18 18:14:08 +09:00
Yoshinari Takaoka
8dde2eeb14
added get_debug_type reference.
...
because get_class function is referenced from get_debug_type[*1].
[*1] https://www.php.net/manual/en/function.get-debug-type.php
https://github.com/php/doc-en/commit/363a506c6d5ab264ffb5d9a82d9aa6379b8d27bb
2021-07-26 23:59:13 +09:00
Yoshinari Takaoka
8e3321ea0e
Fix remaining usages of __autoload ( php/doc-en#752 )
2021-07-12 02:57:22 +09:00
Yoshinari Takaoka
b63bc0136c
Overhaul example for class_exists
2021-07-03 23:23:21 +09:00
Yoshinari Takaoka
4c059cc546
Remove PHP 4 constructor from get_parent_class example
2021-07-02 11:44:42 +09:00
Yoshinari Takaoka
bed8639b65
Fix #81218 : get_object_vars returns parent class parameters
...
Besides there are no "class parameters", parent properties are returned
if in scope.
2021-07-02 11:41:57 +09:00
Yoshinari Takaoka
3401866396
Fix issues in classobj directory
2021-06-11 01:53:15 +09:00
Yoshinari Takaoka
86bc71de80
Fold in comments for get_object_vars() ( php/doc-en#595 )
2021-05-25 06:32:12 +09:00
Yoshinari Takaoka
34d75253c4
Generate methodsynopses based on stubs for Zend functions and methods ( php/doc-en#168 )
2021-05-23 12:33:54 +09:00
Yoshinari Takaoka
4c4cf5d04b
Removed references to PHP 5, PHP 7.0 ( php/doc-en#548 )
2021-04-26 21:29:47 +09:00
Yoshinari Takaoka
baeb602790
Removed references to PHP 5, PHP 7.0 ( php/doc-en#545 )
2021-04-25 17:35:27 +09:00
Yoshinari Takaoka
7d411ce02e
updated EN-Revision only
2021-03-20 05:20:44 +09:00
George Peter Banyard
223542483b
Update EN-Revision tags for new rev-check
...
This only updates files which have an empty diff between the two different revisions
2021-02-02 18:27:13 +00:00
Yoshinari Takaoka
4ee8377859
__autoload was deleted as of PHP 8.0.0.
...
already documented in appendices/migration80/incompatible.xml.
2021-01-24 23:54:20 +09:00
Yoshinari Takaoka
975835b9bd
update EN-Revision only
...
EN-Revision was fully updated, because of revert r351730, r351729.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352016 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-11 19:06:49 +00:00
Yoshinari Takaoka
18a5b2d621
Reflect PHP 8 typehint in method_exists
...
This type specification is also appropriate for PHP 7.
Based on patch contributed by Ian Littman <iansltx@gmail.com >.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351434 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-18 22:18:39 +00:00
Yoshinari Takaoka
a6dd7bba3e
call_user_method(_array) is removed as of PHP 7.0.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350991 c90b9560-bf6c-de11-be94-00142212c4b1
2020-10-26 08:06:17 +00:00
Yoshinari Takaoka
73ccac34bf
Remove PHP4 or PHP5 only extension, changelogs
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350668 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-27 01:47:22 +00:00
Yoshinari Takaoka
c267641340
Updated EN-Revision only
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349664 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-15 21:31:39 +00:00
Yoshinari Takaoka
96db49aae4
Fix #79474 : get_declared_classes Wrong loading order Inheritance
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349662 c90b9560-bf6c-de11-be94-00142212c4b1
2020-04-15 21:26:07 +00:00
Yoshinari Takaoka
0ee7f6dfc2
updated translation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@349033 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-27 07:23:08 +00:00
Yoshinari Takaoka
e2c9e166d1
updated translation (status: ready)
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348796 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-04 10:42:37 +00:00
Yoshinari Takaoka
61cd4b0c43
updated translations.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348795 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-04 10:32:56 +00:00
Yoshinari Takaoka
c5f1759cba
Fix #78954 : get_object_vars not returning typed empty properties
...
Untyped properties default to NULL, so this sentence is superfluous for those.
Unitialized typed properties are not included in the result, so the sentence is
plain wrong for those.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348503 c90b9560-bf6c-de11-be94-00142212c4b1
2019-12-13 07:18:33 +00:00
Satoru Yoshida
2533691560
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346859 c90b9560-bf6c-de11-be94-00142212c4b1
2019-02-20 14:31:04 +00:00
Satoru Yoshida
5356c7f2ab
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@345033 c90b9560-bf6c-de11-be94-00142212c4b1
2018-05-19 10:15:46 +00:00
Satoru Yoshida
e72ad67776
sync en, but Status is working.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342340 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-16 00:52:39 +00:00
Satoru Yoshida
e14258c8b6
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342141 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-16 14:14:15 +00:00
Satoru Yoshida
77119ec4de
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@341889 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-12 22:09:02 +00:00
TAKAGI Masahiro
0d27bd7b64
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@338474 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-13 09:07:21 +00:00
TAKAGI Masahiro
f94c0a0103
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337673 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-30 20:21:34 +00:00
TAKAGI Masahiro
73138a863a
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337382 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-09 22:38:22 +00:00
TAKAGI Masahiro
40d3a950f6
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@336912 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-09 22:49:27 +00:00
TAKAGI Masahiro
3055a06896
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@336051 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-08 02:06:04 +00:00
Simion Onea
31eae4c3b3
Making the XML definition consistent across the entire project.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334778 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 21:01:42 +00:00
TAKAGI Masahiro
26f8f5cc6c
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334624 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-27 22:56:38 +00:00
TAKAGI Masahiro
b8f1ab6df3
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334609 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-26 23:24:26 +00:00
TAKAGI Masahiro
90077aa1c7
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334602 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-25 20:23:04 +00:00