Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7365 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31896 invoked by uid 1010); 27 Jan 2004 22:53:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31865 invoked from network); 27 Jan 2004 22:53:30 -0000 Received: from unknown (HELO web21504.mail.yahoo.com) (66.163.169.15) by pb1.pair.com with SMTP; 27 Jan 2004 22:53:30 -0000 Message-ID: <20040127225329.77188.qmail@web21504.mail.yahoo.com> Received: from [64.241.242.18] by web21504.mail.yahoo.com via HTTP; Tue, 27 Jan 2004 14:53:29 PST Date: Tue, 27 Jan 2004 14:53:29 -0800 (PST) To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: zend_parse_parameters question From: pembed2003@yahoo.com (unkno me) Hi, I am using the zend_parse_parameter function to retrieve a string passed to my function like: char* s, int sl; zend_parse_parameter(ZEND_NUM_ARGS() TSRMLS_CC,"s", &s,&sl); and then later I am using the memcmp function to test 2 strings like: memcmp(key,s,sl); but for some reason, the memcmp never return 0 indicates key and s is the same even I KNOW key and s is indeed the same. key and s is always of the same length. In fact, even doing a: fprintf(stderr,"[%s %i]\n",s,sl); yields different result for s and sl than what's really passed to my function. Why is that? Is there a bug in the zend_parse_paramter function that I am not aware of? I should mention that: 1. The string is always ASCII 2. Sometimes, I do see the expected result but not all the time. That's what makes me so confuse. Thanks! __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/