Browse Source

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix typo in comments
PHP-7.1.12
Joe Watkins 9 years ago
parent
commit
5e9f7f619e
No known key found for this signature in database GPG Key ID: F9BA0ADA31CBD89E
  1. 4
      ext/intl/uchar/uchar.c

4
ext/intl/uchar/uchar.c

@ -141,7 +141,7 @@ IC_METHOD(getIntPropertyMinValue) {
}
/* }}} */
/* {{{ proto int IntlChar::getIntPropertyMxValue(int $property) */
/* {{{ proto int IntlChar::getIntPropertyMaxValue(int $property) */
ZEND_BEGIN_ARG_INFO_EX(getIntPropertyMaxValue_arginfo, 0, ZEND_RETURN_VALUE, 1)
ZEND_ARG_INFO(0, property)
ZEND_END_ARG_INFO();
@ -188,7 +188,7 @@ static UBool enumCharType_callback(enumCharType_data *context,
zval args[3];
ZVAL_NULL(&retval);
/* Note that $start is INclusive, whiel $limit is EXclusive
/* Note that $start is INclusive, while $limit is EXclusive
* Therefore (0, 32, 15) means CPs 0..31 are of type 15
*/
ZVAL_LONG(&args[0], start);

Loading…
Cancel
Save