Searched refs:ZEND_ATOL (Results 1 – 14 of 14) sorted by relevance
64 # define ZEND_ATOL(s) _atoi64((s)) macro76 # define ZEND_ATOL(s) atoll((s)) macro93 # define ZEND_ATOL(s) atol((s)) macro100 # define ZEND_ATOL(s) atol((s)) macro
167 zend_long i = ZEND_ATOL(ZSTR_VAL(new_value)); in ZEND_INI_MH()928 if (tmp && ZEND_ATOL(tmp)) { in zend_startup()
2857 if (tmp && !ZEND_ATOL(tmp)) {2858 bool tracked = (tmp = getenv("USE_TRACKED_ALLOC")) && ZEND_ATOL(tmp);2883 if (tmp && ZEND_ATOL(tmp)) {
8 e. ZEND_ATOL() changes53 e. ZEND_ATOL() now returns the integer instead of assigning it as part of the54 macro. Replace ZEND_ATOL(i, s) with i = ZEND_ATOL(s).
251 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()
337 ret = ZEND_ATOL(PQcmdTuples(res)); in pgsql_handle_doer()
163 zend_long long_value = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
238 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()
514 zend_long ev = ZEND_ATOL(str); in fcgi_init()523 fcgi_accept_mutex = (HANDLE) ZEND_ATOL(str); in fcgi_init()
527 SG(request_info).content_length = ZEND_ATOL(content_length); in php_apache_request_ctor()
1200 if (tmp && ZEND_ATOL(tmp)) { in WinMain()
2399 php_cli_server_workers_max = ZEND_ATOL(workers); in php_cli_server_startup_workers()
1123 return ZEND_ATOL(ftp->inbuf); in ftp_size()
774 int tmp = ZEND_ATOL(ZSTR_VAL(new_value)); in PHP_INI_MH()
Completed in 83 milliseconds