Home
last modified time | relevance | path

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

/PHP-7.2/ext/curl/
H A Dinterface.c2699 zend_string *postval; in _php_curl_setopt() local
2718 postval = Z_STR_P(prop); in _php_curl_setopt()
2720 if (php_check_open_basedir(ZSTR_VAL(postval))) { in _php_curl_setopt()
2735 CURLFORM_FILENAME, filename ? filename : ZSTR_VAL(postval), in _php_curl_setopt()
2737 CURLFORM_FILE, ZSTR_VAL(postval), in _php_curl_setopt()
2749 postval = zval_get_string(current); in _php_curl_setopt()
2757 CURLFORM_COPYCONTENTS, ZSTR_VAL(postval), in _php_curl_setopt()
2758 CURLFORM_CONTENTSLENGTH, ZSTR_LEN(postval), in _php_curl_setopt()
2765 zend_string_release(postval); in _php_curl_setopt()

Completed in 10 milliseconds