1
0
mirror of synced 2025-01-17 22:11:41 +03:00

Not section above but above in this section

This commit is contained in:
jepso 2007-09-23 22:09:44 +00:00
parent 4390a759d4
commit c7ea8f37e3

View File

@ -162,7 +162,7 @@ class Foo
threeArguments(1, 2, 3);
</code>
* Call-time pass by-reference is prohibited. See section above for the proper way to pass function arguments by-reference.
* Call-time pass by-reference is prohibited. See above for the proper way to pass function arguments by-reference.
* For functions whose arguments permitted arrays, the function call may include the {{array}} construct and can be split into multiple lines to improve readability. In these cases, the standards for writing arrays still apply:
<code type="php">