-
https://www.php.net/manual/en/ref.pdo-mysql.connection.php
- Examples need reordering or new header
-
https://bugs.php.net/bug.php?id=78677need to add info about parameter type widening on variance pagehttps://www.php.net/manual/en/language.oop5.variance.php
-
document internal PHP web server flags
-
document
var_dump
of::class
as a string of class' name -
nullable typescompleted by cmbhttps://www.php.net/manual/en/functions.arguments.php#example-140completed by cmb
-
improve documentation for type variance, possibly include examples of how a nullable type can affect contravariance, or how nullable types work with contravariance
-
refactor broken link checker
-
document predefined constants for RecursiveIteratorIterator, possibly phpstorm stubs with requisite attribution, need to ask...
-
get_debug_typecompleted by Mark -
figure out redirects in web-php
-
improve doc contributor tutorial for setting up local environment -
complete oop5 to oop transfer
- update hashes and files for translated repos
-
improve docs for addcslashes explanation for
!@
-
Add a link to https://www.php.net/manual/en/mbstring.supported-encodings.php on https://www.php.net/manual/en/function.mb-detect-encoding as "List of supported encodings"
-
Add an example to(completed by me)array_unshift
that shows how two different arrays with different array keys can be joined -
Roll this comment on
array_fill_keys
into the page -
ADD SOME BLOODY EXAMPLES TO
XMLReader
Not page-related
~~Improve README for getting started in PHP docs
Include instructions on how to contribute, how to get started, how to test the build ~~