Searched refs:allow_errors (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/intl/collator/ |
| H A D | collator_is_numeric.c | 225 zend_uchar collator_is_numeric( UChar *str, int length, long *lval, double *dval, int allow_errors ) 278 if (!allow_errors) { 281 if (allow_errors == -1) { 285 if (allow_errors) {
|
| H A D | collator_is_numeric.h | 24 zend_uchar collator_is_numeric( UChar *str, int length, long *lval, double *dval, int allow_errors );
|
| /PHP_5_3/Zend/ |
| H A D | zend_operators.h | 92 * of allow_errors determines whether it's required to be entirely numeric, or 102 static inline zend_uchar is_numeric_string(const char *str, int length, long *lval, double *dval, int allow_errors) argument 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 4 milliseconds