Philip Olson
79f2183ac1
Remove warning about being broken in 4.0.4
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135951 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-25 16:33:04 +00:00
Philip Olson
bf504c0c96
A revision of the mode docs, and made the 0 warning a caution instead.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135505 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-20 16:59:16 +00:00
Friedhelm Betz
d7609cabba
optional param for count, thanks to Griggs Domler
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135411 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-19 06:51:26 +00:00
Philip Olson
db8088a4bc
Properly document the word "element" as an array key/value pair, and "value"
...
as the value. This almost closes bug #20394
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135353 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-18 08:31:09 +00:00
Philip Olson
14787bd7d7
See alsos.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135341 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-17 22:38:54 +00:00
Mehdi Achour
e45685a32d
adding PHP tags in the examples and ws
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135246 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-16 17:06:57 +00:00
Philip Olson
c9b9c8ff0f
Added information from (and closes) bug #11077 , and see also unlink/array_merge.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135092 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-15 07:01:58 +00:00
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 ¬e.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
Dirkjan Ochtman
a0c57a6739
"after before" -> "before"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111417 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-11 10:08:40 +00:00
Dirkjan Ochtman
39d12c5ed1
See also consistence.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111375 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-10 22:22:40 +00:00
Dirkjan Ochtman
adad67bf16
Added see also to array_diff_assoc().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111373 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-10 21:55:43 +00:00
Philip Olson
53e3bc0c5b
Removed older example for pre 4.1.0 (was a little confusing), reformated
...
the example to be outside the <note>, made the parameter changes clearer.
Added more comments to the examples. See also foreach.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@109053 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-26 16:52:16 +00:00
Jesus M. Castagnetto
e6516ae95c
Fix short description. Bug #21141
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@108896 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-22 21:29:56 +00:00
Philip Olson
15a0064b71
Oops, foreach is a control structure and documented as such. Close #20624
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105873 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-26 19:14:06 +00:00
Philip Olson
e62ceb42a9
Initial checkin.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104110 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 00:35:47 +00:00
Philip Olson
387ab6dcd2
Initial checkin, slighly modified from Andrey Hristov's submission.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104096 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 00:14:32 +00:00
Jon Parise
a24b52146e
Updating the range() documentation to include the new "step" parameter.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103826 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-14 05:57:58 +00:00
Philip Olson
ddf7426cca
See also array_walk(); and some <?php ?> additions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103278 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-11 00:36:16 +00:00
Philip Olson
fd14b35700
See also array_map()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103277 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-11 00:34:07 +00:00
Derick Rethans
54827eeac7
- Reverted Hebrew texts in the English tree
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102258 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-01 18:35:26 +00:00
Hadar Porat
58b220b7b7
First version
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102217 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-01 13:06:44 +00:00
Hartmut Holzgraefe
e22d9639b8
ongoing changes to callback pseudo-type
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101469 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-26 20:40:42 +00:00
Hartmut Holzgraefe
6aceff3a11
- documentation on pseudo-types
...
- "callback" pseudo-type added
- changed usort proto to use callback (more will follow)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101396 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-26 06:58:16 +00:00
Philip Olson
9dea6b1a31
Fixed typo; rewrote most of docs; see also foreach() and call_user_func_array().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100035 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-17 11:25:32 +00:00
Friedhelm Betz
56bb8fad1f
more array constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98807 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-08 10:40:49 +00:00
Thomas Schoefbeck
6f834c46bd
just closed php-tag
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98493 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-06 20:39:38 +00:00
Dallas Wang
3612f5240a
Make this example more clear.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95445 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-11 03:31:41 +00:00
Erica Douglass
7c3aae6047
Grammatical errors corrected. Please note the difference between "its" and "it's." "It's" should only be used in place of "it is."
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95374 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-10 08:00:35 +00:00
Markus Fischer
9ccbe73ee9
- Document new EXTR_REFS flag introduced by Andrei.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95373 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-10 07:49:38 +00:00
Jesus M. Castagnetto
ea51f2f62e
Fixing bug #18840
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91418 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-09 23:14:01 +00:00
Sebastian Nohn
a4b867055a
Fixing bug #18649
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90461 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-30 21:11:51 +00:00
Friedhelm Betz
27e74f7b1a
hopefully more correct entitiy
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@89464 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-22 13:22:09 +00:00
Philip Olson
7e46cf0e18
<note> usort($arr, 'strnatcmp') to keep index/value associations.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88629 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-14 01:16:48 +00:00
Philip Olson
c857e29ede
typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88300 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-11 06:43:57 +00:00
Philip Olson
a6f10f5127
See also: preg_split()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88124 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-09 05:51:06 +00:00
Jan Lehnardt
8cbc437a8e
- fix #14992
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87371 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-01 21:57:45 +00:00
David Croft
f78a38b22d
#fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86264 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-21 03:35:09 +00:00
Hartmut Holzgraefe
1747b91508
added documentation for the renumber 'feature' of array_shift and unshift
...
(bug #14791 )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85986 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-17 23:48:37 +00:00
Leszek Krupinski
d4987a894f
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85968 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-17 17:59:55 +00:00
Derick Rethans
48eb9a1db5
- Typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85963 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-17 15:34:33 +00:00
Hartmut Holzgraefe
3e43773974
behaviour change ducumented more clearly (see bug #14591 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85921 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-17 12:36:08 +00:00
Markus Fischer
94a00aff30
- Correct tag.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85847 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-16 14:19:58 +00:00
Markus Fischer
670e2d5812
- Move constants to their own file.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85846 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-16 14:19:01 +00:00
Markus Fischer
ffd2f85063
- Use new superglobals by default, mention old way were applicable.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85824 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-16 07:11:04 +00:00
Hartmut Holzgraefe
136554cdf7
the en/reference/*/functions.xml files are now auto-generated
...
(should have been from the start, but somehow i forgot to
move the generation code from the split to the configure script)
entities/chapters.ent is now called entities/file-entities.ent
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85367 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-11 10:54:22 +00:00
Markus Fischer
70882f39ec
- Document list() specific behaviour of the order of assigning the values to
...
the variables.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85054 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-08 15:11:31 +00:00
Markus Fischer
127b173fa7
- More outlining that numeric keys are preservered.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@82620 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-18 09:55:41 +00:00
Adrian Jurjica
2f7966f92e
no message
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81901 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-12 08:19:28 +00:00
Adrian Jurjica
de71bf7038
Translation of array functions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81898 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-12 08:10:34 +00:00
Gabor Hojtsy
e8a11acfd1
Using new entities
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78807 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-19 13:48:45 +00:00
Philip Olson
4396c48294
end(): Added a simple example using end()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78724 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-18 23:29:24 +00:00
Philip Olson
3c61250127
each(): see also foreach
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78723 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-18 23:15:34 +00:00
Hartmut Holzgraefe
5b9fc29465
revision tags added
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78496 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-17 06:45:35 +00:00
Simone Cortesi
c7b3836e56
WS fix: part ONE of EN
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78261 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 18:56:49 +00:00
Hartmut Holzgraefe
a4b6d72ad3
banana-split
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78202 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-15 00:12:54 +00:00