Home
last modified time | relevance | path

Searched refs:allow_errors (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/intl/collator/
H A Dcollator_is_numeric.c225 zend_uchar collator_is_numeric( UChar *str, int length, long *lval, double *dval, int allow_errors ) in collator_is_numeric() argument
278 if (!allow_errors) { in collator_is_numeric()
281 if (allow_errors == -1) { in collator_is_numeric()
285 if (allow_errors) { in collator_is_numeric()
H A Dcollator_is_numeric.h24 zend_uchar collator_is_numeric( UChar *str, int length, long *lval, double *dval, int allow_errors
/PHP-5.3/Zend/
H A Dzend_operators.h102 …nd_uchar is_numeric_string(const char *str, int length, long *lval, double *dval, int allow_errors)
141 …for (type = IS_LONG; !(digits >= MAX_LENGTH_OF_LONG && (dval || allow_errors == 1)); digits++, ptr…
182 } else if (allow_errors != 1 && dp_or_e != -1) {
191 if (!allow_errors) {
194 if (allow_errors == -1) {

Completed in 10 milliseconds