Searched refs:postval (Results 1 – 1 of 1) sorted by relevance
1372 zend_string *postval, *tmp_postval; in add_simple_field() local1374 postval = zval_get_tmp_string(current, &tmp_postval); in add_simple_field()1383 || (form_error = curl_mime_data(part, ZSTR_VAL(postval), ZSTR_LEN(postval))) != CURLE_OK) { in add_simple_field()1411 zend_string *postval; in build_mime_structure_from_hash() local1436 postval = Z_STR_P(prop); in build_mime_structure_from_hash()1438 if (php_check_open_basedir(ZSTR_VAL(postval))) { in build_mime_structure_from_hash()1456 if ((stream = php_stream_open_wrapper(ZSTR_VAL(postval), "rb", STREAM_MUST_SEEK, NULL))) { in build_mime_structure_from_hash()1465 cb_arg->filename = zend_string_copy(postval); in build_mime_structure_from_hash()1475 || (form_error = curl_mime_filename(part, filename ? filename : ZSTR_VAL(postval))) != CURLE_OK in build_mime_structure_from_hash()1519 postval = Z_STR_P(prop); in build_mime_structure_from_hash()[all …]
Completed in 9 milliseconds