zend_atoi 1116 Zend/zend_alloc.c seg_size = zend_atoi(tmp, 0); zend_atoi 1129 Zend/zend_alloc.c heap->compact_size = zend_atoi(tmp, 0); zend_atoi 2487 Zend/zend_alloc.c alloc_globals->mm_heap->use_zend_alloc = zend_atoi(tmp, 0); zend_atoi 559 Zend/zend_ini.c *p = zend_atoi(new_value, new_value_length); zend_atoi 575 Zend/zend_ini.c tmp = zend_atoi(new_value, new_value_length); zend_atoi 6198 ext/standard/basic_functions.c ulong key = (ulong) zend_atoi(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1)); zend_atoi 177 ext/zlib/zlib.c if (ini_value != NULL && strlen(ini_value) != 0 && zend_atoi(new_value, new_value_length) != 0) { zend_atoi 121 main/main.c PG(memory_limit) = zend_atoi(new_value, new_value_length);