Searched refs:zend_atoi (Results 1 – 6 of 6) sorted by relevance
393 ZEND_API int ZEND_FASTCALL zend_atoi(const char *str, size_t str_len);
819 if (tmp && zend_atoi(tmp, 0)) { in zend_startup()
2683 if (tmp && !zend_atoi(tmp, 0)) {2695 if (tmp && zend_atoi(tmp, 0)) {
81 ZEND_API int ZEND_FASTCALL zend_atoi(const char *str, size_t str_len) /* {{{ */ in zend_atoi() function
1446 int_value = zend_atoi(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in PHP_INI_MH()
772 tmp = zend_atoi(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in PHP_INI_MH()
Completed in 37 milliseconds