zend_atoi 1201 Zend/zend_alloc.c seg_size = zend_atoi(tmp, 0); zend_atoi 1225 Zend/zend_alloc.c heap->compact_size = zend_atoi(tmp, 0); zend_atoi 2725 Zend/zend_alloc.c if (tmp && !zend_atoi(tmp, 0)) { zend_atoi 375 Zend/zend_operators.h ZEND_API int zend_atoi(const char *str, int str_len); zend_atoi 746 ext/session/session.c tmp = zend_atoi(new_value, new_value_length); zend_atoi 895 ext/zlib/zlib.c int_value = zend_atoi(new_value, new_value_length);