From: Sterling Hughes Date: Sun, 27 May 2001 01:05:31 +0000 (+0000) Subject: more leftovers X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4b3b6d536120dc1e7fd091f5f9aba665926dd50;p=php more leftovers --- 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.