mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
d8785bbc2f
commit
3033a64635
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue