zend_update_property_string  344 Zend/zend_API.h ZEND_API void zend_update_property_string(zend_class_entry *scope, zval *object, const char *name, size_t name_length, const char *value);
zend_update_property_string  219 Zend/zend_exceptions.c 		zend_update_property_string(base_ce, &obj, "file", sizeof("file")-1, zend_get_executed_filename());
zend_update_property_string  342 Zend/zend_exceptions.c 		zend_update_property_string(zend_ce_exception, object, "message", sizeof("message")-1, message);
zend_update_property_string  356 Zend/zend_exceptions.c 	    zend_update_property_string(zend_ce_exception, object, "file", sizeof("file")-1, filename);
zend_update_property_string  936 Zend/zend_exceptions.c 		zend_update_property_string(exception_ce, &ex, "message", sizeof("message")-1, message);
zend_update_property_string   43 ext/curl/curl_file.c 		zend_update_property_string(curl_CURLFile_class, cf, "name", sizeof("name")-1, fname);
zend_update_property_string   47 ext/curl/curl_file.c 		zend_update_property_string(curl_CURLFile_class, cf, "mime", sizeof("mime")-1, mime);
zend_update_property_string   51 ext/curl/curl_file.c 		zend_update_property_string(curl_CURLFile_class, cf, "postname", sizeof("postname")-1, postname);
zend_update_property_string   93 ext/curl/curl_file.c 	zend_update_property_string(curl_CURLFile_class, getThis(), name, strlen(name), arg);
zend_update_property_string  140 ext/curl/curl_file.c 	zend_update_property_string(curl_CURLFile_class, getThis(), "name", sizeof("name")-1, "");
zend_update_property_string   58 ext/mysqli/mysqli_exception.c 		zend_update_property_string(mysqli_exception_class_entry, &sql_ex, "message", sizeof("message") - 1,
zend_update_property_string   63 ext/mysqli/mysqli_exception.c 		zend_update_property_string(mysqli_exception_class_entry, &sql_ex, "sqlstate", sizeof("sqlstate") - 1,
zend_update_property_string   66 ext/mysqli/mysqli_exception.c 		zend_update_property_string(mysqli_exception_class_entry, &sql_ex, "sqlstate", sizeof("sqlstate") - 1,
zend_update_property_string   82 ext/pdo/pdo_dbh.c 		zend_update_property_string(def_ex, &ex, "message", sizeof("message")-1, message);
zend_update_property_string   83 ext/pdo/pdo_dbh.c 		zend_update_property_string(def_ex, &ex, "code", sizeof("code")-1, *pdo_err);
zend_update_property_string  158 ext/pdo/pdo_dbh.c 		zend_update_property_string(def_ex, &ex, "code", sizeof("code") - 1, *pdo_err);
zend_update_property_string 3292 ext/soap/soap.c 	zend_update_property_string(zend_ce_exception, obj, "message", sizeof("message")-1, (fault_string ? fault_string : ""));
zend_update_property_string  650 sapi/phpdbg/phpdbg_prompt.c 		zend_update_property_string(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), Z_STRVAL(tmp));