Searched refs:ZEND_ATOL (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_long.h | 67 # define ZEND_ATOL(i, s) i = _atoi64((s)) macro 79 # define ZEND_ATOL(i, s) (i) = atoll((s)) macro 96 # define ZEND_ATOL(i, s) i = atol((s)) macro 103 # define ZEND_ATOL(i, s) (i) = atol((s)) macro
|
/PHP-7.1/ext/pdo_pgsql/ |
H A D | pgsql_statement.c | 253 ZEND_ATOL(stmt->row_count, PQcmdTuples(S->result)); in pgsql_stmt_execute() 279 ZEND_ATOL(param->paramno, ZSTR_VAL(param->name) + 1); in pgsql_stmt_param_hook() 286 ZEND_ATOL(param->paramno, namevar + 1); in pgsql_stmt_param_hook() 552 ZEND_ATOL(S->cols[colno].intval, *ptr); in pgsql_stmt_get_col()
|
H A D | pgsql_driver.c | 322 ZEND_ATOL(ret, PQcmdTuples(res)); in pgsql_handle_doer()
|
/PHP-7.1/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 211 ZEND_ATOL(long_value, ZSTR_VAL(new_value)); in PHP_INI_MH()
|
/PHP-7.1/main/ |
H A D | main.c | 160 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH() 176 ZEND_ATOL(i, ZSTR_VAL(new_value)); in PHP_INI_MH() 331 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH() 335 ZEND_ATOL(EG(timeout_seconds), ZSTR_VAL(new_value)); in PHP_INI_MH() 362 ZEND_ATOL(mode, value); in php_get_display_errors_mode()
|
H A D | fastcgi.c | 521 ZEND_ATOL(ev, str); in fcgi_init() 531 ZEND_ATOL(mt, str); in fcgi_init()
|
/PHP-7.1/sapi/apache2handler/ |
H A D | sapi_apache2.c | 528 ZEND_ATOL(SG(request_info).content_length, content_length); in php_apache_request_ctor()
|
Completed in 46 milliseconds