]> granicus.if.org Git - php/commitdiff
Oops.
authorMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 29 Oct 2003 18:04:24 +0000 (18:04 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Wed, 29 Oct 2003 18:04:24 +0000 (18:04 +0000)
ext/simplexml/simplexml.c

index 5eb971bbf600c70b33fd2db029ce2e517633c3ae..603eab5164adf304f818ce470306fc2df847cbf0 100644 (file)
@@ -692,7 +692,7 @@ simplexml_ce_schema_validate(INTERNAL_FUNCTION_PARAMETERS, int type)
        xmlSchemaPtr            sptr;
        xmlSchemaValidCtxtPtr   vptr;
        
-       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z", source) == FAILURE) {
+       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z", &source) == FAILURE) {
                return;
        }