Home
last modified time | relevance | path

Searched refs:ZEND_ATOL (Results 1 – 8 of 8) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_long.h66 # define ZEND_ATOL(i, s) i = _atoi64((s)) macro
78 # define ZEND_ATOL(i, s) (i) = atoll((s)) macro
94 # define ZEND_ATOL(i, s) i = atol((s)) macro
101 # define ZEND_ATOL(i, s) (i) = atol((s)) macro
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_statement.c252 ZEND_ATOL(stmt->row_count, PQcmdTuples(S->result)); in pgsql_stmt_execute()
278 ZEND_ATOL(param->paramno, ZSTR_VAL(param->name) + 1); in pgsql_stmt_param_hook()
285 ZEND_ATOL(param->paramno, namevar + 1); in pgsql_stmt_param_hook()
546 ZEND_ATOL(S->cols[colno].intval, *ptr); in pgsql_stmt_get_col()
H A Dpgsql_driver.c324 ZEND_ATOL(ret, PQcmdTuples(res)); in pgsql_handle_doer()
/PHP-7.0/ext/mysqlnd/
H A Dphp_mysqlnd.c213 ZEND_ATOL(long_value, ZSTR_VAL(new_value)); in PHP_INI_MH()
/PHP-7.0/main/
H A Dmain.c160 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH()
314 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
318 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
345 ZEND_ATOL(mode, value); in php_get_display_errors_mode()
H A Dfastcgi.c521 ZEND_ATOL(ev, str); in fcgi_init()
531 ZEND_ATOL(mt, str); in fcgi_init()
/PHP-7.0/sapi/apache2handler/
H A Dsapi_apache2.c494 ZEND_ATOL(SG(request_info).content_length, content_length); in php_apache_request_ctor()
/PHP-7.0/
H A DUPGRADING.INTERNALS112 atol, atoll, _atoi64 ZEND_ATOL for use with zend_long

Completed in 39 milliseconds