Home
last modified time | relevance | path

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

/PHP-7.4/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
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_statement.c251 ZEND_ATOL(stmt->row_count, PQcmdTuples(S->result)); in pgsql_stmt_execute()
277 ZEND_ATOL(param->paramno, ZSTR_VAL(param->name) + 1); in pgsql_stmt_param_hook()
284 ZEND_ATOL(param->paramno, namevar + 1); in pgsql_stmt_param_hook()
550 ZEND_ATOL(S->cols[colno].intval, *ptr); in pgsql_stmt_get_col()
H A Dpgsql_driver.c312 ZEND_ATOL(ret, PQcmdTuples(res)); in pgsql_handle_doer()
/PHP-7.4/ext/mysqlnd/
H A Dphp_mysqlnd.c184 ZEND_ATOL(long_value, ZSTR_VAL(new_value)); in PHP_INI_MH()
/PHP-7.4/main/
H A Dmain.c268 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH()
284 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH()
477 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
481 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH()
516 ZEND_ATOL(mode, value); in php_get_display_errors_mode()
H A Dfastcgi.c519 ZEND_ATOL(ev, str); in fcgi_init()
529 ZEND_ATOL(mt, str); in fcgi_init()
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c518 ZEND_ATOL(SG(request_info).content_length, content_length); in php_apache_request_ctor()
/PHP-7.4/ext/ftp/
H A Dftp.c1155 ZEND_ATOL(res, ftp->inbuf); in ftp_size()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c515 ZEND_ATOL(php_cli_server_workers_max, workers); in sapi_cli_server_startup()

Completed in 36 milliseconds