Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_operators.h393 ZEND_API int ZEND_FASTCALL zend_atoi(const char *str, size_t str_len);
H A Dzend.c819 if (tmp && zend_atoi(tmp, 0)) { in zend_startup()
H A Dzend_alloc.c2683 if (tmp && !zend_atoi(tmp, 0)) {
2695 if (tmp && zend_atoi(tmp, 0)) {
H A Dzend_operators.c81 ZEND_API int ZEND_FASTCALL zend_atoi(const char *str, size_t str_len) /* {{{ */ in zend_atoi() function
/PHP-7.3/ext/zlib/
H A Dzlib.c1446 int_value = zend_atoi(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in PHP_INI_MH()
/PHP-7.3/ext/session/
H A Dsession.c772 tmp = zend_atoi(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in PHP_INI_MH()

Completed in 37 milliseconds