Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_ini.c591 *p = zend_atol(new_value, new_value_length); in ZEND_INI_MH()
607 tmp = zend_atol(new_value, new_value_length); in ZEND_INI_MH()
H A Dzend_operators.h376 ZEND_API long zend_atol(const char *str, int str_len);
H A Dzend_operators.c110 ZEND_API long zend_atol(const char *str, int str_len) /* {{{ */ in zend_atol() function
/PHP-5.5/main/
H A Dmain.c178 PG(memory_limit) = zend_atol(new_value, new_value_length); in PHP_INI_MH()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c5907 ulong key = (ulong) zend_atol(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1));

Completed in 31 milliseconds