vrana           Mon Aug  2 05:32:15 2004 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions get-defined-constants.xml 
    /phpdoc/en/reference/funchand/functions     get-defined-functions.xml 
    /phpdoc/en/reference/var/functions  get-defined-vars.xml 
  Log:
  See also
  
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/get-defined-constants.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/info/functions/get-defined-constants.xml
diff -u phpdoc/en/reference/info/functions/get-defined-constants.xml:1.6 
phpdoc/en/reference/info/functions/get-defined-constants.xml:1.7
--- phpdoc/en/reference/info/functions/get-defined-constants.xml:1.6    Thu Dec 18 
06:47:08 2003
+++ phpdoc/en/reference/info/functions/get-defined-constants.xml        Mon Aug  2 
05:32:13 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.71 -->
   <refentry id="function.get-defined-constants">
    <refnamediv>
@@ -58,6 +58,7 @@
     </para>
     <para>
      See also 
+     <function>defined</function>,
      <function>get_loaded_extensions</function>,
      <function>get_defined_functions</function>, and
      <function>get_defined_vars</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/funchand/functions/get-defined-functions.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/funchand/functions/get-defined-functions.xml
diff -u phpdoc/en/reference/funchand/functions/get-defined-functions.xml:1.4 
phpdoc/en/reference/funchand/functions/get-defined-functions.xml:1.5
--- phpdoc/en/reference/funchand/functions/get-defined-functions.xml:1.4        Thu 
Jan 15 07:42:26 2004
+++ phpdoc/en/reference/funchand/functions/get-defined-functions.xml    Mon Aug  2 
05:32:14 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/funchand.xml, last change in rev 1.6 -->
   <refentry id="function.get-defined-functions">
    <refnamediv>
@@ -69,7 +69,9 @@
      </informalexample>
     </para>
     <para>
-     See also <function>get_defined_vars</function> and 
+     See also
+     <function>function_exists</function>,
+     <function>get_defined_vars</function> and 
      <function>get_defined_constants</function>.
     </para>
    </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/get-defined-vars.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/var/functions/get-defined-vars.xml
diff -u phpdoc/en/reference/var/functions/get-defined-vars.xml:1.6 
phpdoc/en/reference/var/functions/get-defined-vars.xml:1.7
--- phpdoc/en/reference/var/functions/get-defined-vars.xml:1.6  Thu Dec 18 12:46:55 
2003
+++ phpdoc/en/reference/var/functions/get-defined-vars.xml      Mon Aug  2 05:32:14 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.34 -->
   <refentry id="function.get-defined-vars">
    <refnamediv>
@@ -49,7 +49,9 @@
      </informalexample>
     </para>
     <para>
-     See also <function>get_defined_functions</function> and
+     See also
+     <function>isset</function>,
+     <function>get_defined_functions</function> and
      <function>get_defined_constants</function>.
     </para>
    </refsect1>

Reply via email to