postval 2536 ext/curl/interface.c zend_string *postval; postval 2555 ext/curl/interface.c postval = Z_STR_P(prop); postval 2557 ext/curl/interface.c if (php_check_open_basedir(ZSTR_VAL(postval))) { postval 2572 ext/curl/interface.c CURLFORM_FILENAME, filename ? filename : ZSTR_VAL(postval), postval 2574 ext/curl/interface.c CURLFORM_FILE, ZSTR_VAL(postval), postval 2586 ext/curl/interface.c postval = zval_get_string(current); postval 2594 ext/curl/interface.c CURLFORM_COPYCONTENTS, ZSTR_VAL(postval), postval 2595 ext/curl/interface.c CURLFORM_CONTENTSLENGTH, ZSTR_LEN(postval), postval 2602 ext/curl/interface.c zend_string_release(postval);