zend_atoi 2645 Zend/zend_alloc.c if (tmp && !zend_atoi(tmp, 0)) { zend_atoi 2657 Zend/zend_alloc.c if (tmp && zend_atoi(tmp, 0)) { zend_atoi 362 Zend/zend_operators.h ZEND_API int ZEND_FASTCALL zend_atoi(const char *str, int str_len); zend_atoi 799 ext/session/session.c tmp = zend_atoi(ZSTR_VAL(new_value), (int)ZSTR_LEN(new_value)); zend_atoi 1376 ext/zlib/zlib.c int_value = zend_atoi(ZSTR_VAL(new_value), ZSTR_LEN(new_value));