Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_long.h64 # define ZEND_ATOL(i, s) i = _atoi64((s)) macro
76 # define ZEND_ATOL(i, s) (i) = atoll((s)) macro
93 # define ZEND_ATOL(i, s) i = atol((s)) macro
100 # define ZEND_ATOL(i, s) (i) = atol((s)) macro
H A Dzend.c166 ZEND_ATOL(i, ZSTR_VAL(new_value)); in ZEND_INI_MH()
/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_statement.c251 ZEND_ATOL(stmt->row_count, PQcmdTuples(S->result)); in pgsql_stmt_execute()
281 ZEND_ATOL(param->paramno, ZSTR_VAL(param->name) + 1); in pgsql_stmt_param_hook()
288 ZEND_ATOL(param->paramno, namevar + 1); in pgsql_stmt_param_hook()
554 ZEND_ATOL(S->cols[colno].intval, *ptr); in pgsql_stmt_get_col()
H A Dpgsql_driver.c340 ZEND_ATOL(ret, PQcmdTuples(res)); in pgsql_handle_doer()
/PHP-8.0/ext/mysqlnd/
H A Dphp_mysqlnd.c169 ZEND_ATOL(long_value, ZSTR_VAL(new_value)); in PHP_INI_MH()
/PHP-8.0/main/
H A Dmain.c240 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH()
255 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH()
404 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
408 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
442 ZEND_ATOL(mode, value); in php_get_display_errors_mode()
H A Dfastcgi.c517 ZEND_ATOL(ev, str); in fcgi_init()
527 ZEND_ATOL(mt, str); in fcgi_init()
/PHP-8.0/sapi/apache2handler/
H A Dsapi_apache2.c522 ZEND_ATOL(SG(request_info).content_length, content_length); in php_apache_request_ctor()
/PHP-8.0/ext/ftp/
H A Dftp.c1125 ZEND_ATOL(res, ftp->inbuf); in ftp_size()
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c2384 ZEND_ATOL(php_cli_server_workers_max, workers); in php_cli_server_startup_workers()

Completed in 53 milliseconds