]> granicus.if.org Git - php/commitdiff
- Use new 'x' parameter parsing
authorMarcus Boerger <helly@php.net>
Tue, 19 Dec 2006 22:31:26 +0000 (22:31 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 19 Dec 2006 22:31:26 +0000 (22:31 +0000)
ext/spl/php_spl.c

index 0f5c18084943a1c490abbb604ddae5461ebcd594..cd292e42820b89d193f6e5946705da4556b07bac 100755 (executable)
@@ -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;
        }