1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Update example output in getfilename.xml (#5250)

* Update example output in getfilename.xml

This doc has been inaccurate since the release of PHP 5.3.

- PHP 5.2x: https://3v4l.org/iMEHH#v5.2.17
- PHP 5.3: https://3v4l.org/iMEHH#v5.3.0
- Recent PHP versions: https://3v4l.org/iMEHH
This commit is contained in:
Joris Berthelot
2026-03-20 16:49:51 +01:00
committed by GitHub
parent 79c53e3fa2
commit 4532dcab5c

View File

@@ -56,8 +56,8 @@ var_dump($info->getFilename());
<![CDATA[
string(7) "foo.txt"
string(7) "foo.txt"
string(0) ""
string(7) "svn.php"
string(11) "www.php.net"
string(7) "svn.php"
]]>
</screen>
</example>