Yoshinari Takaoka
3d4ed27093
Add innerlink for enum
...
59d305435c
2022-12-06 12:08:17 +09:00
Yoshinari Takaoka
624a96499e
Fix example output
...
5ea9b57cba
2022-08-31 08:30:31 +09:00
Yoshinari Takaoka
a8e12dfe86
Fix: get_parent_class may return false
...
f004f576e7
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
...
3a1b673c5f
2022-02-13 22:42:27 +09:00
Yoshinari Takaoka
ddccd12052
Don't document ZPP failure return values
...
Cf. <vimeo/psalm#7478>.
de99fc78de
2022-02-06 23:27:57 +09:00
Yoshinari Takaoka
bede822991
get_class does not return false
...
d6fbec8b21
2021-12-30 09:05:08 +09:00
Yoshinari Takaoka
7917988acd
Fix a few enum function/method signatures
...
fa575325c8
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 >.
d332b5ae70
2021-11-18 01:10:03 +09:00
Yoshinari Takaoka
aac79608a2
[WIP] Document enumerations
...
現状のままだと、Enumerations について、リンクなどが不完全な状態になっていたため、取り急ぎ language/enumerations.xml 以外を全訳し、リンクを全て追随させた。
9fe8103520
2021-10-29 22:33:19 +09:00
Yoshinari Takaoka
628445640f
Add get_mangled_object_vars description
...
6b739fa2ec
2021-09-18 18:14:08 +09:00
Yoshinari Takaoka
17d6c6870c
New examples for classes
...
6f11457f11
2021-08-06 10:01:23 +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
363a506c6d
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
1210d3c7b9
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@339455 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-22 22:38:08 +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
a0a6296b1a
Sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@337720 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-02 22:45:45 +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