Skip to content

Commit 4532dca

Browse files
authored
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
1 parent 79c53e3 commit 4532dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/spl/splfileinfo/getfilename.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ var_dump($info->getFilename());
5656
<![CDATA[
5757
string(7) "foo.txt"
5858
string(7) "foo.txt"
59-
string(0) ""
60-
string(7) "svn.php"
59+
string(11) "www.php.net"
60+
string(7) "svn.php"
6161
]]>
6262
</screen>
6363
</example>

0 commit comments

Comments
 (0)