didou Thu Jan 15 07:43:08 2004 EDT
Modified files:
/phpdoc/en/reference/pcntl reference.xml
/phpdoc/en/reference/pcntl/functions pcntl-signal.xml
Log:
CS : Function declarations follow the 'one true brace' convention
Index: phpdoc/en/reference/pcntl/reference.xml
diff -u phpdoc/en/reference/pcntl/reference.xml:1.7
phpdoc/en/reference/pcntl/reference.xml:1.8
--- phpdoc/en/reference/pcntl/reference.xml:1.7 Mon Dec 15 11:52:48 2003
+++ phpdoc/en/reference/pcntl/reference.xml Thu Jan 15 07:43:07 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<reference id="ref.pcntl">
<title>Process Control Functions</title>
<titleabbrev>PCNTL</titleabbrev>
@@ -99,7 +99,8 @@
}
-function sig_handler($signo) {
+function sig_handler($signo)
+{
switch ($signo) {
case SIGTERM:
Index: phpdoc/en/reference/pcntl/functions/pcntl-signal.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-signal.xml:1.6
phpdoc/en/reference/pcntl/functions/pcntl-signal.xml:1.7
--- phpdoc/en/reference/pcntl/functions/pcntl-signal.xml:1.6 Mon Dec 15 11:52:48
2003
+++ phpdoc/en/reference/pcntl/functions/pcntl-signal.xml Thu Jan 15 07:43:08
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/pcntl.xml, last change in rev 1.2 -->
<refentry id="function.pcntl-signal">
<refnamediv>
@@ -50,7 +50,8 @@
declare(ticks = 1);
// signal handler function
-function sig_handler($signo) {
+function sig_handler($signo)
+{
switch ($signo) {
case SIGTERM: