Home
last modified time | relevance | path

Searched refs:tmp_val (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/standard/
H A Dmail.c169 zval *tmp_val; in php_mail_build_headers_elems() local
171 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(val), tmp_key, tmp_val) { in php_mail_build_headers_elems()
176 ZVAL_DEREF(tmp_val); in php_mail_build_headers_elems()
177 if (Z_TYPE_P(tmp_val) != IS_STRING) { in php_mail_build_headers_elems()
178 … must only contain values of type string, %s found", ZSTR_VAL(key), zend_zval_value_name(tmp_val)); in php_mail_build_headers_elems()
181 php_mail_build_headers_elem(s, key, tmp_val); in php_mail_build_headers_elems()
/php-src/ext/pdo/
H A Dpdo_stmt.c2352 zval tmp_val; in row_prop_exists() local
2357 retval = row_read_column_number(stmt, lval, &tmp_val); in row_prop_exists()
2359 retval = row_read_column_name(stmt, name, &tmp_val); in row_prop_exists()
2365 ZEND_ASSERT(retval == &tmp_val); in row_prop_exists()
2366 int res = check_empty ? i_zend_is_true(retval) : Z_TYPE(tmp_val) != IS_NULL; in row_prop_exists()
2383 zval tmp_val; in row_dim_exists() local
2384 zval *retval = row_read_column_number(stmt, column, &tmp_val); in row_dim_exists()
2388 ZEND_ASSERT(retval == &tmp_val); in row_dim_exists()
2389 int res = check_empty ? i_zend_is_true(retval) : Z_TYPE(tmp_val) != IS_NULL; in row_dim_exists()
/php-src/ext/session/
H A Dsession.c2571 zend_string *tmp_val; in PHP_FUNCTION() local
2572 zend_string *val = zval_get_tmp_string(value, &tmp_val); in PHP_FUNCTION()
2576 zend_tmp_string_release(tmp_val); in PHP_FUNCTION()
/php-src/ext/curl/
H A Dinterface.c2008 zend_string *val, *tmp_val; in _php_curl_setopt() local
2053 val = zval_get_tmp_string(current, &tmp_val); in _php_curl_setopt()
2055 zend_tmp_string_release(tmp_val); in _php_curl_setopt()

Completed in 56 milliseconds