Searched refs:zend_atol (Results 1 – 5 of 5) sorted by relevance
591 *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()
377 ZEND_API long zend_atol(const char *str, int str_len);
110 ZEND_API long zend_atol(const char *str, int str_len) /* {{{ */ in zend_atol() function
178 PG(memory_limit) = zend_atol(new_value, new_value_length); in PHP_INI_MH()511 *p = zend_atol(new_value, new_value_length); in PHP_INI_MH()
5881 ulong key = (ulong) zend_atol(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1));
Completed in 48 milliseconds