[PHP-DEV] CVS update: php3/doc/chapters From: eschmid (php-dev <email protected>)
Date: 02/27/99

Date: Saturday February 27, 1999 @ 14:46
Author: eschmid

Update of /repository/php3/doc/chapters
In directory asf:/u/temp/cvs-serv25031

Modified Files:
        lang-const.sgml
Log Message:
Fixed a typo and removed the annotation.
Index: php3/doc/chapters/lang-const.sgml
diff -c php3/doc/chapters/lang-const.sgml:1.33 php3/doc/chapters/lang-const.sgml:1.34
*** php3/doc/chapters/lang-const.sgml:1.33 Tue Feb 16 03:36:52 1999
--- php3/doc/chapters/lang-const.sgml Sat Feb 27 14:46:47 1999
***************
*** 173,179 ****
  
     <para>
      There is one more expression that may seem odd if you haven't seen
! it in other languages, the terniary conditional operator:
  
      <informalexample><programlisting>
  $first ? $second : $third
--- 173,179 ----
  
     <para>
      There is one more expression that may seem odd if you haven't seen
! it in other languages, the ternary conditional operator:
  
      <informalexample><programlisting>
  $first ? $second : $third

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>