Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_long.h64 # define ZEND_ATOL(s) _atoi64((s)) macro
76 # define ZEND_ATOL(s) atoll((s)) macro
93 # define ZEND_ATOL(s) atol((s)) macro
100 # define ZEND_ATOL(s) atol((s)) macro
H A Dzend.c167 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in ZEND_INI_MH()
928 if (tmp && ZEND_ATOL(tmp)) { in zend_startup()
H A Dzend_alloc.c2857 if (tmp && !ZEND_ATOL(tmp)) {
2858 bool tracked = (tmp = getenv("USE_TRACKED_ALLOC")) && ZEND_ATOL(tmp);
2883 if (tmp && ZEND_ATOL(tmp)) {
/PHP-8.1/
H A DUPGRADING.INTERNALS8 e. ZEND_ATOL() changes
53 e. ZEND_ATOL() now returns the integer instead of assigning it as part of the
54 macro. Replace ZEND_ATOL(i, s) with i = ZEND_ATOL(s).
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_statement.c251 stmt->row_count = ZEND_ATOL(PQcmdTuples(S->result)); in pgsql_stmt_execute()
281 param->paramno = ZEND_ATOL(ZSTR_VAL(param->name) + 1); in pgsql_stmt_param_hook()
288 param->paramno = ZEND_ATOL(ZSTR_VAL(namevar) + 1); in pgsql_stmt_param_hook()
514 ZVAL_LONG(result, ZEND_ATOL(ptr)); in pgsql_stmt_get_col()
H A Dpgsql_driver.c337 ret = ZEND_ATOL(PQcmdTuples(res)); in pgsql_handle_doer()
/PHP-8.1/ext/mysqlnd/
H A Dphp_mysqlnd.c163 zend_long long_value = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
/PHP-8.1/main/
H A Dmain.c238 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
251 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
400 EG(timeout_seconds) = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
404 EG(timeout_seconds) = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
442 zend_uchar mode = ZEND_ATOL(ZSTR_VAL(value)); in php_get_display_errors_mode()
H A Dfastcgi.c514 zend_long ev = ZEND_ATOL(str); in fcgi_init()
523 fcgi_accept_mutex = (HANDLE) ZEND_ATOL(str); in fcgi_init()
/PHP-8.1/sapi/apache2handler/
H A Dsapi_apache2.c527 SG(request_info).content_length = ZEND_ATOL(content_length); in php_apache_request_ctor()
/PHP-8.1/sapi/cli/
H A Dphp_cli.c1200 if (tmp && ZEND_ATOL(tmp)) { in WinMain()
H A Dphp_cli_server.c2399 php_cli_server_workers_max = ZEND_ATOL(workers); in php_cli_server_startup_workers()
/PHP-8.1/ext/ftp/
H A Dftp.c1123 return ZEND_ATOL(ftp->inbuf); in ftp_size()
/PHP-8.1/ext/session/
H A Dsession.c774 int tmp = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()

Completed in 96 milliseconds