Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_long.h67 # define ZEND_ATOL(i, s) i = _atoi64((s)) macro
79 # define ZEND_ATOL(i, s) (i) = atoll((s)) macro
96 # define ZEND_ATOL(i, s) i = atol((s)) macro
103 # define ZEND_ATOL(i, s) (i) = atol((s)) macro
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_statement.c253 ZEND_ATOL(stmt->row_count, PQcmdTuples(S->result)); in pgsql_stmt_execute()
279 ZEND_ATOL(param->paramno, ZSTR_VAL(param->name) + 1); in pgsql_stmt_param_hook()
286 ZEND_ATOL(param->paramno, namevar + 1); in pgsql_stmt_param_hook()
552 ZEND_ATOL(S->cols[colno].intval, *ptr); in pgsql_stmt_get_col()
H A Dpgsql_driver.c322 ZEND_ATOL(ret, PQcmdTuples(res)); in pgsql_handle_doer()
/PHP-7.1/ext/mysqlnd/
H A Dphp_mysqlnd.c211 ZEND_ATOL(long_value, ZSTR_VAL(new_value)); in PHP_INI_MH()
/PHP-7.1/main/
H A Dmain.c160 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH()
176 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH()
331 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
335 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
362 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.1/sapi/apache2handler/
H A Dsapi_apache2.c528 ZEND_ATOL(SG(request_info).content_length, content_length); in php_apache_request_ctor()

Completed in 27 milliseconds