didou Thu Jan 15 07:43:01 2004 EDT
Modified files:
/phpdoc/en/reference/outcontrol/functions ob-start.xml
Log:
CS : Function declarations follow the 'one true brace' convention
Index: phpdoc/en/reference/outcontrol/functions/ob-start.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.7
phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.8
--- phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.7 Thu Dec 18 09:14:41
2003
+++ phpdoc/en/reference/outcontrol/functions/ob-start.xml Thu Jan 15 07:43:01
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
<refentry id="function.ob-start">
<refnamediv>
@@ -79,7 +79,8 @@
<![CDATA[
<?php
-function callback($buffer) {
+function callback($buffer)
+{
// replace all the apples with oranges
return (str_replace("apples", "oranges", $buffer));
}