]> granicus.if.org Git - php/commitdiff
"o|a|b" is not valid ZE code. changed to "o|ab"
authorChristian Stocker <chregu@php.net>
Wed, 20 Feb 2002 23:35:20 +0000 (23:35 +0000)
committerChristian Stocker <chregu@php.net>
Wed, 20 Feb 2002 23:35:20 +0000 (23:35 +0000)
ext/domxml/php_domxml.c

index a4f96149ff407eda8e96a47a3d1eef0e99166128..d98f2a2676aed4fd779dea8b8bf08b1f3c171876 100644 (file)
@@ -3569,7 +3569,7 @@ PHP_FUNCTION(domxml_xslt_process)
                RETURN_FALSE;
        }
 
-       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "o|a|b", &idxml, &idparams, &xpath_params) == FAILURE) {
+       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "o|ab", &idxml, &idparams, &xpath_params) == FAILURE) {
                RETURN_FALSE;
        }