tularis Fri Jan 3 10:28:42 2003 EDT Modified files: /phpdoc/en/reference/http/functions header.xml Log: Fixed bug id #21391 Index: phpdoc/en/reference/http/functions/header.xml diff -u phpdoc/en/reference/http/functions/header.xml:1.8 phpdoc/en/reference/http/functions/header.xml:1.9 --- phpdoc/en/reference/http/functions/header.xml:1.8 Wed Nov 6 13:34:39 2002 +++ phpdoc/en/reference/http/functions/header.xml Fri Jan 3 10:28:42 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <!-- splitted from ./en/functions/http.xml, last change in rev 1.2 --> <refentry id="function.header"> <refnamediv> @@ -172,9 +172,10 @@ <informalexample> <programlisting role="php"> <![CDATA[ - -<?php header ("Content-type: audio/x-pn-realaudio"); ?> -// Broken, note the blank line above +<?php +echo ' '; +header ("Content-type: audio/x-pn-realaudio"); ?> +// Broken, note the echo ' ' above ]]> </programlisting> </informalexample>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php