vrana Wed Apr 27 08:22:19 2005 EDT
Modified files: /phpdoc/en/reference/domxml/functions xpath-eval.xml Log: Returns XPathObject (bug #32853) http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/xpath-eval.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/domxml/functions/xpath-eval.xml diff -u phpdoc/en/reference/domxml/functions/xpath-eval.xml:1.7 phpdoc/en/reference/domxml/functions/xpath-eval.xml:1.8 --- phpdoc/en/reference/domxml/functions/xpath-eval.xml:1.7 Tue Nov 23 04:22:12 2004 +++ phpdoc/en/reference/domxml/functions/xpath-eval.xml Wed Apr 27 08:22:19 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.38 --> <refentry id="function.xpath-eval"> <refnamediv> @@ -11,7 +11,7 @@ <refsect1> &reftitle.description; <methodsynopsis> - <type>array</type><methodname>xpath_eval</methodname> + <type>XPathObject</type><methodname>xpath_eval</methodname> <methodparam><type>XPathContext</type><parameter>xpath_context</parameter></methodparam> <methodparam><type>string</type><parameter>xpath_expression</parameter></methodparam> <methodparam choice="opt"><type>domnode</type><parameter>contextnode</parameter></methodparam>