mirror of
https://github.com/php/php-src.git
synced 2025-01-06 10:53:39 +08:00
remove debug
This commit is contained in:
parent
c22cb0477c
commit
b7b7bedabd
@ -1,4 +1,4 @@
|
|||||||
/* Generated by re2c 0.5 on Thu May 20 13:51:55 2004 */
|
/* Generated by re2c 0.5 on Thu May 20 13:55:15 2004 */
|
||||||
#line 1 "/home/george/src/pecl/pdo/pdo_sql_parser.re"
|
#line 1 "/home/george/src/pecl/pdo/pdo_sql_parser.re"
|
||||||
/*
|
/*
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
@ -239,7 +239,6 @@ int pdo_parse_params(pdo_stmt_t *stmt, char *inquery, int inquery_len, char **ou
|
|||||||
/* stupid keys need to be null-terminated, even though we know their length */
|
/* stupid keys need to be null-terminated, even though we know their length */
|
||||||
crutch = s.tok[s.cur-s.tok];
|
crutch = s.tok[s.cur-s.tok];
|
||||||
s.tok[s.cur-s.tok] = '\0';
|
s.tok[s.cur-s.tok] = '\0';
|
||||||
fprintf(stderr, "looking up key: (%.*s)", s.cur-s.tok + 1, s.tok);
|
|
||||||
if((SUCCESS == zend_hash_find(params, s.tok, s.cur-s.tok + 1,(void **)¶m))
|
if((SUCCESS == zend_hash_find(params, s.tok, s.cur-s.tok + 1,(void **)¶m))
|
||||||
||
|
||
|
||||||
(SUCCESS == zend_hash_index_find(params, bindno, (void **)¶m)))
|
(SUCCESS == zend_hash_index_find(params, bindno, (void **)¶m)))
|
||||||
@ -310,7 +309,6 @@ fprintf(stderr, "looking up key: (%.*s)", s.cur-s.tok + 1, s.tok);
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
*ptr = '\0';
|
*ptr = '\0';
|
||||||
fprintf(stderr, "good\n");
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user