Home
last modified time | relevance | path

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

/PHP-8.0/ext/curl/
H A Dcurl_file.c27 PHP_CURL_API zend_class_entry *curl_CURLFile_class; variable
41 …zend_update_property_string(curl_CURLFile_class, Z_OBJ_P(cf), "name", sizeof("name")-1, ZSTR_VAL(f… in curlfile_ctor()
44 …zend_update_property_string(curl_CURLFile_class, Z_OBJ_P(cf), "mime", sizeof("mime")-1, ZSTR_VAL(m… in curlfile_ctor()
63 object_init_ex( return_value, curl_CURLFile_class ); in PHP_FUNCTION()
73 res = zend_read_property(curl_CURLFile_class, Z_OBJ_P(ZEND_THIS), name, name_len, 1, &rv); in curlfile_get_property()
85 …zend_update_property_string(curl_CURLFile_class, Z_OBJ_P(ZEND_THIS), name, name_len, ZSTR_VAL(arg)… in curlfile_set_property()
127 curl_CURLFile_class = zend_register_internal_class(&ce); in curlfile_register_class()
128 curl_CURLFile_class->serialize = zend_class_serialize_deny; in curlfile_register_class()
129 curl_CURLFile_class->unserialize = zend_class_unserialize_deny; in curlfile_register_class()
130 zend_declare_property_string(curl_CURLFile_class, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); in curlfile_register_class()
[all …]
H A Dphp_curl.h41 PHP_CURL_API extern zend_class_entry *curl_CURLFile_class;
H A Dinterface.c2036 instanceof_function(Z_OBJCE_P(current), curl_CURLFile_class)) { in build_mime_structure_from_hash()
2048 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "name", sizeof("name")-1, 0, &rv); in build_mime_structure_from_hash()
2059 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "mime", sizeof("mime")-1, 0, &rv); in build_mime_structure_from_hash()
2064 …prop = zend_read_property(curl_CURLFile_class, Z_OBJ_P(current), "postname", sizeof("postname")-1,… in build_mime_structure_from_hash()

Completed in 23 milliseconds