From d4b3b6d536120dc1e7fd091f5f9aba665926dd50 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Sun, 27 May 2001 01:05:31 +0000 Subject: [PATCH] more leftovers --- ext/xslt/README.XSLT-BACKENDS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/xslt/README.XSLT-BACKENDS b/ext/xslt/README.XSLT-BACKENDS index fdf2b2bcf1..d45b07c5a5 100644 --- a/ext/xslt/README.XSLT-BACKENDS +++ b/ext/xslt/README.XSLT-BACKENDS @@ -74,6 +74,9 @@ array(&$obj, "method") + Note: You do not need to handle the array(&$obj, "method") syntax by yourself + as this is handled in the call_xslt_function() library function (and + more specifically, Zend's call_user_function_ex() function. Note: The given array does not need to contain all of the different scheme handler elements (although it can), but it only needs to conform to the "handler" => "function" format described above. -- 2.50.1