return SUCCESS;
}
if (op1->type == IS_STRING) {
- zend_uint i;
+ int i;
result->type = IS_STRING;
result->value.str.val = estrndup(op1->value.str.val, op1->value.str.len);
if (op1->type == IS_STRING && op2->type == IS_STRING) {
zval *longer, *shorter;
char *result_str;
- zend_uint i, result_len;
+ int i, result_len;
if (op1->value.str.len >= op2->value.str.len) {
longer = op1;
if (op1->type == IS_STRING && op2->type == IS_STRING) {
zval *longer, *shorter;
char *result_str;
- zend_uint i, result_len;
+ int i, result_len;
if (op1->value.str.len >= op2->value.str.len) {
longer = op1;
if (op1->type == IS_STRING && op2->type == IS_STRING) {
zval *longer, *shorter;
char *result_str;
- zend_uint i, result_len;
+ int i, result_len;
if (op1->value.str.len >= op2->value.str.len) {
longer = op1;