Dan
c36ce0b514
[8.0] Document remaining core changes
...
* document changes to `new` in php 8.0
* document php 8.0 changes for `instanceof`
* document php 8.0 change to `define`
Co-authored-by: Peter Cowburn <petercowburn@gmail.com>
Closes GH-1155.
2021-12-14 18:34:40 +01:00
Christoph M. Becker
fbba47c54e
Remove obsolete info regarding php://stdin
2021-12-09 16:13:27 +01:00
Christoph M. Becker
0219f62dcd
*Declaring* mandatory after optional parameters is deprecated
...
It's not about *passing* of the arguments.
2021-12-09 13:53:23 +01:00
魔王卷子
690c3ea7c7
[skip-revcheck] fixed typo ( #1187 )
2021-12-09 10:12:38 +03:00
Yoshinari Takaoka
5e8652131e
added link for "final class constant" example.
...
This link will be also used from releases/8.1/en.php.
2021-12-05 22:47:41 +09:00
Yoshinari Takaoka
ca12a0c524
added link language.fibers in seealso section.
2021-12-04 20:56:31 +09:00
Yoshinari Takaoka
e0f02a3b23
Moved [overview|example] of Fibers to language/fibers.xml
...
Closes GH-1172.
2021-12-04 12:47:35 +01:00
Yoshinari Takaoka
2ff6e6bcad
[PHP 8.1] Document Array Unpacking with [int|string] Keys. ( #1171 )
...
Co-authored-by: George Peter Banyard <girgias@php.net>
2021-12-03 12:05:42 +00:00
Eric Stern
93cc19efef
Add list of attribute target constants
...
I think the constant names are self-explanatory enough to not require additional information
Closes GH-1168.
2021-12-02 23:01:16 +01:00
Aaron Piotrowski
1f7a0e4af8
Fiber documentation
...
Co-authored-by: George Peter Banyard <girgias@php.net>
Co-authored-by: Sergey Panteleev <sergey@php.net>
Co-authored-by: Fabien Villepinte <fabien.villepinte@gmail.com>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-1096.
2021-12-02 16:11:55 +01:00
Yoshinari Takaoka
5d1673b7a0
[PHP 8.1] Document final class constants. ( #1041 )
...
* Document final class constant.
* use singular form.
* Update language/oop5/constants.xml
Co-authored-by: Máté Kocsis <kocsismate@woohoolabs.com>
* Update language/oop5/constants.xml
Co-authored-by: Máté Kocsis <kocsismate@woohoolabs.com>
Co-authored-by: Máté Kocsis <kocsismate@woohoolabs.com>
2021-11-29 15:06:49 -06:00
Yoshinari Takaoka
a7f535a32b
[PHP 8.1] Document restriction of $GLOBALS usage. ( #1147 )
...
* [PHP 8.1] Document restriction of $GLOBALS usage.
* clarify the meaning of "read-only copy of the global symbol table".
* added sample of how to restore the previous behavior.
2021-11-29 14:56:48 -06:00
Fabien Villepinte
537e1dfad9
Add missing final modifier
...
Closes GH-1152.
2021-11-29 13:47:04 +01:00
Christoph M. Becker
1c4b1d9f91
Fix GH-1157: Covarience/Contravarience with int/float doesn't work
2021-11-28 16:18:08 +01:00
iggyvolz
65782e9ec6
[PHP 8.1] Add note about implementing Serializable without __serialize ( #1141 )
...
* [PHP 8.1] Add note about implementing Serializable without __serialize
* fix
* Update serializable.xml
Co-authored-by: Sergey Panteleev <sergey@php.net>
2021-11-27 13:30:12 -06:00
Yoshinari Takaoka
d73c3dcbd6
[PHP 8.1] Document readonly properties. ( #1047 )
...
* [PHP 8.1] Document readonly properties.
* added ReflectionProperty::isReadOnly method.
* Apply suggestions from code review
Co-authored-by: Sergey Panteleev <sergey@php.net>
* Update language/oop5/properties.xml
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
* Update language/oop5/properties.xml
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
* added link to readonly-properties docs.
Co-authored-by: Sergey Panteleev <sergey@php.net>
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
2021-11-27 13:00:13 -06:00
Yoshinari Takaoka
c140370c35
Document autovivification from false deprecation. ( #1126 )
2021-11-27 01:38:00 +09:00
Fabien Villepinte
5f29513408
Generator is final
...
Closes GH-1145.
2021-11-25 17:28:03 +01:00
Agustin Gomes
9dd74f527d
Correct note to state behavior is still possible
...
The behavior in the Example #7 Old way to make arguments nullable
is still possible in PHP today.
For reference, I thought initially this was a bug in the PHP Core,
and tried to add the respective test case in the PR:
https://github.com/php/php-src/pull/7627
Closes GH-1142.
2021-11-24 18:38:06 +01:00
Yoshinari Takaoka
d75781abc8
Document returning by reference from a void function deprecation. ( #1127 )
...
Document returning by reference from a void function deprecation.
Co-authored-by: George Peter Banyard <girgias@php.net>
2021-11-24 11:48:43 +00:00
Yoshinari Takaoka
61b163dbdf
BackedEnum is also an interface. ( #1136 )
...
closes #1135
https://github.com/php/doc-en/issues/1135#issuecomment-977262147
2021-11-24 17:59:09 +09:00
Christoph M. Becker
0445efae74
Fix GH-1135: UnitEnum is an interface
2021-11-23 19:15:08 +01:00
Christoph M. Becker
59244d9ae9
Fix #81635 : No example of complex interpolation syntax with filenames
2021-11-18 15:18:17 +01:00
Christoph M. Becker
d332b5ae70
Uninitialized type properties are silently discarded on array cast
...
Cf. <https://bugs.php.net/81629 >.
2021-11-17 15:15:09 +01:00
Christoph M. Becker
3725fe1c95
Document dangling else handling
...
Cf. <https://bugs.php.net/51016#1619439579 >.
2021-11-16 16:10:56 +01:00
Christoph M. Becker
14e006b4ee
Passing values of wrong types is no longer undefined behavior as of PHP 8.1.0
...
Well, at least for the core functions, and many PECL extensions. Some
PECL extension functions may not yet behave this way, so we add in a
"supposed to".
2021-11-15 17:28:59 +01:00
Elnur Abdurrakhimov
3ba4c7d287
[skip-revcheck] Fix typo (it's → its)
...
Closes GH-1095.
2021-11-14 12:56:28 +01:00
cmp
085c38d45e
PHP 8.1: Update integer docs for new octal notation
...
Closes GH-1091.
2021-11-13 11:00:05 +01:00
Jeremy Mikola
7cfd68e5d4
Document Stringable::__toString() method
...
Also fixes links to __toString() magic method in Stringable interface docs.
Closes GH-1082.
2021-11-11 17:09:59 +01:00
DAI JIE
07fa5232bf
Correct the method name
...
Closes GH-1083.
2021-11-11 10:54:50 +01:00
Runbing
62739864aa
Correct the wrong keyword in the sample code ( #1080 )
...
functiond -> function
2021-11-10 10:56:29 +03:00
Yoshinari Takaoka
963efb2602
Clarify code comment about reference page, because readers does not know where to go in chunked html page.
...
"// See below." is valid only in Single HTML manual.
https://www.php.net/manual/en/language.enumerations.methods.php
2021-10-31 22:58:32 +09:00
Yoshinari Takaoka
0305a7128f
added BackedEnum interface link.
2021-10-31 20:28:12 +09:00
Yoshinari Takaoka
90f5f73e9b
tweaked example code comments, [method|interface] links.
2021-10-31 14:53:32 +09:00
André L F S Bacci
be039c085e
[skip-revcheck] Fix output spacing.
2021-10-29 11:20:24 -03:00
Larry Garfield
9fe8103520
Document enumerations
...
Co-authored-by: Yoshinari Takaoka <mumumu@mumumu.org>
Co-authored-by: Sergey Panteleev <sergey@php.net>
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-960.
2021-10-29 01:14:57 +02:00
Gert de Pagter
78d273c6d4
Add a very basic match example ( #1028 )
2021-10-19 10:35:03 +01:00
Danack
b95e76e41d
Types are not hints in PHP. ( #1003 )
...
As they are checked at run-time, type checking is enforced in PHP and not 'hinted'.
Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>
2021-10-09 14:43:01 +01:00
Craig Francis
eff487cfb3
Use 'ENT_QUOTES|ENT_SUBSTITUTE' for HTML encoding and decoding functions ( #361 )
2021-09-23 14:00:33 +01:00
George Peter Banyard
975e9114e8
Add documentation about the never type ( #889 )
2021-09-23 13:59:21 +01:00
Kim Hallberg
9bdf88f157
Fix attribute example titles ( #952 )
...
Closes #951
2021-09-17 20:33:38 +01:00
garretm
fd6629b1ac
Remove duplicate "Superglobals"
...
In the site it looked like "Superglobals — Superglobals are built-in variables that are always available in all scopes"
https://www.php.net/manual/en/language.variables.superglobals.php
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-924.
2021-09-14 15:22:15 +02:00
Máté Kocsis
35b57d9df0
Remove some unnecessary abstract modifier from methodsynopses ( #914 )
2021-09-14 12:43:32 +01:00
Milan Davídek
5a8b53edab
Fixed synopsis of IteratorAggregate
...
IteratorAggregate is an inteface, not a class
Closes GH-946.
2021-09-13 17:30:34 +02:00
Christoph M. Becker
871fdba56f
Fix 71082: Order of use clause and return type declaration unspecified
2021-09-13 17:20:48 +02:00
Peter Cowburn
1bfd6a1d79
WS - remove trailing whitespace
...
[skip-revcheck]
2021-09-09 22:19:52 +01:00
Peter Cowburn
36571044a0
changelog for typeerror -> argumentcounterror in PHP 7.1.0
2021-09-09 22:19:51 +01:00
Barney Laurance
900b6a65c0
Add typed properties reference to TypeError page ( #936 )
2021-09-09 22:18:23 +01:00
Christoph M. Becker
d8d0b3cdf8
Close #880 : Obsolete default value for protocol_version
2021-09-03 18:35:53 +02:00
Jorg Sowa
346c0bd13f
Updated examples of casting to boolean
...
Updated examples of casting to boolean adding one case that is pretty common appearing in code string `"0"`.
Closes GH-890.
2021-08-29 16:27:06 +02:00