didou Sun Feb 1 09:24:40 2004 EDT
Modified files:
/phpdoc/en/reference/strings/functions ord.xml
Log:
15:20 <rioter> what coding standardS?
15:22 * rioter crys
# :)))
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/ord.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/strings/functions/ord.xml
diff -u phpdoc/en/reference/strings/functions/ord.xml:1.4
phpdoc/en/reference/strings/functions/ord.xml:1.5
--- phpdoc/en/reference/strings/functions/ord.xml:1.4 Sun Feb 1 09:12:10 2004
+++ phpdoc/en/reference/strings/functions/ord.xml Sun Feb 1 09:24:39 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.ord">
<refnamediv>
@@ -22,8 +22,7 @@
<![CDATA[
<?php
$str = "\n";
-if (ord($str) == 10)
-{
+if (ord($str) == 10) {
echo "The first character of \$str is a line feed.\n";
}
?>