missing programlisting

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113558 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2003-01-27 02:57:25 +00:00
parent d4088ba4fa
commit c3a644067b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.popen">
<refnamediv>
@ -37,6 +37,7 @@
<para>
<example>
<title><function>popen</function> examole</title>
<programlisting role="php">
<![CDATA[
<?php
$handle = popen ("/bin/ls", "r");