From: Moriyoshi Koizumi Date: Wed, 29 Oct 2003 18:04:24 +0000 (+0000) Subject: Oops. X-Git-Tag: RELEASE_2_0_0RC1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9547ac2ddef2af6c04c2b171461e59c6d96dcf3e;p=php Oops. --- diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 5eb971bbf6..603eab5164 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -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; }