Home
last modified time | relevance | path

Searched refs:zend_atoi (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_alloc.c1201 seg_size = zend_atoi(tmp, 0); in zend_mm_startup()
1225 heap->compact_size = zend_atoi(tmp, 0); in zend_mm_startup()
2725 if (tmp && !zend_atoi(tmp, 0)) { in alloc_globals_ctor()
H A Dzend_operators.h375 ZEND_API int zend_atoi(const char *str, int str_len);
H A Dzend_operators.c82 ZEND_API int zend_atoi(const char *str, int str_len) /* {{{ */ in zend_atoi() function
/PHP-5.5/ext/zlib/
H A Dzlib.c895 int_value = zend_atoi(new_value, new_value_length); in PHP_INI_MH()
/PHP-5.5/ext/session/
H A Dsession.c748 tmp = zend_atoi(new_value, new_value_length); in PHP_INI_MH()

Completed in 50 milliseconds