fixed typo in example (invalid php syntax)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244131 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Maciek Sokolewicz 2007-10-13 08:54:58 +00:00
parent d8785bbc2f
commit 3033a64635

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry xml:id="function.http-support" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@ -86,7 +86,7 @@
<programlisting role="php">
<![CDATA[
<?php
if (!http_support(HTTP_SUPPORT_REQUESTS) {
if (!http_support(HTTP_SUPPORT_REQUESTS)) {
die("Need HTTP request support!\n");
}
?>