Home
last modified time | relevance | path

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

/PHP-8.2/ext/curl/
H A Dcurl_file.c41 zend_update_property_str(curl_CURLFile_class, Z_OBJ_P(cf), "name", sizeof("name")-1, fname); in curlfile_ctor()
44 zend_update_property_str(curl_CURLFile_class, Z_OBJ_P(cf), "mime", sizeof("mime")-1, mime); in curlfile_ctor()
48zend_update_property_str(curl_CURLFile_class, Z_OBJ_P(cf), "postname", sizeof("postname")-1, postn… in curlfile_ctor()
85 zend_update_property_str(curl_CURLFile_class, Z_OBJ_P(ZEND_THIS), name, name_len, arg); in curlfile_set_property()
137zend_update_property_str(curl_CURLStringFile_class, Z_OBJ_P(object), "data", sizeof("data") - 1, d… in ZEND_METHOD()
138zend_update_property_str(curl_CURLStringFile_class, Z_OBJ_P(object), "postname", sizeof("postname"… in ZEND_METHOD()
140zend_update_property_str(curl_CURLStringFile_class, Z_OBJ_P(object), "mime", sizeof("mime")-1, mim… in ZEND_METHOD()
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c186 zend_update_property_str(zend_ce_exception, Z_OBJ(ex), "message", sizeof("message") - 1, message); in pdo_handle_error()
/PHP-8.2/Zend/
H A Dzend_API.h499 ZEND_API void zend_update_property_str(zend_class_entry *scope, zend_object *object, const char *na…
H A Dzend_API.c4871 ZEND_API void zend_update_property_str(zend_class_entry *scope, zend_object *object, const char *na… in zend_update_property_str() function

Completed in 33 milliseconds