$ in <varname>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322383 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2012-01-17 08:29:44 +00:00
parent df6729325e
commit 5ad5bd9009
15 changed files with 15 additions and 15 deletions

View file

@ -57,7 +57,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->affected_rows</varname> example</title>
<title><varname>$mysqli->affected_rows</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -42,7 +42,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->connect_errno</varname> example</title>
<title><varname>$mysqli->connect_errno</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -32,7 +32,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->connect_error</varname> example</title>
<title><varname>$mysqli->connect_error</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -50,7 +50,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->errno</varname> example</title>
<title><varname>$mysqli->errno</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -41,7 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->error</varname> example</title>
<title><varname>$mysqli->error</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -44,7 +44,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->field_count</varname> example</title>
<title><varname>$mysqli->field_count</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -42,7 +42,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->host_info</varname> example</title>
<title><varname>$mysqli->host_info</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -41,7 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->protocol_version</varname> example</title>
<title><varname>$mysqli->protocol_version</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -41,7 +41,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->server_info</varname> example</title>
<title><varname>$mysqli->server_info</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -47,7 +47,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->server_version</varname> example</title>
<title><varname>$mysqli->server_version</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -83,7 +83,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->info</varname> example</title>
<title><varname>$mysqli->info</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -60,7 +60,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->insert_id</varname> example</title>
<title><varname>$mysqli->insert_id</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -50,7 +50,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->sqlstate</varname> example</title>
<title><varname>$mysqli->sqlstate</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -55,7 +55,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->thread_id</varname> example</title>
<title><varname>$mysqli->thread_id</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[

View file

@ -46,7 +46,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title><varname>mysqli->warning_count</varname> example</title>
<title><varname>$mysqli->warning_count</varname> example</title>
<para>&style.oop;</para>
<programlisting role="php">
<![CDATA[