Home
last modified time | relevance | path

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

/PHP-8.3/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_alloc.c2294 if (!tmp || ZEND_ATOL(tmp)) {
2903 if (tmp && !ZEND_ATOL(tmp)) {
2904 bool tracked = (tmp = getenv("USE_TRACKED_ALLOC")) && ZEND_ATOL(tmp);
2929 if (tmp && ZEND_ATOL(tmp)) {
H A Dzend.c174 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in ZEND_INI_MH()
947 if (tmp && ZEND_ATOL(tmp)) { in zend_startup()
/PHP-8.3/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.3/ext/mysqlnd/
H A Dphp_mysqlnd.c163 zend_long long_value = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
/PHP-8.3/main/
H A Dmain.c249 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
262 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
411 EG(timeout_seconds) = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
415 EG(timeout_seconds) = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
453 uint8_t 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.3/sapi/apache2handler/
H A Dsapi_apache2.c538 SG(request_info).content_length = ZEND_ATOL(content_length); in php_apache_request_ctor()
/PHP-8.3/sapi/cli/
H A Dphp_cli.c1207 if (tmp && ZEND_ATOL(tmp)) { in WinMain()
H A Dphp_cli_server.c2518 php_cli_server_workers_max = ZEND_ATOL(workers); in php_cli_server_startup_workers()
/PHP-8.3/ext/zend_test/
H A Dtest.c1378 int r = (int) ZEND_ATOL(copy); in ZEND_GET_MODULE()
/PHP-8.3/ext/ftp/
H A Dftp.c1147 return ZEND_ATOL(ftp->inbuf); in ftp_size()
/PHP-8.3/ext/session/
H A Dsession.c798 int tmp = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()

Completed in 123 milliseconds