Skip to content

Commit dd100db

Browse files
authored
isset(): Add title to example (#4656)
Manual does not build without a title tag (DTD).
1 parent 761d722 commit dd100db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reference/var/functions/isset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ var_dump(isset($foo)); // FALSE
108108
<para>
109109
This also work for elements in arrays:
110110
<example>
111+
<title>Example of <function>isset</function> with array elements</title>
111112
<programlisting role="php">
112113
<![CDATA[
113114
<?php

0 commit comments

Comments
 (0)