Skip to content

Commit 1986833

Browse files
authored
hash-hmac.xml Исправил панграмму, убрали лишний ?>
1 parent f4224da commit 1986833

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

reference/hash/functions/hash-hmac.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,13 @@
128128
<![CDATA[
129129
<?php
130130
131-
echo hash_hmac('sha256', 'Съешь ещё этих мягких французских булок, да выпей чаю.', 'secret');
132-
133-
?>
131+
echo hash_hmac('sha256', 'Съешь же ещё этих мягких французских булок, да выпей чаю.', 'secret');
134132
]]>
135133
</programlisting>
136134
&example.outputs;
137135
<screen>
138136
<![CDATA[
139-
7909df92910e8b1c5348d8b21f6e27578fdcab03eeaa60c0f109b49a71128fc7
137+
d6f502c51167410320e6f85de2a66f04ed961c04396275cf808ed43828663a9d
140138
]]>
141139
</screen>
142140
</example>

0 commit comments

Comments
 (0)