Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_ini.c616 *p = zend_atol(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in ZEND_INI_MH()
632 tmp = zend_atol(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in ZEND_INI_MH()
H A Dzend_operators.h425 ZEND_API zend_long ZEND_FASTCALL zend_atol(const char *str, size_t str_len);
H A Dzend.c153 val = zend_atol(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in ZEND_INI_MH()
H A Dzend_operators.c109 ZEND_API zend_long ZEND_FASTCALL zend_atol(const char *str, size_t str_len) /* {{{ */ in zend_atol() function
/PHP-7.4/main/
H A Dmain.c301 value = zend_atol(ZSTR_VAL(new_value), ZSTR_LEN(new_value)); in PHP_INI_MH()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c6007 zend_ulong key = (zend_ulong) zend_atol(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1));

Completed in 37 milliseconds