Jeroen van Wolffelaar
fb4fc68696
Remove the non-sense note in error-control section,
...
eleborated a little bit more
on constants (valid names for them), made some minor improvements
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50012 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-22 22:06:55 +00:00
Jeroen van Wolffelaar
c8b83442db
Better XML, fixed boolean where it should have said integer
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49923 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-20 21:46:03 +00:00
Jeroen van Wolffelaar
a085e1c8b3
Eleborated on syntax of constants. Moved some information that was scattered over the constant-related functions to the section on constants.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49842 c90b9560-bf6c-de11-be94-00142212c4b1
2001-06-19 20:36:56 +00:00
Torben Wilson
b4d1138fb2
Fixed a typo and elucidated a bit on the use of @ with expressions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48351 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-24 03:31:35 +00:00
Jeroen van Wolffelaar
e485890cfb
fixed comment
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48319 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-23 23:44:35 +00:00
Jeroen van Wolffelaar
e6241dee0b
Fixed example, added note that @foreach doesn't work,
...
added note that db-functions usually don't cause
a php error, and finally added an example
to show that its use isn't restricted to
functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48318 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-23 23:43:12 +00:00
Jeroen van Wolffelaar
3de536403c
updated the strings section a bit.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48306 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-23 22:13:58 +00:00
Jeroen van Wolffelaar
3105d42987
Noted that inside double-quoted strings another syntax is valid.
...
Minor XML-improvements.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48209 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-22 23:18:54 +00:00
Jeroen van Wolffelaar
70e8508a51
Added the 'why is $foo[bar] bad' section to arrays.
...
This closes bug #7387
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48201 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-22 22:06:17 +00:00
Stig Bakken
1b382d80a6
* documented "declare" and ticks
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48118 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-21 23:16:31 +00:00
Damien Seguy
f1705cdd32
Added examples for PHP_OS.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48029 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-21 09:40:18 +00:00
Jeroen van Wolffelaar
5c53df17a6
- added comment for near-future update
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47891 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:46:18 +00:00
Jeroen van Wolffelaar
00f873a1d9
- added note about 'mixed' type
...
- added boolean syntax, and some
examples
- changed float to double as much
as possible
- re-sectionized integer.
added note about integer division,
notes about integer-overflow
(== type juggling in fact)
- Noted that behaviour of
converting to int is undefined
in cases other than boolean
and string.
- Completely revised arrays
(I skipped string for now)
BTW: Not totally ready yet, but
ready enough to include. It is properly defined,
only examples and more explaination etc could
be useful.
- Removed ++ and -- operator for
strings. It is at best very complex
how it works, at worst buggy.
Though in certain cases it can
be useful, it will return with
proper definition.
- Noted (in comment for now)
that copying arrays works strange
when there are references to some elements.
- minor layout-improvements
- typo's
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47890 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:45:31 +00:00
Jeroen van Wolffelaar
5991cf967b
- updated revision status
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47889 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:44:05 +00:00
Kristian Köhntopp
de53c5e3c6
- Some clarifications.
...
- Normalized spelling of product names (PHP 3 and PHP 4)
to go with the rest of our docs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47760 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-18 12:44:37 +00:00
Kristian Köhntopp
38ae4e994c
Completed the unfinished sentence.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47753 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-18 07:47:01 +00:00
Kristian Köhntopp
8eae786de0
- Extended documentation for object orientation.
...
This should now cover most, if not all features of
PHP 4 object orientation, reflecting the greatly
improved OO features in PHP 4.
- The documentation for serialize() and unserialize()
is still stating that class associations are lost.
This is no longer true in PHP 4 and should be corrected.
It is now 1am here. I am not going to fix that now,
someone else should.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47730 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 23:05:01 +00:00
Jeroen van Wolffelaar
b54348e418
Fixed typo again, recounted types...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47665 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 09:25:32 +00:00
Damien Seguy
611d73a01c
minor typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47663 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-17 08:14:25 +00:00
Jeroen van Wolffelaar
ef2fdf40d5
Emphasised that HTTP_USER_AGENT etc are variables rather than constants
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47623 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-16 22:08:42 +00:00
Egon Schmid
c38bd8cecc
Please validate your changes before commits.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47589 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-16 15:57:35 +00:00
Jeroen van Wolffelaar
c72fc51e9a
- Begin with revision of language section.
...
basic-syntax:
- Added note about revision, and progress-info
- Explained escaping a bit more eleborately
- Explained escaping inside control structures
(quite badly, I admit, but still)
types:
- Added null and resource
- Categorized in scalars, compound and special
- Added 'converting to xxx' section for
boolean and integer (rest follows some day)
- Moved 'when is something considered true'
to that new section, and updated it.
- Added overflow and converting notes to
integer. Referred to float-precision warning.
- Added section about resource-freeing
- In type-juggling, referred to the new 'convert
to xxx' sections.
- fixed some xml-tags
- converted most > to >
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47585 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-16 15:22:22 +00:00
Jeroen van Wolffelaar
64e21277b7
- Begin with revision of language section.
...
basic-syntax:
- Added note about revision, and progress-info
- Explained escaping a bit more eleborately
- Explained escaping inside control structures
(quite badly, I admit, but still)
types:
- Added null and resource
- Categorized in scalars, compound and special
- Added 'converting to xxx' section for
boolean and integer (rest follows some day)
- Moved 'when is something considered true'
to that new section, and updated it.
- Added overflow and converting notes to
integer. Referred to float-precision warning.
- Added section about resource-freeing
- In type-juggling, referred to the new 'convert
to xxx' sections.
- fixed some xml-tags
- converted most > to >
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47584 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-16 15:19:25 +00:00
foobar
4908a88a7b
fixed typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47536 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-15 23:22:46 +00:00
Egon Schmid
cd1a18bfa4
Should fix two off ten errors,
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47535 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-15 22:20:12 +00:00
Damien Seguy
66d17cdf41
Added details for langage constructs.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47395 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-14 16:52:41 +00:00
Damien Seguy
eba0fd41bb
Corrected linked -> linkend trouble
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47091 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-11 06:34:13 +00:00
Damien Seguy
7aa14b8428
Added jeroen's updates
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47056 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-10 18:01:14 +00:00
Torben Wilson
250fc13790
Added note that (object|array) => string conversion results in 'Array' or
...
'Object'.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@46908 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-08 23:34:05 +00:00
Daniel Beckham
aeab65b087
notes and examples added to foreach
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@45084 c90b9560-bf6c-de11-be94-00142212c4b1
2001-04-09 21:50:14 +00:00
Daniel Beckham
91809f04d3
added foreach to list of loops break will work in
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@45074 c90b9560-bf6c-de11-be94-00142212c4b1
2001-04-09 19:15:45 +00:00
Jesus M. Castagnetto
76827a16de
s/>/>/ in examples
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43742 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-17 06:46:19 +00:00
Sascha Schumann
f76b667a29
Fix typo in second example of foreach
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43714 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-16 20:19:31 +00:00
foobar
190180c503
Fixed typo. PR: #9786
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43694 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-16 16:19:57 +00:00
Torben Wilson
5f1e3a1b3b
Was more correct before.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43102 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-09 23:26:42 +00:00
André Langhorst
b68c98c4f4
cosmetic fix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43101 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-09 23:20:34 +00:00
André Langhorst
0425348f09
fix xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43100 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-09 22:29:02 +00:00
André Langhorst
7c4ccc09bd
Adding documentation for references inside the constructor
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43099 c90b9560-bf6c-de11-be94-00142212c4b1
2001-03-09 21:45:32 +00:00
Ron Chmara
ad47cb3b15
Note that default belongs last, per errata.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41838 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-25 00:57:11 +00:00
Torben Wilson
5d86777a55
Added an example to help clarify the lack of non-constant variable
...
initializers in classes in PHP 4 (spurred by Bug #9414 ).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41751 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-23 00:43:23 +00:00
Torben Wilson
9e5c5f5dbb
Minor clarification of the here doc syntax.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41689 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-21 23:11:56 +00:00
Chris Newbill
0e89f54262
Added the following lines:
...
Both in and outside of the object you do not need a $ when accessing an
object's properties.
Also a code snippet to reference the previous statement.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41072 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-09 19:41:08 +00:00
Jirka Kosek
c7affe03ce
- make XML comformant
...
- added missing encoding declaration to files where are characters outside of ASCII
- corrected some small typos (unterminated entity reference, < instead of <)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41005 c90b9560-bf6c-de11-be94-00142212c4b1
2001-02-08 10:27:59 +00:00
jim winstead
43c01b5cea
note that backtick operator is disabled when in safe_mode
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40024 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 02:50:39 +00:00
jim winstead
a638921429
document that HTTP_*_VARS are always set when enabled
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40023 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 02:35:42 +00:00
jim winstead
78ee83ec50
clarify this, and not version difference
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40000 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 00:32:06 +00:00
James Moore
031a9d0dfa
Fixing Typo Or -> Xor
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38547 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-03 19:06:46 +00:00
Rasmus Lerdorf
870331f5f3
Some minor tweaks
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38453 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-02 20:03:23 +00:00
Sebastian Bergmann
73377c7f9d
Cleaned up the language in references.xml a little.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38084 c90b9560-bf6c-de11-be94-00142212c4b1
2000-12-20 07:21:09 +00:00
Sebastian Bergmann
6cc9f245bb
Cleaned up the language in references.xml a little.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38083 c90b9560-bf6c-de11-be94-00142212c4b1
2000-12-20 07:19:44 +00:00
Ron Chmara
2e12d6719e
Updating per XHTML/XML discussions on php-dev
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37666 c90b9560-bf6c-de11-be94-00142212c4b1
2000-12-13 04:59:39 +00:00
Ron Chmara
6e8112625b
fixing <? to <?php
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37665 c90b9560-bf6c-de11-be94-00142212c4b1
2000-12-13 04:51:35 +00:00
Stanislav Malyshev
d1836e3f7f
Add description of new passing by reference rules
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37495 c90b9560-bf6c-de11-be94-00142212c4b1
2000-12-10 09:46:15 +00:00
Ron Chmara
04efa58936
Reference returning from a function (fixing example, text)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35194 c90b9560-bf6c-de11-be94-00142212c4b1
2000-11-03 03:49:38 +00:00
Jesus M. Castagnetto
ec82614b46
Commented out the incorrect phrase that Hojtsy noticed.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35026 c90b9560-bf6c-de11-be94-00142212c4b1
2000-11-01 23:33:42 +00:00
Gabor Hojtsy
7d3105e06d
Fixing another typo...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34795 c90b9560-bf6c-de11-be94-00142212c4b1
2000-10-29 15:58:09 +00:00
Jouni Ahto
4cdd4f7401
- Added one <sect1> to <partintro> of ldap.xml, also some reformatting.
...
- Gave id to most unnamed <sect[123]>'s.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33832 c90b9560-bf6c-de11-be94-00142212c4b1
2000-10-14 13:26:28 +00:00
Jesus M. Castagnetto
2dc8923fd3
Fixed typo s/dump_var/var_dump/
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33589 c90b9560-bf6c-de11-be94-00142212c4b1
2000-10-10 23:53:07 +00:00
James Moore
556521586c
Adding note about when include_once was added..
...
# this doesnt seem to be in normal function system.. IE not in <refsect> tags but just <sect1>'s instead
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33397 c90b9560-bf6c-de11-be94-00142212c4b1
2000-10-04 23:29:43 +00:00
James Moore
e38e164941
Fixing typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33392 c90b9560-bf6c-de11-be94-00142212c4b1
2000-10-04 22:49:08 +00:00
Ron Chmara
3462cdf2f2
Attempted to clean up grammar. Please check for accuracy.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33368 c90b9560-bf6c-de11-be94-00142212c4b1
2000-10-04 02:02:28 +00:00
Stanislav Malyshev
0ff6b37031
Insert warning about constant class initializers
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33257 c90b9560-bf6c-de11-be94-00142212c4b1
2000-10-02 09:37:53 +00:00
Andrei Zmievski
13b81a2720
PHP3 -> PHP 3, PHP4 -> PHP 4
...
And everyone should follow that.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32721 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-15 16:09:44 +00:00
Ron Chmara
60a90ca31e
Added foreach/endforeach as per errata.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32436 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-11 03:57:23 +00:00
Torben Wilson
593c33e4ca
Document that heredoc labels are the same as other PHP labels.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32411 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-10 20:30:53 +00:00
Torben Wilson
5cdf44621d
Documented move_uploaded_file() and is_uploaded_file().
...
Clarified some things about $HTTP_POST_FILES, PHP 3/PHP 4, and
how to test for uploaded file safety.
Minor cleanups, too.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32400 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-10 11:14:16 +00:00
Torben Wilson
c5060b056b
Updates to some of the portions affected by track_vars and
...
register_globals, and some notes about changes between PHP 3 and PHP 4.
Also lots of little cleanups.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32364 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-10 02:57:19 +00:00
Andrei Zmievski
5811602ba6
A bit an English tweak.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32157 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-06 21:27:43 +00:00
Stanislav Malyshev
c9983e0003
Add vars descriptions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32115 c90b9560-bf6c-de11-be94-00142212c4b1
2000-09-06 11:45:36 +00:00
Torben Wilson
55b5652c85
Fix up the div operator thing again.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31439 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-28 17:56:36 +00:00
Rui Hirokawa
31a39eace2
corrected some typos.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31289 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-27 01:44:41 +00:00
Torben Wilson
e598de1dc9
Noted that parentheses may be used to force precedence.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31242 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-26 04:06:41 +00:00
Stanislav Malyshev
af23c6ebf0
Add link to references
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31087 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-24 13:05:19 +00:00
Egon Schmid
1779d1b8dd
Indentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30740 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-21 16:35:31 +00:00
Torben Wilson
608459c3e4
Put a sentence back where it belongs.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30690 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-21 06:06:57 +00:00
Torben Wilson
45d640b110
Some indentation etc.
...
Uncommented a note about 2 int operands to '/' returning int; this the
behaviour that I see in both PHP3 and PHP4. If this is wrong, let me
know, and I'll back it out and submit a bug report.
Added the warning about @ suppressing scriptstoppers.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30689 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-21 05:59:20 +00:00
Egon Schmid
936f15f0c4
Mostly indentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30615 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-20 15:09:37 +00:00
Egon Schmid
2375d62be3
Beautified it a bit.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30612 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-20 15:02:32 +00:00
Stanislav Malyshev
4a2d9feae9
Add more explanations, small fixes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30582 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-20 10:28:13 +00:00
Torben Wilson
a922b1125d
Fixes and clarifications to include() & require() behaviour wrt
...
variable scoping/passing.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30541 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-19 22:07:27 +00:00
Stanislav Malyshev
517820a9f6
A bit of cosmetics
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30487 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-19 10:01:41 +00:00
Stanislav Malyshev
37e088f239
Add references explanation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30485 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-19 09:12:18 +00:00
Rui Hirokawa
c6361b7390
insert again the description about assert functions in info.xml and update translations
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30480 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-19 06:13:31 +00:00
Torben Wilson
7d633363d8
Typo fix.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30475 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-19 00:50:44 +00:00
Torben Wilson
d5f2fa8d77
Add more complex example for here docs, and some more explanation as to
...
how they behave.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30474 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-19 00:07:06 +00:00
Torben Wilson
359a10b20f
Small typo/clarification/indentation fixes.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30431 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-17 23:53:23 +00:00
Torben Wilson
7c6ec8d086
Whoops. Must...*gasp*...pay...attention!
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30429 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-17 22:58:13 +00:00
Torben Wilson
913bcd2e0e
Fixed a typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30428 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-17 22:41:57 +00:00
Hartmut Holzgraefe
aa3b2dd31a
some notes on float precision
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30424 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-17 19:24:36 +00:00
Jesus M. Castagnetto
3704273acd
yet another typo fixed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30392 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-17 10:45:41 +00:00
Jesus M. Castagnetto
360d6c25fd
Minor modifications to the examples for require_once
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30391 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-17 10:40:34 +00:00
Jesus M. Castagnetto
4414f32263
Finally added the (hopefully correct) documentation of require_once and
...
include_once.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30384 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-17 10:13:37 +00:00
Hartmut Holzgraefe
4106cf4503
short description of functions returning references (see bug id#5813)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30353 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-16 09:08:39 +00:00
Hartmut Holzgraefe
47b92dda52
some clarifications regarding line endings and special characters
...
like '\n' and '\r' to make it more clear that PHP is more C-ish
than PERL-ish here
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30352 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-16 09:05:09 +00:00
Rui Hirokawa
c2411a77f8
added a function and some cosmetic changes and fixed typos.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29868 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-08 04:28:29 +00:00
Uwe Steinmann
2c0e3fbc32
- fixed error in markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29838 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-07 19:12:53 +00:00
Gabor Hojtsy
4bf88ee9c6
Adedd !== operator
...
-->PLEASE VERIFY IF I AM CORRECT OR NOT!!!<--
Thanks...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29828 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-07 16:14:14 +00:00
Gabor Hojtsy
9676fa7f54
Dupicate E_NOTICE deleted, added note about
...
the detailed E_* list...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29827 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-07 16:10:30 +00:00
Egon Schmid
d52fb97fb1
Some cosmetic.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29743 c90b9560-bf6c-de11-be94-00142212c4b1
2000-08-06 19:28:33 +00:00
Jesus M. Castagnetto
7a5a06289c
Added stumps for require_once() and include_once()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@28071 c90b9560-bf6c-de11-be94-00142212c4b1
2000-07-11 08:08:04 +00:00