doc-en icon indicating copy to clipboard operation
doc-en copied to clipboard

English PHP documentation

Results 497 doc-en issues
Sort by recently updated
recently updated
newest added

### Affected page https://www.php.net/manual/en/libxml.constants.php#constant.libxml-xinclude ### Issue description The PHP documentation mentions the LIBXML_XINCLUDE constant to enable XInclude support in XML parsing here: https://www.php.net/manual/en/libxml.constants.php#constant.libxml-xinclude However it does not appear to work....

bug

I have commit rights to the repo so I just need guidance where should I document two closures made from the same callable are equal but not identical: ``` $x...

enhancement

From manual page: https://php.net/imagickdraw.arc --- If the arc is greater than half of its circle, it does not give a correct pie chart.

Since 8.3 `unserialize` was updated to emit `E_WARNING` instead of `E_NOTICE`. The docs were mostly updated in https://github.com/php/doc-en/pull/3106 except the notes section still mentions `E_NOTICE`.

`opcache_jit_blacklist` was added in https://github.com/php/php-src/pull/15559 but seems to be not documented on php.net: see related discussion https://github.com/php/php-src/issues/20458#issuecomment-3519285706

### Affected pages https://www.php.net/manual/en/function.str-getcsv.php https://www.php.net/manual/en/function.fgetcsv.php https://www.php.net/manual/en/splfileobject.fgetcsv.php ### Issue description In `str_getcsv`, `fgetcsv` and `SplFileObject::fgetcsv` the escape character is documented wrong. Specifically, these pages contain the following note: > Note: Usually...

bug

### Affected page https://www.php.net/manual/en/function.stats-rand-gen-funiform.php ### Issue description The function description says: Generates uniform float between **low (exclusive)** and high (exclusive) But in parameters description says: - low: The **lower bound...

bug

### Affected page https://www.php.net/manual/en/function.setcookie.php ### Issue description The setcookie() documentation states: > Parameters: > options: > An associative array which may have any of the keys expires, path, domain, secure,...

bug

### Affected page https://www.php.net/manual/en/function.session-cache-limiter.php ### Issue description In the description of the value parameter, there is a table listing the allowed values. In the "Headers Sent" column of the table...

bug

From manual page: https://php.net/function.yaml-parse-file --- The manual clains: "Returns the value encoded in input in appropriate PHP type or false on failure. If pos is -1 an array will be...