From c48a4642c68cd9287f4bc5a831662deb896b75ad Mon Sep 17 00:00:00 2001
From: Georg Richter <georg@php.net>
Date: Mon, 26 Jan 2004 20:23:25 +0000
Subject: [PATCH] new entitites for mysqli

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149823 c90b9560-bf6c-de11-be94-00142212c4b1
---
 language-snippets.ent | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/language-snippets.ent b/language-snippets.ent
index 909894cfec..aff5d88623 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -200,15 +200,19 @@ been compiled into PHP or dynamically loaded at runtime.
 
 <!-- These are using in reference/$extname/reference.xml and other
 supplemental files to mark section titles -->
-<!ENTITY reftitle.intro     '<title>Introduction</title>'>
-<!ENTITY reftitle.required  '<title>Requirements</title>'>
-<!ENTITY reftitle.install   '<title>Installation</title>'>
-<!ENTITY reftitle.runtime   '<title>Runtime Configuration</title>'>
-<!ENTITY reftitle.resources '<title>Resource Types</title>'>
-<!ENTITY reftitle.constants '<title>Predefined Constants</title>'>
-<!ENTITY reftitle.classes '<title>Predefined Classes</title>'>
-<!ENTITY reftitle.examples  '<title>Examples</title>'>
-<!ENTITY reftitle.seealso   '<title>See Also</title>'>
+<!ENTITY reftitle.intro        '<title>Introduction</title>'>
+<!ENTITY reftitle.required     '<title>Requirements</title>'>
+<!ENTITY reftitle.install      '<title>Installation</title>'>
+<!ENTITY reftitle.runtime      '<title>Runtime Configuration</title>'>
+<!ENTITY reftitle.resources    '<title>Resource Types</title>'>
+<!ENTITY reftitle.constants    '<title>Predefined Constants</title>'>
+<!ENTITY reftitle.classes      '<title>Predefined Classes</title>'>
+<!ENTITY reftitle.constructor  '<title>Constructor</title>'>
+<!ENTITY reftitle.methods      '<title>Methods</title>'>
+<!ENTITY reftitle.properties   '<title>Properties</title>'>
+<!ENTITY reftitle.returnvalues '<title>Return values</title>'>
+<!ENTITY reftitle.examples     '<title>Examples</title>'>
+<!ENTITY reftitle.seealso      '<title>See Also</title>'>
 
 <!-- Common pieces for reference part END -->