Commit graph

97 commits

Author SHA1 Message Date
Thomas Schoefbeck
0dca8349fa added php-pi's
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133569 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-29 07:43:05 +00:00
Thomas Schoefbeck
2f813e99ae corr. example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133539 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-28 20:32:41 +00:00
Philip Olson
fa4f1efb88 Clarify the feature of "character sequences", and caution that numeric strings
are seen as strings and not integers prior to PHP 4.3.3, so used as character sequences.
This documents bug #24420


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132976 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-22 23:17:14 +00:00
Philip Olson
405647fad1 Added a <caution> regarding bug #23195 as copying an array resets the original array's
pointer which can cause an endless loop.  Also, each() will move the pointer past the end
as opposed to the end.  Updated the example to be self-contained, no longer uses $_POST.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132838 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-22 03:09:45 +00:00
Derick Rethans
0b93bd27f7 - Fixed structures. The structure for adding examples is:
<para>
 <example>
  <title />
  <programlisting>
<![CDATA[
<?php
echo "foo\n";
?>
]]>
  </programlisting>
  <para>
   The output is:
  </para>
  <screen>
<![CDATA[
foo
]]>
  </screen>
 </example>
</para>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131857 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-16 12:03:39 +00:00
Mehdi Achour
ce5a4694c2 correcting my typos, thanks Derick
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131799 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-16 05:23:40 +00:00
Mehdi Achour
97af64caa1 saturday typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131517 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-14 14:20:12 +00:00
Philip Olson
923590c817 Fix refpurpose
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131004 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-11 06:21:32 +00:00
Friedhelm Betz
2f4982acc2 join is an alias of implode
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130833 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-10 07:02:20 +00:00
Friedhelm Betz
e28cf13c71 unset to see also added, fixes #23997
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130226 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-05 09:30:00 +00:00
Philip Olson
366de8af23 Was actually fixed in 4.2.1, not 4.0.6. Closes bug #23923
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129640 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-31 15:13:09 +00:00
Philip Olson
9fd7018715 Implement &note.randomseed; which states that random number generation is
automatic as of PHP 4.2.0


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129466 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 19:48:38 +00:00
Philip Olson
736a15f139 Added php tags (<?php ?>) to examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129443 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 18:12:53 +00:00
Philip Olson
17fdae93ba Added {braces} and php tags to the examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129442 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 18:07:51 +00:00
Philip Olson
1b0f444c3a Link to the array type docs, added php tags in examples, and see also foreach.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129441 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 18:01:41 +00:00
Philip Olson
5fee473d55 Removed php3 example, and added php tags.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129440 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 17:53:11 +00:00
Philip Olson
bd220a42f3 Random seed is automatic as of PHP 4.2.0, and added php tags.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129430 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 17:44:31 +00:00
Philip Olson
3a30ba206e Remove php3 example, and see also array_key_exists()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129428 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 17:10:53 +00:00
Damien Seguy
3b0bf2bff9 reverting to last version
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129394 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 15:04:06 +00:00
Damien Seguy
e1742bc2ab upgrading example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129335 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-30 12:54:53 +00:00
Philip Olson
5a36bf3125 Replace <link linkend="language.types.x">x</link> with <type>x</type>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129076 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-28 23:03:10 +00:00
Philip Olson
eee8ead36d Initial documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128358 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-22 01:05:26 +00:00
Andy Lindeman
8c78eead70 note integration
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127559 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-18 02:32:19 +00:00
Andy Lindeman
29e6b9fcbf fix bug #23656
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127265 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-16 11:29:47 +00:00
David Croft
cc50ece11c this example was confusing if you didn't read through to the end
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126067 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-06 20:30:27 +00:00
Andy Lindeman
bc1793b7bd adding &return.success;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125633 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-04 01:13:00 +00:00
Andy Lindeman
08f59dd854 fixing bug #23473
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125632 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-04 01:06:20 +00:00
Andy Lindeman
23559150d4 implement some user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125606 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-03 21:54:11 +00:00
Andy Lindeman
52f736dea7 implementing some user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125596 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-03 21:11:33 +00:00
Joey Smith
c9994b2bcc Another typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125132 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-30 01:31:49 +00:00
Joey Smith
1ba682c9b6 Typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125131 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-30 01:17:16 +00:00
Joey Smith
00af2cbfb3 Using Philip's suggested text.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125130 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-30 01:12:38 +00:00
Georg Richter
da69171587 fixed broken end tag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@120500 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-17 18:27:16 +00:00
Friedhelm Betz
f746585f25 cross ref to key
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@120437 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-17 11:51:35 +00:00
Victor Boivie
9130132fd9 Incorrectly formatted function alias - fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118638 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-02 12:55:53 +00:00
Friedhelm Betz
c35048012a more constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117705 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-23 17:17:00 +00:00
Damien Seguy
0f636384c4 Update presentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116952 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-18 18:04:41 +00:00
Thomas Schoefbeck
d551d2c0e9 corr. php-tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115095 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-07 22:57:56 +00:00
Damien Seguy
e15e964a00 Balancing tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115046 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-07 15:07:20 +00:00
Damien Seguy
328effdaaf Too much french there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115045 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-07 15:06:19 +00:00
Damien Seguy
dd2974b973 Balancing tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115044 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-07 15:03:51 +00:00
Damien Seguy
ef729dd9f6 upgrade example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115029 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-07 05:07:51 +00:00
Philip Olson
b222a4c135 Fixing examples which almost closes bug #21920. Also, removing old 4.0.4
warning and some touchups.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114858 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-05 08:21:21 +00:00
Philip Olson
d577dbfb1e Implement &array.resetspointer (pointer is reset) and a minor example fix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114846 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-05 07:20:39 +00:00
Marco Cucinato
eaf6ebb676 Aligned parameter tags with prototype
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114791 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-04 19:17:43 +00:00
Damien Seguy
4ac846e842 removing French...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114769 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-04 18:19:35 +00:00
Damien Seguy
c9ae2d383c adding various tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114767 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-04 17:19:32 +00:00
Derick Rethans
9473066f35 s/4.4.0/5.0.0/g
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113258 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-24 12:58:51 +00:00
Dirkjan Ochtman
aa544b4354 Added forgotten <function>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112714 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-19 16:54:31 +00:00
Dirkjan Ochtman
ed9f38361d See also itself isn't very useful.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111419 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-11 11:19:10 +00:00