From: Marcus Boerger Date: Tue, 19 Dec 2006 22:31:26 +0000 (+0000) Subject: - Use new 'x' parameter parsing X-Git-Tag: RELEASE_1_0_0RC1~624 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39898f9f9d07ae99140b252c2e036a1d8a1802cb;p=php - Use new 'x' parameter parsing --- diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 0f5c180849..cd292e4282 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -357,7 +357,7 @@ PHP_FUNCTION(spl_autoload_call) HashPosition function_pos; autoload_func_info *alfi; - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, UG(unicode) ? "u" : "s", &class_name, &class_name_len) == FAILURE) { + if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "x", &class_name, &class_name_len) == FAILURE) { return; }