Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_long.h65 # define ZEND_ATOL(s) _atoi64((s)) macro
77 # define ZEND_ATOL(s) atoll((s)) macro
94 # define ZEND_ATOL(s) atol((s)) macro
101 # define ZEND_ATOL(s) atol((s)) macro
H A Dzend.c167 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in ZEND_INI_MH()
923 if (tmp && ZEND_ATOL(tmp)) { in zend_startup()
H A Dzend_alloc.c2894 if (tmp && !ZEND_ATOL(tmp)) {
2895 bool tracked = (tmp = getenv("USE_TRACKED_ALLOC")) && ZEND_ATOL(tmp);
2920 if (tmp && ZEND_ATOL(tmp)) {
/PHP-8.2/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.c336 ret = ZEND_ATOL(PQcmdTuples(res)); in pgsql_handle_doer()
/PHP-8.2/ext/mysqlnd/
H A Dphp_mysqlnd.c163 zend_long long_value = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
/PHP-8.2/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.2/sapi/apache2handler/
H A Dsapi_apache2.c529 SG(request_info).content_length = ZEND_ATOL(content_length); in php_apache_request_ctor()
/PHP-8.2/sapi/cli/
H A Dphp_cli.c1199 if (tmp && ZEND_ATOL(tmp)) { in WinMain()
H A Dphp_cli_server.c2472 php_cli_server_workers_max = ZEND_ATOL(workers); in php_cli_server_startup_workers()
/PHP-8.2/ext/zend_test/
H A Dtest.c1113 int r = (int) ZEND_ATOL(copy); in ZEND_GET_MODULE()
/PHP-8.2/ext/ftp/
H A Dftp.c1147 return ZEND_ATOL(ftp->inbuf); in ftp_size()
/PHP-8.2/ext/session/
H A Dsession.c774 int tmp = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()

Completed in 83 milliseconds