Skip to content

Commit

Permalink
Fix typo in wrappers/php.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
msamesch authored Jun 22, 2024
1 parent 783a0ff commit e1f13a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions language/wrappers/php.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ file_put_contents("php://filter/write=string.rot13/resource=example.txt","Hello
</para>
<programlisting role="php">
<![CDATA[
<?php
file_put_contents('php://memory', 'PHP');
echo file_get_contents('php://memory'); // prints nothing
]]>
Expand Down

0 comments on commit e1f13a8

Please sign in to comment.