1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

fixes by anon users

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338916 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker
2016-04-04 17:13:05 +00:00
parent 3a0c7df3b6
commit 4c10034cee
2 changed files with 2 additions and 3 deletions

View File

@@ -19,8 +19,7 @@
<info><title>An introductory example</title></info>
<programlisting role="php">
<![CDATA[
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML>
<html>
<head>
<title>Example</title>

View File

@@ -58,7 +58,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the position where the needle exists relative to the beginnning of
Returns the position where the needle exists relative to the beginning of
the <parameter>haystack</parameter> string (independent of search direction
or offset).
Also note that string positions start at 0, and not 1.